The DLM Statistics Collection and Management slave (SCM0) background process is responsible for collecting and managing statistics on global enqueue service (GES) and global cache …
Read More »ORACLE
ORA-39126 ORA-04063 Errors When Running expdp in Oracle 12c
The process is terminated as follows when running expdp in 12C databases. ORA-39126: Worker unexpected fatal error in KUPW$WORKER.FETCH_XML_OBJECTS [ORA-04063: view “SYS.KU$_RADM_FPTM_VIEW” has errors The …
Read More »How To See Compilation Errors in sqlplus
When an object is incorrectly compiled, it is necessary to determine what this error is and to correct the error. You can view this error …
Read More »ORA-39142: incompatible version number 5.1
This error is received when trying to import a Data Pump export of the 12c r2 database to a lower version. The error content is …
Read More »Index Quality in Oracle Databases
Index quality is a factor that directly affects all database performance. The quality of an index is measured by the rate of clustering_factor / num_rows. …
Read More »How To Change AWR Retention and Interval Values
If Tuning and Diagnostic Packs is installed, automatic snapshots can be created with AWR and we can get information about the database performance among the …
Read More »Java.Lang.OutOfMemoryError
OutOfMemoryError error may be received because of inadequate memory when running addnode.sh or during Oracle database installation. addnode.sh is terminated as follows when the error …
Read More »ORA-00603 ORA-03106 Errors in DB Link Connections in Oracle 12.2 Databases
When connecting to Oracle 12.2 databases from different databases with db link, reco process terminates unexpectedly. This problem is caused by bug 27544973. In order …
Read More »Drop Indexes Online Without ORA-0054 Error
Prior to the Oracle 12c version, droping an index was an offline process that put a lock on the original table in exclusive mode. Exclusive …
Read More »How To Check All Session Information in Oracle
We often need to get information about existing sessions in databases. We can find the below details with the help of the following query. Which …
Read More »