I need to import Oracle Database from production to development just for one schema. What's the easiest way to do this? What I did is to drop the user with this schema and recreate the user with the same options and run import command. Is this the right way to do?
I use Oracle 10g and I am a developer not DBA but my DBA gives me the dump file and I need to build a local test environment.
Do I need to drop the user? Can I just delete all objects for this user?