Re: "ORACLE LOGON PROCEDURE"

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Sat, 17 Jan 2004 08:21:05 -0800
Message-ID: <400960F1.60000_at_x.washington.edu>


AMIT wrote:
> Hi,
>
> Could some one send me the example of "LOGON PROCEDURE" for connecting
> to particular Oracle database among various oracle databases.
>
> Thanks.
>
> Amit

Or assuming Oracle Forms:

LOGOUT;
LOGON('app_user_id','app_password'||'_at_'||'host_name');

With a little imagination you can obfuscate this information in the .FMX.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Sat Jan 17 2004 - 17:21:05 CET

Original text of this message