Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using Global temporary tables from physical standby database through database links

2910550Apr 24 2015 — edited Apr 29 2015

Hi All,

I need some help with understanding using Global temporary tables from physical standby database through database links.

Below is my scenario.

I have three Databases A, B and C.

A is the source Database and B is the physical standby ( using ADG) of A.

From Database A , I've created db links to Database C which reflects in Database B ( physical standby of A) as well .

When i run the below Query from A ,  it returns data.

From A:

Select  *  from temp_table@LinktoC;

----

10 rows returned

But when i run the same Query from B , it does not return any data.

From B;

Select * from temp_table@LinktoC

----

0 rows returned

I'm not clear on why is it happening. ? Please advice. Thanks!

Regards,

Bharath

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2015
Added on Apr 24 2015
13 comments
1,025 views