Oracle script continue with error
Hi am create script to refresh databases from production to dev. Once finish need to run script to create users and permission grant. Script has to move forward to next step on if user exist.
PROD and DEV users are different. Basically I need to continue script with error.
I ad following line to script and still script not continue with oracle error(User exit)
set escape off
set feedback on
any idea would be greatly appreciate.