Monday, 6 December 2021
Friday, 3 December 2021
ERROR: ORA-44787: Service cannot be switched into. - 19c DB with R12.2.10
Issue
ERROR:
ORA-44787: Service cannot be switched into.
Sol:
QL> show con_name
CON_NAME
------------------------------
CDB$ROOT
SQL> alter pluggable database <PDNAME> close immediate;
Pluggable database altered.
SQL> alter pluggable database <PDNAME> open;
Pluggable database altered.
You can then change the container without receiving this error.
SQL> alter session set container=<PDNAME>;
Session altered.
Thursday, 2 December 2021
Wednesday, 1 December 2021
Required Diagnostic Data Collection for RMAN Issues
Autonomous Health Framework (AHF) - Including TFA and ORAchk/EXAchk (Doc ID 2550798.1)
Subscribe to:
Posts (Atom)
-
Issue : In the $APPLCSF/log/ Unable to contact Applications TNS Listener for FNDSM_NODEAPP01_VIJ4 on $NODE. Cause - Missing entry of FNDSM...
-
19c Refreshable Clone - Alternate to Data Guard and High Availability Solution for Oracle Standard Edition Use Cases 1) Only HA solution for...
-
Issue ERROR: ORA-44787: Service cannot be switched into. Sol: QL> show con_name CON_NAME ------------------------------ CDB$ROOT SQL...