TNS-12560: TNS:protocol adapter error
I cannot access oracle from remote due to my listener error. I checked all configuration files which are listener.ora, tnsanmes.ora and sqlnet but I didn't find any missing config.
Below is my listener.ora
listener.ora Network Configuration File: D:appAdministratorproduct11.2.0dbhome_1networkadminlistener.ora
Generated by Oracle configuration tools.
SID_LIST_LISTENER = (SID_LIST =
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = D:appAdministratorproduct11.2.0dbhome_1)
(PROGRAM = extproc)
(ENVS = "EXTPROC_DLLS=ONLY:D:appAdministratorproduct11.2.0dbhome_1binoraclr11.dll")
) )
LISTENER = (DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = STCDB)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
) )
ADR_BASE_LISTENER = D:appAdministrator
Here is tnsnames.ora
tnsnames.ora Network Configuration File: D:appAdministratorproduct11.2.0dbhome_1NETWORKADMINtnsnames.ora
Generated by Oracle configuration tools.
ORACLR_CONNECTION_DATA = (DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
(CONNECT_DATA =
(SID = CLRExtProc)
(PRESENTATION = RO)
) )
ORCLAMS = (DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.15.192.18)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = orclams)
) )
lsnrctl status:

tnsping

lsnrctl listener start:

Below is my log alert message:
10-JAN-2019 07:42:21 *
(CONNECT_DATA=(CID=(PROGRAM=)(HOST=jdbc)(USER=STCDB$))(SERVICE_NAME=orclams))
* (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=59198)) * establish * orclams * 12560
TNS-12560: TNS:protocol adapter error TNS-00530: Protocol
adapter error 64-bit Windows Error: 53: Unknown error TNS-12518:
TNS:listener could not hand off client connection
TNS-12571: TNS:packet writer failure
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
64-bit Windows Error: 54: Unknown error
Actually, my oracle server worked normally before we change server's IP address from 10.15.193.18 to 10.15.192.18. So I have changed new IP address tnsnames.ora then Oracle have been not working properly
Thanks in advance.
oracle oracle-11g-r2 oracle-11g
add a comment |
I cannot access oracle from remote due to my listener error. I checked all configuration files which are listener.ora, tnsanmes.ora and sqlnet but I didn't find any missing config.
Below is my listener.ora
listener.ora Network Configuration File: D:appAdministratorproduct11.2.0dbhome_1networkadminlistener.ora
Generated by Oracle configuration tools.
SID_LIST_LISTENER = (SID_LIST =
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = D:appAdministratorproduct11.2.0dbhome_1)
(PROGRAM = extproc)
(ENVS = "EXTPROC_DLLS=ONLY:D:appAdministratorproduct11.2.0dbhome_1binoraclr11.dll")
) )
LISTENER = (DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = STCDB)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
) )
ADR_BASE_LISTENER = D:appAdministrator
Here is tnsnames.ora
tnsnames.ora Network Configuration File: D:appAdministratorproduct11.2.0dbhome_1NETWORKADMINtnsnames.ora
Generated by Oracle configuration tools.
ORACLR_CONNECTION_DATA = (DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
(CONNECT_DATA =
(SID = CLRExtProc)
(PRESENTATION = RO)
) )
ORCLAMS = (DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.15.192.18)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = orclams)
) )
lsnrctl status:

tnsping

lsnrctl listener start:

