We can display the cause of an error that we received and troubleshooting suggestions, with the OERR Utility. It is located under the $ORACLE_HOME/bin directory. …
Read More »ORACLE
ORA-15064 ORA-03133 ASMB terminating
The database instances can be closed with an “ASMB terminating” error due to a bug. The error codes are ORA-15064 and ORA-03113. Possible errors …
Read More »waiting for snapshot control file enqueue
Rman creates a control file snapshot file or a consistent control file image in the control file backups. While a rman process taking a …
Read More »How to Find Locks on Library Cache Objects
We can see the locks on Library cache objects in V$ACCESS (GV$ACCESS on RAC systems). The dependency on objects is managed by library locks. …
Read More »How To Change the Cluster interconnect and public interface in RAC databases
In RAC databases, serious cluster wait events are seen, usually due to the low speed of interconnect interfaces. Therefore, after the installation, faster hardware interfaces …
Read More »ORA-00313: open failed for members of log group Error on Standby Database
ORA-00313 error can be received depending on any problem in redo log files in standby database. The possible error message will be as follows. …
Read More »How To Set Password Policy in Oracle
The password of Oracle database users is usually set to the same as the user name. Or passwords are set very simply. That means …
Read More »What is Result Cache and How do I use it?
Result Cache is the memory space in the shared pool area within the Shared Global Area (SGA). In this memory area, the database query …
Read More »Displaying Execution Plans With sqlplus
We can also display the execution plan with sqlplus. For this we can use the explain plan tool with sqlplus. To use the Explain …
Read More »ORA-01426 numeric overflow Error When Trying to get backup with Expdp
When you try to get a backup with Expdp, if the process ends with error ORA-01426: numeric overflow, there are some alternative solutions. During …
Read More »