DDL commands on data guard
oradba11Jan 11 2012 — edited Jan 11 2012Hi,
I just started working on Oracle 10g data guard physical standby. on aix box.
I wan to know one thing , if we execute any ddl command on primary database like alter table add column or drop table ...how it will apply on standby database ?
in general on a oracle database ..redo log files records DDL commands with DML change vector or not ..?
Any idea ..