|

List Home > Databases > Oracle > [ Post New Problem ]
Welcome back !
| TrackingID : | 2009 |
| Posted : | Friday, February 04th, 2005 08:28:09 PM |
| By : | charlesinbam |
| Error ORA -12571 TNS Packet writter error | Configuration: |
I've a 2.8Ghz Ht M\c. I have installed Oracle 9i and forms 6i on different logical drives. Oracle 9i is my primary Home. Oracle 9i works fine. Problem with connect to SQL*PLUS of forms. I get a error ORA -12571 TNS Packet writter error..
I\'ve modified TNSnames.ora file here how it looks
Oracle 9i:
DBICICI =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = abc)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = dbicici)
)
)
Forms 6i:
DBICICI =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = abc)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = dbicici)
)
)
Please help me!
| Operating System : Windows XP
CPU/Processor : intel 2.8Ghx with HT
RAM : 512
Motherboard : Intel 915GAG
Hard Disk : 80gb samsung SATA
Partition Details : c:oracle 9i
D:forms6
|
Related Problems : Comments :
Re: Error ORA -12571 TNS Packet writter error by Anonymous Ghost on July 25th, 2005 10:03:49 AM use beq protocol instead of tcp...(tnsnames.ora for developer 6i)
your_name=
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = BEQ)
(PROGRAM = oracle_file_name)
(ARGV0 = oracle_file_name+SID)
(ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')
)
)
(CONNECT_DATA = (SID = your_sid)
)
) |
Re: Error ORA -12571 TNS Packet writter error by Anonymous Ghost on August 09th, 2005 08:09:08 AM Hi,
I to was having the ORA-12571:TNS:Packet Writer Failure.
I ran ad-aware (spyware removal tool) and found several spyware on my PC. After removing them, the error was gone and all is well, again. |
Re: Error ORA -12571 TNS Packet writter error by Anonymous Ghost on May 29th, 2006 12:27:25 AM while trying to connect oracle database we are getting above error. please help me out in this regard. |
Re: Error ORA -12571 TNS Packet writter error by Anonymous Ghost on June 30th, 2006 12:54:56 PM I have cleaned Install my OS but still getting the same error. SQL backend working fine. But Forms 6i showing the same ORA-12571 Error. Anybody knows ? |
Related Problems :
List Home > Databases > Oracle > [ Post New Problem ] |
|