How to clean the dead sessions in the database?
qiutaoSep 5 2009 — edited Sep 6 2009Hi,
sqlldr user/passwd@dbtns DIRECT=TRUE SKIP_UNUSABLE_INDEXES=TRUE SKIP_INDEX_MAINTENANCE=FALSE control="test.ctl"
3M records
The OS shutdown when i sqlldr, and start another sqlldr into the same table
but the table is locked.
sqlldr failed
SQL*Loader-951: Error calling once/load initialization
ORA-00604: error occurred at recursive SQL level 1
ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
how to use ORACLE system maintenance procedure to clear the database dead session?
Which procedure?
I don't want to use the solution:
alter system kill session