Doublt related to Data Guard with primary database and standby database readonly

  • From: Eriovaldo Andrietta <ecandrietta@xxxxxxxxx>
  • To: ORACLE-L <oracle-l@xxxxxxxxxxxxx>
  • Date: Sun, 10 Dec 2017 15:52:10 -0200

Hello:

I am tallking about Oracle 12c R1 version.

I would like to know what is the way to make available a Oracle schema to
the end user, considering :

1.) There is primary database where Data Guard is running and apply redo
log into a standby database read only.
2.) The end users need to execute query in the instance of the standby
database, but they do not get create tables in this read only standby
database, by default.
3.) Currently they get only query data in the standby database.

My doubt is :

Is there a way to create an schema in the same server that the standby
database is installed, in order to allow the end user execute query and
create tables and others objects ?

Notes : The purpose is avoid lot of users use the primary database.
All end user has an schema in the primary database that will have your
session killed when connect on this.
Only schemas used by application will be allowed in the primary database in
order to get better performance in the primary database.

​​
Is valid the idea of to create a new instance in the server where standby
is installed and create a pdb with synonyms for all objects created based
on the standby database (via dblink)
​ ?​

Does anyone have any experience with this scenary ?

Thanks and Regards
Eriovaldo

Other related posts: