Question : [ORA-12560 TNS:protocol adapter error] [message #93755] |
Fri, 20 December 2002 01:46 |
Daniel Woohee Yoon
Messages: 2 Registered: December 2002
|
Junior Member |
|
|
Hello,
I'm Mr.Yoon from South Korea and a novice of all DBMS.
I am trying to run the sample SAMPLE1.pc on Windows 2000 but I keep getting
the ORA-12560: TNS:protocol adapter error. I have set the correct
username and password in SAMPLE1.pc before compiling.
I am using Oracle 8.1.6 Server on Solaris 8 and I have the Oracle Client installed on Windows 2000 with the selection Application Programmer.
I am able to connect to Oracle using the command line with the following
command sqlplus daniel/whyoon@eam and I am also able to connect to
Oracle using the Sqlplus Net8 client interface.
And I have also set the ORACLE_SID on the
Windows registry to EAM
Here is my tnsnames.ora file on the client.
EAM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.30.102)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = eam.iasecurity.com)
)
)
---------------------------------------------
Here is my tnsnames.ora file on the server.
EAM.IASECURITY.COM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = ultra80)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = eam.iasecurity.com)
)
)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)
-----------------------------------------------
These are the result on the client.
***********************************************
C:OracleOra81bin>tnsping eam
TNS Ping Utility for 32-bit Windows: Version 8.1.6.0.0 - Production on 20-DEC-20
02 17:28:23
(c) Copyright 1997 Oracle Corporation. All rights reserved.
Attempting to contact (ADDRESS=(PROTOCOL=TCP)(HOST=172.16.30.102)(PORT=1521))
OK (200 msec)
C:OracleOra81bin>
***********************************************
The below thing is the file "C:OracleOra81precompdemoprocsample1sqlnet.log"
***********************************************************************
Fatal NI connect error 12560, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleORCL)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=ORCL)(CID=(PROGRAM=C:OracleOra81precompdemoprocsample1WinDebugsample1.exe)(HOST=WHYOON)(USER=Administrator))))
VERSION INFORMATION:
TNS for 32-bit Windows: Version 8.1.6.0.0 - Production
Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 8.1.6.0.0 - Production
Time: 20-DEC-2002 16:35:39
Tracing not turned on.
Tns error struct:
nr err code: 0
ns main err code: 12560
TNS-12560: TNS:Protocol Adapter Error
ns secondary err code: 0
nt main err code: 530
TNS-00530: Protocol Adapter Error
nt secondary err code: 126
nt OS err code: 0
***********************************************************************
I have no idea how the protocol name was set to "BEQ"
which is different from the value of TNSNAMES.ORA.
Anyone have any ideas why I can't connect with the SAMPLE1 ?
How can I shoot this problem "[[ORA-12560 TNS:protocol adapter error]] ?
Thank you for listening me ....
|
|
|
|
|
|
Re: Question : [ORA-12560 TNS:protocol adapter error] [message #93958 is a reply to message #93847] |
Tue, 27 May 2003 04:45 |
khaleel bin aqeel mohd bi
Messages: 1 Registered: May 2003
|
Junior Member |
|
|
WHEN I INSTALL ORACLE 8I ENTERPRISES ON MILLENIUM EDITION.THEY INSTALL,BUT AFTER THE INSTALL OF ORACLE 8I ENTERPRISES.IF I ENTER SCOTT/TIGER .
THEY WILL BE GIVE ERRROR
JUST LIKE
ORA-12560 :TNS :PROTOCAL ADAPTER ERROR .
I WAITING FOR UR HELP
PLZ HELP ME
FOR GOD SAY
I AM UR STUDENTS OF ORACLE
I WRITE A EXAM OF OCP
THAT WHY I NEED A HELP FROM U .FROM ORACLE COOPERATION.
PLZ HELP ME
|
|
|
|
|
|
|
Re: Question : [ORA-12560 TNS:protocol adapter error] [message #94149 is a reply to message #94143] |
Thu, 01 April 2004 20:35 |
puneet
Messages: 76 Registered: August 2002
|
Member |
|
|
hi
i m puneet
I m trying to install oracle on my pc
after the installation it ask me to enter the protocol name such as tcp/ip and then service name
i dont know whick is to be entered in protocol name and in service name
but i enter tcp/ip and then ORCL
but when i test the connection i got the error message
[[ORA-12560 TNS:protocol adapter error]]
i dont to know what to do
plz help me
thanks
|
|
|
Re: Question : [ORA-12560 TNS:protocol adapter error] [message #94157 is a reply to message #94149] |
Wed, 07 April 2004 07:57 |
Daniel
Messages: 47 Registered: February 2000
|
Member |
|
|
Hi puneet,
after the installation the Oracle Installer ask you to create a Database? Have you create a Database? You Need 2 Services to running the Database.
- ORACLEOraHome1TNSLISTENERListener
- ORACLEOraHome1ServiceSID
Check the Services if they running.
Then check the TNSNAMES.ORA File if it exists and if the entrys are right.
You find this file at Oracle 9i in the following folder:
[[DRIVE]]:ORACLEORA92NETWORKADMIN
If this file does not exist, start the "Net Manager Tool" netmgr.exe with this tool you can create the file.
Daniel
|
|
|
|
|
|
|
|
Re: Question : [ORA-12560 TNS:protocol adapter error] [message #94217 is a reply to message #94216] |
Tue, 18 May 2004 23:00 |
sajid
Messages: 18 Registered: April 2000
|
Junior Member |
|
|
This problems come generally if your network is not working properly
1. Network problem
2. Oracle overloaded
3. try pinging if there is packet loss recrimp if not try another network card
4. If u r working on local system and u r getting this problem then it could be incorrect installtion of oracle or virus in the system.
5. check if all the services have started
|
|
|
Re: Question : [ORA-12560 TNS:protocol adapter error] [message #94232 is a reply to message #93755] |
Sun, 30 May 2004 03:39 |
Bijoy Kharibam
Messages: 2 Registered: May 2004
|
Junior Member |
|
|
The resolve this error, please execute below command first from C:OracleOra81bin> folder
ordim -startup -sid <<oracle sid name>>
*sid for me is oracle1 which I created when oracle application is installed for the first time in my system of Windows 2000 professional sp 4free.
You can also start the oracle service from the service management console. In my case it is OracleServiceORACLE1.
I hope this works for you guys.
|
|
|
|
|
|
|
|
Re: Question : [ORA-12560 TNS:protocol adapter error] [message #94339 is a reply to message #93755] |
Tue, 10 August 2004 08:16 |
Ted
Messages: 9 Registered: June 2002
|
Junior Member |
|
|
Please be patient with my question, as I am totally an ammature at this.
I am running oracle on Windows Xp O/S. I am trying to create a connetion between Visual Basics and the Oracle database I created within a stand alone off-network machine. At some point, I was asked to "Enter server name". How do I get this information? I assumed it was my machine name, so I right-clicked on my machine--->clicked on properties--->clicked on the computer name tab---> and copied the computer full name and pasted it. I then put in my Oracle DB user name & password, and clicked on test connection.
The result was: ORA-12560 TNS:protocol adapter error
Please help.
Ted
|
|
|
|
|
Re: Question : [ORA-12560 TNS:protocol adapter error] [message #94370 is a reply to message #94149] |
Thu, 09 September 2004 22:38 |
ashish
Messages: 107 Registered: December 2000
|
Senior Member |
|
|
hi
i m puneet
I m trying to install oracle on my pc
my current operating system is windows98.
i trying to install oracle-8i
after the installation it ask me to enter the protocol name such as tcp/ip and then service name
i dont know whick is to be entered in protocol name and in service name
but i enter tcp/ip and then ORCL
but when i test the connection i got the error message
[[ORA-12560 TNS:protocol adapter error]]
i dont to know what to do
is oracle-8i not support windows98
i m aslo trying to install oracle-personal bu ti found same problem
plz help me
thanks
|
|
|
|
|
Question : [ORA-12560 TNS:protocol adapter error] [message #94428 is a reply to message #93972] |
Mon, 25 October 2004 21:28 |
Vrinda V
Messages: 17 Registered: October 2004
|
Junior Member |
|
|
This is the details found in sqlnet file
Fatal NI connect error 12560, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleordata)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=ordata)(CID=(PROGRAM=D:OracleOra81binoradim.exe)(HOST=LAB25)(USER=SYSTEM))))
VERSION INFORMATION:
TNS for 32-bit Windows: Version 8.1.6.0.0 - Production
Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 8.1.6.0.0 - Production
Time: 21-AUG-2004 11:15:19
Tracing not turned on.
Tns error struct:
nr err code: 0
ns main err code: 12560
TNS-12560: TNS:protocol adapter error
ns secondary err code: 0
nt main err code: 530
TNS-00530: Protocol adapter error
nt secondary err code: 2
nt OS err code: 0
What shall I do? Reinstall Oracle?
|
|
|
Re: Question : [ORA-12560 TNS:protocol adapter error] [message #94429 is a reply to message #93958] |
Tue, 26 October 2004 07:12 |
Venkat
Messages: 110 Registered: February 2001
|
Senior Member |
|
|
WHEN I INSTALL ORACLE 9I personal edition ON windows xp EDITION.THEY INSTALL,BUT AFTER THE INSTALL OF ORACLE 9I personal.IF I ENTER SCOTT/TIGER .
THEY WILL BE GIVE ERRROR
JUST LIKE
ORA-12560 :TNS :PROTOCAL ADAPTER ERROR .
I WAITING FOR UR HELP
PLZ HELP ME
FOR GOD SAY
I AM UR STUDENTS OF ORACLE
I WRITE A EXAM OF OCP
THAT WHY I NEED A HELP FROM U .FROM ORACLE COOPERATION.
PLZ HELP ME
|
|
|
|
|
|
|
|
|
|
|
|