In this article, I will explain the startup and shutdown modes of Oracle database. Oracle Database Startup Modes A closed Oracle database opens in …
Read More »ORACLE
ORA-12528: TNS:listener: all appropriate instances are blocking new connections
When trying to connect to an open intance via the listener, you may receive the error “ORA-12528: TNS: listener: all appropriate instances are blocking new …
Read More »Oracle 11g Software and Database Installation
In this article I will explain the software and database installation of Oracle 11g database. You can download Oracle 11g software from this link. …
Read More »How To Resize Datafiles in Oracle
We ensure that unused space in the datafiles are reclaimed by the ASM disk group with the resize process. This ensures that unused areas …
Read More »How To Calculate IOPS of an Oracle Database
IOPS (Input/Output Operations Per Second) is a common performance metric used to compare computer storage devices. IOPS in Oracle databases is the total number of …
Read More »Why Exadata Disks in “CLOSED” or “IGNORED” Status(v$asm_disk)
Some of the disks may be in CLOSED and IGNORED status when “v$asm_disk” is queried after a broken disk on the Exadata storage is …
Read More »Data Pump Export process ends with ORA-31693, ORA-02354 and ORA-01555 errors
When taking a backup with Expdp, it can be terminated with ORA-31693, ORA-02354 and ORA-01555 errors when it comes to a table with a lob …
Read More »Queries that cause a “cursor: mutex S” wait event
The “Cursor Mutex S” wait event occurs when two different sessions try to make hard or soft parsing on the same query. As a …
Read More »Increasing the performance of global cache service(LMSn) in Oracle
The global cache service (LMSn) processes copy consistent copies of blocks in the buffer cache to the requesting instance’s foregound process. LMS also performs …
Read More »Configure Automatic Memory Management in Oracle
To configure Automatic Memory Management(AMM) in databases that do not use AMM, it is necessary to change the required parameters and restart the database. When …
Read More »