I have big problems copying an Oracle database to the same server, but with a different name that needs to be used as a development database.
I'm used to SQL Server, I'm new to Oracle (11g).
I wanted to use a "copy of the database" from SQL Developer, but I get errors all the time. At first it was about the missing table spaces. Then, when I manually created them in my new empty DB, the errors concerned missing users. I wanted to create users manually, but first I needed to create the missing roles. When all this was done, it did not receive the missing indexes ...
How to copy everything I need using a “copy database”?
Any advice is appreciated!
source
share