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!

What happens in Standby after a nologging operation on Primary DB ?

569701Jun 4 2008 — edited Jan 26 2011

Hi all,

1]In Primary, if a table "A" is in NOLOGGING, redo's are not generated(except the dictionary stuff) if INSERT is performed with "APPEND" hint. Isn't it?
(900 rows as inserted with append hint into A)

2]So if there is a standby, while the archive logs are applied the table "A" isn't populated with the data. (isn't it ?)

3]On Primary, if i "DELETE from A where id=3",
what would happen while that particular archive log is applied on the standby(which has the table but no data 'coz of nologging and append ?

What would happen if after step2, i open the standby in read only and perform

 select * from A; 

Will it through error? or give "no rows selected" ?

TIA,
JJ

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 23 2011
Added on Jun 4 2008
11 comments
5,625 views