|
Re: database slow [message #176923 is a reply to message #176916] |
Mon, 12 June 2006 00:51 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Strange questions. It's like asking: My car doesn't want to drive fast this morning, do you know why?
Some general pointers:
- Machine resources are depleted (you run out of CPU, IO or memory)
- Too many users connected/ Too many jobs running
- Locks on the database
- Some SQL queries are slow (look at sql plans, gather stats, add hints, etc)
- Database is in archivelog mode and archiver is stuck
- Etc.
You need to check all the above. If you cannot, get a DBA to help you.
|
|
|
|