Script
I am working in oracle 8i. I am having two databases namely one and two. i need to take the export backup from database one and then to shutdown the database two then startup then to drop the schema <schema_name> and create the schema then to import the export dump in Database two.
i need a script that is to be run in database two. my version is 8.1.4
Rgds...