Hello everyone,
I must import the full dump in the existing database. I want to import and update the data from the productive environment in the test environment. In MS SQL Menagement Studio you can restore the databese quickly (Tasks / Restore /Database).
I'm looking for the similar method in Oracle.
When I try to import the dump manuel, I use this: imp ..... full=y
Then I get the message: cannot overwrite the existing tables or table exist.....
What is the simpler way to update the oracle database?
Thank You very much.
Tom