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 -> Re: proC question - How to disconnect?

Re: proC question - How to disconnect?

From: Steve Haynes <steve_at_rwx777.demon.co.uk>
Date: 1997/11/19
Message-ID: <JmobVAAow2c0Ewql@rwx777.demon.co.uk>#1/1

In article <EJLIMG.DIK_at_progis.de>, Andreas Fassl <andreas_at_progis.de> writes
>At SQL/PLUS level I can enter a DISCONNECT statement, but it doesn't
>exist for proC. Has some one got an idea how to?
>

EXEC SQL COMMIT WORK RELEASE; // free oracle resources and logoff. In OCI you can use ologof().
Steve



"The floggings will continue until morale improves."
Received on Wed Nov 19 1997 - 00:00:00 CST

Original text of this message

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