Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> How to unlock a table ?

How to unlock a table ?

From: Matthieu DEGLIN <mdeglin_at_remove-me.partner.auchan.com>
Date: Thu, 6 Dec 2001 15:12:37 +0100
Message-ID: <9untu5$t08$1@reader1.imaginet.fr>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US