Posted 4/19/2009 10:24:42 AM
|
|
|
|
| I've been getting the following error message when issuing the tnsping command: $ tnsping proddb52 553476 : map : Permission Denied 553476 : map : Permission Denied TNS Ping Utility for IBM/AIX RISC System/6000: Version 10.2.0.3.0 - Production on 19-APR-2009 07:34:45 Copyright (c) 1997, 2006, Oracle. All rights reserved. Used parameter files: Used TNSNAMES adapter to resolve the alias Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = prodsrv-db2) (PORT = 1521))) (CONNECT_DATA = (SID = proddb52))) OK (0 msec) The way i resolved to stopp the Permission denied message is to run the following: $ORACLE_HOME/install/changePerm.sh as the oracle user. If this still doesn't work, then run the following manually: chmod 755 $ORACLE_HOME/bin/sqlplus chmod 751 $ORACLE_HOME/bin/lsnrctl Once you do this, just restart the listener and the message should go away . Thanks,
|
|
|
|