How to fix ORA-00609 and ORA-12641:Authentication service failed to initialize

The following error occurs repeatedly in the alert logs Fatal NI connect error 12641, connecting to: (ADDRESS=(PROTOCOL=tcp)(HOST=xxx)(PORT=27998)) VERSION INFORMATION: TNS for Linux: Version 19.0.0.0.0 - Production Oracle Bequeath NT Protocol…

Comments Off on How to fix ORA-00609 and ORA-12641:Authentication service failed to initialize

Resolve Error 12514 received logging on to the standby

After data guard configuration in oracle database version 19.22, I realized that redo logs were not being shipped to the standby database and the RFS process was also not running…

Comments Off on Resolve Error 12514 received logging on to the standby

PLS-00201: identifier ‘SYS.DBMS_CUBE_EXP’ must be declared

While performing Data pump export (expdp) the following errors were seen in the log file. The Oracle RDBMS version was 19.3.0.0.0 BEGIN "SYS"."DBMS_CUBE_EXP".SCHEMA_CALLOUT(:1,0,1,'19.00.00.00.00'); END; ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86 ORA-06550:…

Comments Off on PLS-00201: identifier ‘SYS.DBMS_CUBE_EXP’ must be declared

Resolve PL/SQL package SYS.DBMS_BACKUP_RESTORE version is not current PL/SQL package SYS.DBMS_RCVMAN version is too old

SOLUTION Recompile the RMAN packages and procedures by connecting to the target database as SYSDBA and execute: $ sqlplus / as sysdba SQL> @$ORACLE_HOME/rdbms/admin/dbmsrman.sqlSQL> @$ORACLE_HOME/rdbms/admin/dbmsbkrs.sqlSQL> @$ORACLE_HOME/rdbms/admin/prvtrmns.plbSQL> @$ORACLE_HOME/rdbms/admin/prvtbkrs.plb

Comments Off on Resolve PL/SQL package SYS.DBMS_BACKUP_RESTORE version is not current PL/SQL package SYS.DBMS_RCVMAN version is too old