- 1. Check the database status
- 2. Check listener status
- 3. Check alert log files
- 4. Check listener log file
- 5. Make sure the connections are going fine in the listener log file.
- 6. Check the space in /var directory and check any file system reached 100%
- 7. CPU utilization
- 8. Memory details
- 9. Any indexes are in UNUSABLE state
- 10. Locked objects
- 11. Invalid objects
- 12. Blocking sessions
- 13. Identify database idle sessions
- 14. Any errors in alert log
- 15. UNUSABLE indexes
- 16. Max sessions reached/process reached/ Check the status and no of connections present in the database
- 17. Outstanding alerts
- 18. Check the last analyzed date
- 19. FRA utilization
- 20. Long running queries
- 21. List Of Users Currently Waiting
- 22. Top CPU Consuming SQL During A Certain Time Period
- 23. Which Database Objects Experienced the Most Number of Waits in the Past One Hour
- 24. What Wait Events Are Sessions Waiting On
- 25. List Of Users Currently Waiting
- 26. Top 5 SQL statements in the past one hour
- 27. Top 5 Queries for past week based on ADDM recommendations
- 28. Recently modified objects
Random Posts
Blog Archive
ORACLE DBA
Search This Blog
Blog Archive
-
▼
2015
(41)
-
▼
August
(23)
- Gathering Fixed Objects Statistics
- Tuning Check list
- RESTORE THE DATABASE TO OLD RESTORE POINT
- Identifying Datafiles Requiring Media Recovery
- NID- How to rename an Oracle database ORACLE_SID?
- Restoring Archived Redo Logs to a New Location
- Restoring Datafiles to a Nondefault Location
- Performing Complete Recovery of the Whole Database
- UNIX SHELL SCRIPTS - 1
- Health Check of the cluster
- DATABASE INTIAL CHECKS WITH Queries
- ONLINE_INDEX_CLEAN- ORA-08104 error
- Change db_recovery_file_dest_size - Configure FRA
- ADDING DISKS TO DISKGROUP - add as sysasm USER
- ENABLE AND DISABLE THE AUTO TASK IN 11G
- Tablespace Growth History and Forecast
- DATAGUARD SYNC - How to register the archive logs ...
- Fix the archive GAP issues in DATAGUARD
- Create Restore point
- Steps to keep the standby database in read only mode
- Topics
- Unusable indexes
- DDL With the WAIT Option (DDL_LOCK_TIMEOUT)
-
▼
August
(23)
Thirupal Boreddy. Powered by Blogger.
My Blog List
Followers
Lorem 1
Technology
Circle Gallery
‹
›
Shooting
Racing
News
Lorem 4
Home
»
»Unlabelled
» Tuning Check list
Tagged with:
About Oracle DBA World
WePress Theme is officially developed by Templatezy Team. We published High quality Blogger Templates with Awesome Design for blogspot lovers.The very first Blogger Templates Company where you will find Responsive Design Templates.
Subscribe to:
Post Comments (Atom)
QUERY FOR CPU USAGE
select a.target_name as HOST, to_char(a.rollup_timestamp,' dd-Mon-yy::hh24:mi') as "DAY-TIME", sum(c.cpu_count) as ...


No comments