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

Home -> Community -> Usenet -> c.d.o.tools -> Re: How to kill active 8i session from W98 client, and have executing procedure continue on server???

Re: How to kill active 8i session from W98 client, and have executing procedure continue on server???

From: Galen Boyer <galenboyer_at_yahoo.com>
Date: 2000/07/19
Message-ID: <usnt5ftz9.fsf@yahoo.com>#1/1

From a unix script:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#!/bin/sh

echo "Starting"
sqlplus login/password_at_instance << EOSQL whatever sql you need to execute
;
EOSQL echo "Done"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Save this to a file called foo.sh.

Then from the command line,

-->> nohup foo.sh > foo.sh.log & [return]

Log off and go home.

-- 
Galen Boyer
Database Architect
Primix Solutions, www.primix.com
Received on Wed Jul 19 2000 - 00:00:00 CDT

Original text of this message

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