Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Easy Question: Test Connection
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
![]() |
![]() |