It is possible to convert SCN (system change number) to date and date to SCN in Oracle databases. This allows us to find out when …
Read More »ORACLE
When To Rebuild an Index in Oracle
In Oracle databases, over time, indexes are fragmented and cause serious performance issues. We should check the indexes regularly and rebuild them if necessary. Determine …
Read More »ORA-28017: The password file is in the legacy format
If the password file format in the 12c databases is same with the format in the 11g databases, you receive the error “ORA-28017: The password …
Read More »“ORA-7452: resource plan ”” does not exist” occurred during upgrade from 11.2 to 12.2
You may see this error in the database alert log file during upgrade from 11.2 to 12.2. [crayon-676cfa3e7302f356557573/] The reason for this error is that …
Read More »[INS-06006] Passwordless SSH connectivity not set up between the following node(s)
When running Database Configuration Assistant (dbca) on Exadata compute nodes, you will receive this error if all nodes cannot connect to each other without password …
Read More »How To Enable and Disable Unified Auditing Feature in Oracle
Enable Unified Auditing Relink is required to enable the new audit mechanism announced with Oracle database 12c (12.1). You can do this as follows. First, …
Read More »“gc buffer busy acquire” Wait Event in AUD$ insert operations
Because the segment space management of the tablespace of the AUD$ and FGA_LOG$ tables is not automatic, a “gc buffer busy acquire” wait event can …
Read More »How To Move AUD$ and FGA_LOG$ to a Different Tablespace
The AUD$ and FGA_LOG$ tables used for audit recordings are in the SYSTEM tablespace by default. SYSTEM tablespace is a tablespace with manual segment space …
Read More »Disabling Diagsnap Error “LoggerD Error connecting with node X”
When you want to disable the diagsnap feature that introduced with Oracle 12c Grid Infrastructure, ologgerd causes an error like “LoggerD –> Error connecting with …
Read More »OPatch failed with error code 134
In opatch operations, if the corresponding home is not included in the ORACLE_HOME parameter, all opatch related commands cause 134 errors. To avoid this error, …
Read More »