밑의 에러메세지를 보시고 좀 도와주세요.....
클라이언트에는 Oracle Client 프로그램을..
서버에는 물론 Oracle 8i를 깔았구...
원격으로 엑세스를 하려그러는데......
스크립트가 잘못되었는지 잘안되는군여....
*****서버쪽에서******
(물론 서버매니저에서 인스턴스를 시작하고)
1.$ lnsrctl start
하면 listener.ora에 있지도않은 프로토콜로 접속이되긴합니다..
2.$ lnsrctl start ROOT (ROOT는 listener.ora에 있는 Alias이름)
하면 에러가 뜹니다
밑에 listener.ora의 내용과 에러내용이 자세히(?) 있습니다...
*****클라이언트쪽에서******
1.$ tnsping 190.5.12.123
하면 잘됩니다(과연 잘되는건지 모르겠습니다)
2.$ tnsping ROOT (ROOT는 tnsnames.ora에 있는 Alias 이름)
하면 안됩니다...
이것도 역시
밑에 tnsnames.ora의 내용과 에러내용이 자세히(?) 있습니다...
도와 주세요...
=============================================================
클라이언트에서의 메세지들...
=============================================================
*********** tnsnames.ora 파일내용 ***********
ROOT = #설정할 sql*net alis 이름
(DESCRIPTION =
(ADDRESS = (PROTOCOL= TCP)(Host= 190.5.12.123)(Port= 1521))
(GLOBAL_DBNAME= DBROOT)
(SID = ORCL)
)
*********** tnsping 190.5.12.123 했을때의 내용 ***********
TNS Ping Utility for Linux: Version 8.1.5.0.0 - Production on 14-AUG-00 12:02:22
(c) Copyright 1997 Oracle Corporation. All rights reserved.
Attempting to contact (ADDRESS=(PROTOCOL=TCP)(HOST=190.5.12.123)(PORT=1521))
OK (0 msec)
*********** tnsping ROOT 했을때의 내용 ***********
TNS Ping Utility for Linux: Version 8.1.5.0.0 - Production on 14-AUG-00 12:11:53
(c) Copyright 1997 Oracle Corporation. All rights reserved.
TNS-03505: Failed to resolve name
=============================================================
서버에서의 메세지들...
=============================================================
*********** listener.ora 파일내용 ***********
#1.listener.ora
# Filename: Listener.ora
ROOT =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS= (PROTOCOL= TCP)(Host=190.5.12.123)(Port= 1521))
#HOST= 에다가 자신의 컴이름이나 IP를 적는다.
)
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME= DBROOT)
(ORACLE_HOME= /DB1)
(SID_NAME = ORCL)
)
)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
*********** listener start 했을때의 내용 ***********
LSNRCTL for Linux: Version 8.1.5.0.0 - Production on 14-AUG-00 11:57:53
(c) Copyright 1998 Oracle Corporation. All rights reserved.
Starting /DB1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 8.1.5.0.0 - Production
System parameter file is /DB1/network/admin/listener.ora
Log messages written to /DB1/network/log/listener.log
Listening on: (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY))
Listening on: (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
Connecting to (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 8.1.5.0.0 - Production
Start Date 14-AUG-00 11:57:53
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security OFF
SNMP OFF
Listener Parameter File /DB1/network/admin/listener.ora
Listener Log File /DB1/network/log/listener.log
The listener supports no services
The command completed successfully
*********** listener start ROOT 했을때의 내용 ***********
LSNRCTL for Linux: Version 8.1.5.0.0 - Production on 14-AUG-00 11:58:09
(c) Copyright 1998 Oracle Corporation. All rights reserved.
Starting /DB1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 8.1.5.0.0 - Production
System parameter file is /DB1/network/admin/listener.ora
Log messages written to /DB1/network/log/root.log
TNS-01152: All addresses specified for the listener name, ROOT, failed
|