I have a remote instance like database-ora12 with existing user tester / password and SID=orac
How I can delete remotely database or schema from this system for this user using shell script without SQLPlus.
Adding more details:
- Instances from where shell script executed = hcuser, bkuser
- Oracle Instance on which oracle db exists = database-ora12
- Oracle username = tester for hcuser / btester for bkuser
- Oracle password = password
- SID = orac
As mention above, a script uses to delete or drop the schema on oracle instance from different shell instances.