Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> How to unlock a table ?
Hello,
I launch a SQL process that lock a table via an Unix shell:
sqlplus -s usr/pwd <EOF
LOCK TABLE my_table IN EXCLUSIVE MODE;
@my_process
commit;
quit;
EOF
My process has anormaly stopped and my_table is still locked.
How can I unlock it ?
Thanx for help.
Matthieu Received on Thu Dec 06 2001 - 08:12:37 CST
![]() |
![]() |