10.2.0 oracle on the eavesdropping issue
10.2.0 oracle on the eavesdropping issue
Oracle 10.2.0 not inserted in the network line installation, the network user authentication, restart the machine after the installation inserted oracle switched network services, the failure is always there listening, then can be modified as follows: Open oracle \ product \ 10.2.0 \ db_1 \ NETWORK \ ADMIN \ listener.ora
Will be
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = D: \ soft \ oracle \ product \ 10.2.0 \ db_1)
(PROGRAM = extproc)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1))
(ADDRESS = (PROTOCOL = TCP) (HOST = localhost) (PORT = 1521))
)
)
Localhost in the red logo of machines were replaced, such as: mycoputer
Posted on 2007-05-10 14:11 Javaphua Reading (51) Comments (1) edit collections cited
Tags: java oracle






