Hi everyone,
We recently performed a lift and shift of our application from one schema to another. To facilitate this, we created installation scripts to include the necessary database objects needed for the application(basically, supporting objects). However, we accidentally moved all database objects (around 1600) from the schema instead of just the necessary ones.
Now, we need to drop all these objects along with the application. Can you help us with the steps to achieve this?
Environment: Oracle APEX version: 23.2
Thanks in advance!