When trying to sqlplus into a database, I received the following error:
C:\oracle\ora92>sqlplus scott/tiger@orcl
SQL*Plus: Release 10.2.0.1.0 - Production on Sun Jan 17 18:29:40 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-28547: connection to server failed, probable Oracle Net admin error
SQLNET.AUTHENTICATION_SERVICES was configured correctly in sqlnet.ora file and did not have any issues:
SQLNET.AUTHENTICATION_SERVICES = (NONE)
The listener.log file showed a successful connection:
17-JAN-2010 17:38:46 * (CONNECT_DATA=(SERVICE_NAME=orcl)(CID=(PROGRAM=E:\oracle\ora92\bin\sqlplus.exe)
(HOST=sawftclient)(USER=administrator))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.11)(PORT=4757)) * establish * orcl * 0
|