DBA Catalog
Simple Solution
(Move to ...)
Home
Oracle
SQL Server
PostgreSQL
About US
▼
Saturday, May 13, 2023
Oracle Database monitor tablespace script
›
With this script you can monitor tablespaces sizes in oracle database. This script returns next columns: Tablespace - tablespace name Size M...
Monday, April 24, 2023
Tuning is null query in oracle
›
When there is some simple query which is using just is null criteria on big table, oracle cost based optimizer making table access full, so ...
Friday, March 17, 2023
ORA-01873: the leading precision of the interval is too small
›
Hello, Today we faced below error when quering dba_jobs: SQL> select * from dba_jobs where job=4474623; select * from dba_jobs where jo...
Saturday, February 25, 2023
Disable or enable auto task jobs in oracle database
›
Automatic database maintenance tasks is used by oracle for tunning SQL queries, gather stale or non existing statistics on objects and space...
Wednesday, August 31, 2022
ORA-01000: maximum open cursors exceeded oracle.sysman.emSDK.emd.comm.MetricGetException: ORA-01000: maximum open cursors exceeded
›
Sometimes we are not getting alerts from OEM(Oracle Enterprise Manager) and if we try to check some metric values it is throwing error: ORA...
‹
›
Home
View web version