Posts by Ragunathan Kannan

ORA – bootstrap Error

ORA-00704 bootstrap process failure After Upgrading ORACLE_HOME (from 11.1.0.7.0 to 12.1.0.2.0), I was started my database by using startup command, then got below error. Connected to an idle instance. SQL>…

Read More

ADJRIINITPASSWD.sql Failed

ADJRIINITPASSWD.sql Fails With An ORA-01031 Error: Error: Unable to execute statement < Begin ad_jar.get_jripasswords(:l_storepass, :l_keypass); End; > len = 63 AD Administration error: ORA-01031: insufficient privileges ORA-06512: at “SYS.DBMS_SESSION”, line…

Read More

Change WEB Port on 12.2

Change WEB Port on 12.2 The steps to change the webport to 8000. Step-1:Start only Weblogic admin using  adadminsrvctl.sh  start on run file system Login to Enterprise Manager(em) Console using below…

Read More

ORA-01017: invalid username/password; logon denied

ORA-01017: invalid username/password; logon denied   ERROR: ORA-01017: invalid username/password; logon denied   First of all you need to edit your sqlnet.ora adding (or lowering) the parameter   SQLNET.ALLOWED_LOGON_VERSION_SERVER to…

Read More

Oracle Database 18c new features

Oracle Database 18c new features   Versions 18.1.0 18.2.0 18.3.0 General  Features in 18C we can configure ORACLE_HOME in read-only mode. we can CANCEL any database session SQL query (instead…

Read More

Data Guard New Features in Oracle 18c and 19c

Data Guard New Features in Oracle 18c and 19c Data Guard Oracle Data Guard ensures high availability disaster recovery and data protection for enterprise data Data Guard maintains these standby…

Read More

New Features in Oracle Database 19c

General Multimodel partitioning with Hybrid partitioning allowing some partitions in the database and some as external partitions even in hdfs New ALTER SYSTEM statement clause FLUSH PASSWORDFILE_METADATA_CACHE Clear flashback logs…

Read More

Data Guard Physical Standby Setup Using the Data Guard Broker in Oracle Database 18c

Data Guard Physical Standby Setup Using the Data Guard Broker in Oracle Database 18c Data Guard is the name for Oracle’s standby database solution, used for disaster recovery and high…

Read More

DBMS_JOB Jobs Converted to DBMS_SCHEDULER Jobs in Oracle Database 19c

DBMS_JOB Jobs Converted to DBMS_SCHEDULER Jobs in Oracle Database 19c The DBMS_JOB package has been deprecated since 12cR2. Oracle 19c takes the demise of the DBMS_JOB package a step further by converting any DBMS_JOB jobs to DBMS_SCHEDULER jobs.…

Read More

ORA-20001: Statistics Advisor: Invalid task name for the current user

ORA-20001: Statistics Advisor: Invalid task name for the current user During the 12c database creation process , you can see ORA-20001 error in the alert log file when the “SYS.ORA…

Read More