Nologging vs Dataguard
Hi,
I have a question regarding Nologging in Dataguard.
If user executes bellow provided DDL on PRIMARY side using NOLOGGING option in Dataguard environment, what will be the result at STANDBY side?
CREATE TABLE my_table NOLOGGING AS
SELECT * FROM dba_objects
Thanks in advance