Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: [WEB PL/SQL]How to logoff from Oracle Database thru. OAS?
If you are using the PL/SQL toolkit ( the PL/sql cartridge ) within OWAS, the end user at the browser level never actually makes a connection to the database. The application server invokes an instance of the cartridge to handle a request. This causes a DAD to connect to the database to fire the appropriate PL/SQL code. All the connections are managed at the OWAS level.
-Kevin
"Patrick Lo" <cylo_at_vtc.edu.hk> wrote in message
news:3A30A52E.35516B16_at_vtc.edu.hk...
> Hi,
>
> I am developing an application using Web PL/SQL on OAS 4.0.8.1 with
> Oracle 8i (8.1.5). I used Basic Oracle as the basic authentication for
> the user to logon to Oracle database but I could not find any package
> function bundled with OAS 4.0.8.1 to logoff the user from the Oracle
> database.
>
> Could anyone tell me what kind of package function I could use in order
> to logoff the user from Oracle Database?
>
> Thanks.
>
> --
> Patrick
>
>
Received on Fri Dec 08 2000 - 11:20:04 CST
![]() |
![]() |