The “alter system flush redo” command, which is used to transfer operations in the redo log files in the primary database to the standby …
Read More »ORACLE
How To Get an Existing Oracle User’s Create Script
In this article, I will tell you to get the create script of an oracle user. First, we will create a file named user.sql that …
Read More »ORA-01722 error received during upgrade process
When the catupgrd.sql is run during the manual upgrade process, it ends with “ORA-01722: invalid number” error due to the Database Vault configuration in …
Read More »enq: TX – row lock contention wait event
enq: TX – row lock contention can be regarded as a row lock conflict wait event in operations. This event indicates that a session is …
Read More »“Latch free” and “library cache: mutex X” wait events
Latch free and library cache: mutex X wait events can be seen for the corresponding SQL statements in intensive delete and insert operations in …
Read More »ORA-12805: parallel query server died unexpectedly error in 12c databases
In 12c databases, ORA-12805, ORA-07445 [qertqistart] or ORA-600 [15803] errors may occur depending on bug 25694206. User operation cannot be completed due to the closing …
Read More »Why Oracle User is Locked, Who is Locking Oracle User
If an oracle user is locked, it is usually caused by an incorrect password entry. In some cases, even if you remove the user’s …
Read More »INS-35354 error received when RunInstaller is run
On an Oracle RAC server, you may receive an error as follows when you want to create a new database with runinstaller. INS-35354: The …
Read More »RMAN-08137 archived log not deleted, needed for standby or upstream capture process
When the “AVDF transaction log audit trail” is created and deleted, the archive logs cannot be deleted normally, depending on bug 23217905. The problem …
Read More »How To Delete Trace Files, listener log etc with ADRCI
With ADRCI, it is possible to delete files such as “log, trace, incident, cdump” created before a certain day. Instead of manually deleting individual files, …
Read More »