Below is my log alert message:
10-JAN-2019 07:42:21 *
(CONNECT_DATA=(CID=(PROGRAM=)(HOST=jdbc)(USER=STCDB$))(SERVICE_NAME=orclams))
* (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=59198)) * establish * orclams * 12560
TNS-12560: TNS:protocol adapter error TNS-00530: Protocol
adapter error 64-bit Windows Error: 53: Unknown error TNS-12518:
TNS:listener could not hand off client connection
TNS-12571: TNS:packet writer failure
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
64-bit Windows Error: 54: Unknown error
Actually, my oracle server worked normally before we change server's IP address from 10.15.193.18 to 10.15.192.18. So I have changed new IP address tnsnames.ora then Oracle have been not working properly
Thanks in advance.
oracle oracle-11g-r2 oracle-11g
add a comment |
I cannot access oracle from remote due to my listener error. I checked all configuration files which are listener.ora, tnsanmes.ora and sqlnet but I didn't find any missing config.
Below is my listener.ora
listener.ora Network Configuration File: D:appAdministratorproduct11.2.0dbhome_1networkadminlistener.ora
Generated by Oracle configuration tools.
SID_LIST_LISTENER = (SID_LIST =
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = D:appAdministratorproduct11.2.0dbhome_1)
(PROGRAM = extproc)
(ENVS = "EXTPROC_DLLS=ONLY:D:appAdministratorproduct11.2.0dbhome_1binoraclr11.dll")
) )
LISTENER = (DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = STCDB)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
) )
ADR_BASE_LISTENER = D:appAdministrator
Here is tnsnames.ora
tnsnames.ora Network Configuration File: D:appAdministratorproduct11.2.0dbhome_1NETWORKADMINtnsnames.ora
Generated by Oracle configuration tools.
ORACLR_CONNECTION_DATA = (DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
(CONNECT_DATA =
(SID = CLRExtProc)
(PRESENTATION = RO)
) )
ORCLAMS = (DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.15.192.18)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = orclams)
) )
lsnrctl status:

tnsping

lsnrctl listener start:

Below is my log alert message:
10-JAN-2019 07:42:21 *
(CONNECT_DATA=(CID=(PROGRAM=)(HOST=jdbc)(USER=STCDB$))(SERVICE_NAME=orclams))
* (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=59198)) * establish * orclams * 12560
TNS-12560: TNS:protocol adapter error TNS-00530: Protocol
adapter error 64-bit Windows Error: 53: Unknown error TNS-12518:
TNS:listener could not hand off client connection
TNS-12571: TNS:packet writer failure
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
64-bit Windows Error: 54: Unknown error
Actually, my oracle server worked normally before we change server's IP address from 10.15.193.18 to 10.15.192.18. So I have changed new IP address tnsnames.ora then Oracle have been not working properly
Thanks in advance.
oracle oracle-11g-r2 oracle-11g
I cannot access oracle from remote due to my listener error. I checked all configuration files which are listener.ora, tnsanmes.ora and sqlnet but I didn't find any missing config.
Below is my listener.ora
listener.ora Network Configuration File: D:appAdministratorproduct11.2.0dbhome_1networkadminlistener.ora
Generated by Oracle configuration tools.
SID_LIST_LISTENER = (SID_LIST =
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = D:appAdministratorproduct11.2.0dbhome_1)
(PROGRAM = extproc)
(ENVS = "EXTPROC_DLLS=ONLY:D:appAdministratorproduct11.2.0dbhome_1binoraclr11.dll")
) )
LISTENER = (DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = STCDB)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
) )
ADR_BASE_LISTENER = D:appAdministrator
Here is tnsnames.ora
tnsnames.ora Network Configuration File: D:appAdministratorproduct11.2.0dbhome_1NETWORKADMINtnsnames.ora
Generated by Oracle configuration tools.
ORACLR_CONNECTION_DATA = (DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
)
(CONNECT_DATA =
(SID = CLRExtProc)
(PRESENTATION = RO)
) )
ORCLAMS = (DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.15.192.18)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = orclams)
) )
lsnrctl status:

tnsping

lsnrctl listener start:

Below is my log alert message:
10-JAN-2019 07:42:21 *
(CONNECT_DATA=(CID=(PROGRAM=)(HOST=jdbc)(USER=STCDB$))(SERVICE_NAME=orclams))
* (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=59198)) * establish * orclams * 12560
TNS-12560: TNS:protocol adapter error TNS-00530: Protocol
adapter error 64-bit Windows Error: 53: Unknown error TNS-12518:
TNS:listener could not hand off client connection
TNS-12571: TNS:packet writer failure
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
64-bit Windows Error: 54: Unknown error
Actually, my oracle server worked normally before we change server's IP address from 10.15.193.18 to 10.15.192.18. So I have changed new IP address tnsnames.ora then Oracle have been not working properly
Thanks in advance.
oracle oracle-11g-r2 oracle-11g
oracle oracle-11g-r2 oracle-11g
asked 1 min ago
nvtthangnvtthang
991
991
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "182"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f226862%2ftns-12560-tnsprotocol-adapter-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Database Administrators Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f226862%2ftns-12560-tnsprotocol-adapter-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown