lschilde / Sharing_APEX_SERT_22_2

6 stars 0 forks source link

UNINS.SQL refers to wrong esert user #4

Closed andyhardy closed 5 days ago

andyhardy commented 1 year ago

Line 60 should read:

define esert_user = 'SV_SERT_220200'

lschilde commented 1 year ago

Thanks Andy for picking this up.... idea was that people should read the script before running it. ;) Else people can remove their existing installation version of SERT which is sometimes not what you want when you have long running systems with exceptions in them etc....

andyhardy commented 1 year ago

Thanks Andy for picking this up.... idea was that people should read the script before running it. ;) Else people can remove their existing installation version of SERT which is sometimes not what you want when you have long running systems with exceptions in them etc....

That's OK!

I spotted that error whilst trying to track down the others to do with invalid PROMPT statements and missing/invalid null.sql files causing errors to appear in the installation log when trying to work out why my installation doesn't run.

lschilde commented 5 days ago

closing the ticket