Easy Question: Test Connection

  • From: "Sinardy Xing" <SinardyXing@xxxxxxxxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Tue, 11 May 2004 10:57:49 +0800

Hi all,
 
How I test given password? (test connect)
 
example
the logic is something like this
 
username=system;
password=manager;
 
if ORACLE_TEST_CONNECT(username, password) < 0 then
    echo Wrong id or(and) password
else
    exp username/password
endif;
 
 
How to test the given username or password?
 
 
 
thanks so much
 
Sinardy
 
 
 
 
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: