One User database servicing multiple application databases

前端 未结 4 554
囚心锁ツ
囚心锁ツ 2021-01-03 02:27

I am administering a rather large database that has grown in complexity and design from a single application database. Now there is a plan to add a fifth application that ca

4条回答
  •  北海茫月
    2021-01-03 03:00

    Have you looked into using RAC? You can have multiple physical databases but only one logical database. This would solve all of your integrity issues. And you can set aside nodes just for reporting.

提交回复
热议问题