Is there a way to accommodate multiple copies of the Documentum repository in a single database? I was thinking of setting up multiple database schemas to facilitate this and then export/import as needed from one schema to another.
Thanks!
Is there a way to accommodate multiple copies of the Documentum repository in a single database? I was thinking of setting up multiple database schemas to facilitate this and then export/import as needed from one schema to another.
Thanks!
You typically would have different docbase names and ids for each environment. If you have that then you can also use different users as repository owner and have no conflict at the database level because each user can have it's own schema.
If you use the same docbase name/id in all environments then users must match and you cannot use the same database.
Also, export/importing at the db level is dangerous and skips steps done by the repository like updating sequences, creating tables, etc.