Question
Question:
If we patch RDBMS oracle home as:
opatchauto apply /opt/oracle/Installs/12c_patches/24412235 -oh /opt/oracle/product/12.1.0.2/db_1
If one of the DBs using that oracle home happens to be a standby database, will it execute the SQL actions or will it be smart enough to detect that it is a standby DB and skipped just this particular database?
We worry if it attempts to execute SQL actions against the standby DB because SQL actions is supposed to be ran from the primary DB.