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 »ORACLE
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 »Error 1017 received logging on to the standby
If the logs are transmitted and not applied to the standby side, if you get the error in the “alert log” file as follows, the …
Read More »Who Uses Temp Tablespace in Oracle
When you see that there is intense use of temp in a running database, it is necessary to determine who is using a temp …
Read More »How To Gather Statistics of a Table Partition(Update Partition Statistics)
When the table is large in Partitioned tables, the statistical update process is very long. Although the information we query will take place in …
Read More »