The default is case sensitive, so the following query returns no lowercase. In this case, the returned result will contain missing data. [crayon-67d4ed983890d497882543/] If …
Read More »ORACLE
How To Install ACFS (ASM Cluster File System) driver on RAC Database Servers
Oracle ASM Cluster File System (ACFS) is used to create a cluster file system via ASM. The created file system will use the space …
Read More »How To Find Locked Database Objects
There are many tables and views in Oracle database that we can get information about with locked objects. You can access a lot of …
Read More »Rman ORA-27086 unable to lock file – already in use
When you try to get a backup with Rman, if you get errors like ORA-27086, ORA-01580, the first place you should check is nfs …
Read More »Collecting Schema Statistics Collectively
In some cases, automatic maintenance jobs are closed in databases. In this case, the schema statistics are not collected and cause serious performance problems. …
Read More »ORA-20005 : object statistics are locked
If you receive errors in the form of ORA-20005 and ORA-06512 during the collection of the table statistics, you must unlock the relevant table …
Read More »How To Relink Oracle Binary Files
In some cases, depending on the corruption of the binary files, strange behavior can be observed in the program. It’s possible to encounter strange …
Read More »Monitoring Index Usage On Oracle
Indexes are usually not maintained in Oracle databases. But indexes need to be checked regularly. If an index is created and not checked, it …
Read More »“enq: SQ – contention” Waits and Solution
When a sequence is queried, the NEXTVAL value is generated from the seq$ table if it is not cached. If it is cacheed, it …
Read More »How To Kill Session Without ALTER SYSTEM Authorization
Application developers may want to kill long-running queries. However, since application developers do not have ALTER SYSTEM privileges, they cannot execute the kill session …
Read More »