sqlplus connect string issue
From: hrishy <hrishys_at_yahoo.co.uk>
Date: Mon, 29 Jun 2009 09:09:07 +0000 (GMT)
Message-ID: <85677.20588.qm_at_web23702.mail.ird.yahoo.com>
Hi
For one of my databases i am unable to connect using sqlplus user/password
but when i try
sqlplus username/password_at_connect-string it connects
The error message i get using sqlplus username/password is ORA-01017: invalid username/password; logon denied
There are many other databases on this server and they work fine. The thing that is different about this database is
The tnsnames.ora has an entry for this database pointing to another host on port 1522. The local listener parameter on the database says the database is registered for a listener on port 1527
i did a truss -o log sqlplus username/password but clueless on what i should look or fix so i can connect using just sqlplus username/password without the connection string.
regards
Hrishy
Date: Mon, 29 Jun 2009 09:09:07 +0000 (GMT)
Message-ID: <85677.20588.qm_at_web23702.mail.ird.yahoo.com>
Hi
For one of my databases i am unable to connect using sqlplus user/password
but when i try
sqlplus username/password_at_connect-string it connects
The error message i get using sqlplus username/password is ORA-01017: invalid username/password; logon denied
There are many other databases on this server and they work fine. The thing that is different about this database is
The tnsnames.ora has an entry for this database pointing to another host on port 1522. The local listener parameter on the database says the database is registered for a listener on port 1527
i did a truss -o log sqlplus username/password but clueless on what i should look or fix so i can connect using just sqlplus username/password without the connection string.
regards
Hrishy
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Jun 29 2009 - 04:09:07 CDT