How can we migrate BO 6.1 repository to a multi schema database?

We have three different repositories on different databases. No we want to move all the three to single database by creating three different schema's.

Questions by nallatr

Showing Answers 1 - 3 of 3 Answers

Though it is more of a DB migration centric question rather than BO repo migration.

It depends completely on which Db is being used and what would be the target DB.

in SQL Server you have to maintain seperate DBs for each of the 3 earlier schemas.

In Oracle, you can have all three under the same DB; only thing different would be they would under different schemas; and kept isolated using security and permissions in Oracle.

Cheers

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions