Oracle Note

2012/07/31

Query empty table takes long time

›
If you encounter the issue where you simply query a table using 'select * from ' and it takes a long time only to return 0 row, you ...
2011/04/13

How to Kill session in Oracle

›
The command 'alter system kill session' is not actually killing the target session (like kill -9 would do for OS processes). It just...
2011/04/08

Logging Attributes in Create Table Statement

›
Tables created with logging or nologging clause will stay in that way. If the logging clause is not used when creating table (other than LOB...
2011/02/04

Why (on Linux) am I seeing so much RAM usage?

›
This is a guest post by Dayid http://dayid.org There are better options to see your memory usage; however it seems `free` is more attune t...
2011/01/06

Resolving Shutdown Immediate Hang Situations

›
Copied from here: http://askdba.org/weblog/2008/05/shutdown-immediate-hang-2/ Shutdown immediate can take long time to complete (appear t...
2010/09/17

How to Kill RMAN Backup Sessions

›
You can identify the Oracle session ID for an RMAN channel by looking in the RMAN log for messages with the format shown in the following ex...
1 comment:
2010/08/31

ORA-16038: log <string> sequence# <string> can not be archived

›
This error can show up when trying to archive an active logfile but the logfile is unavailable. SQL> alter system archive log current; ...
›
Home
View web version
Powered by Blogger.