Sample Header Ad - 728x90

Oracle database transfer: database isolation

0 votes
1 answer
28 views
If I want to duplicate a schema with Oracle, I sometimes encounter problems with triggers or views that reference the schema name. I can search & replace the original schema name, but it is risky. In comparison, I can duplicate a postgres or mssql database without any renaming (the schema name is kept and the database is isolated). Can I achieve the same thing with Oracle? Is Oracle pdb equivalent to postgres/mssql database?
Asked by Kiruahxh (101 rep)
Dec 18, 2024, 09:29 AM
Last activity: Dec 18, 2024, 10:16 AM