Home » Developer & Programmer » Forms » Connection problems after Developer Suite reinstallation
Connection problems after Developer Suite reinstallation [message #350879] Fri, 26 September 2008 16:25 Go to next message
sekhar_kg
Messages: 1
Registered: September 2008
Junior Member
hi I unistalled my developer suite and again I installed this time I gave TCP protocol....and when I am trying to connect to database fom form builder it is asking
username:scott
password:tiger
database:ora92
and it is giving ORA 12535:TNS PRotocol timed out error.....

My tnsnames.ora and my listener.ora file for oracle9i database is this.....

#TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

ORA92 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 53F4FCFB03A24FF)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = ora92)
)
)

INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 53F4FCFB03A24FF)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = http://HRService)
)
)

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)

# LISTENER.ORA Network Configuration File: C:\oracle\ora92\network\admin\listener.ora
# Generated by Oracle configuration tools.

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 53F4FCFB03A24FF)(PORT = 1521))
)
)
)

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oracle\ora92)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = ora92)
(ORACLE_HOME = C:\oracle\ora92)
(SID_NAME = ora92)
)
)

my tnsnames.ora file for oracle9i developer suite is this....

# TNSNAMES.ORA Network Configuration File: C:\oracle1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

ORA92 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST =ora92)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = ora92)
)
)

INST1_HTTP =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 53F4FCFB03A24FF)(PORT = 1521))
)
(CONNECT_DATA =
(SERVER = SHARED)
(SERVICE_NAME = MODOSE)
(PRESENTATION = http://HRService)
)
)

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)


and there is no listener.ora file in tht .....

pls help me...I am exhausted trying to get this...
Re: Connection problems after Developer Suite reinstallation [message #350996 is a reply to message #350879] Sun, 28 September 2008 20:53 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Can you access the database via SQL*Plus?

I suggest ALWAYS that you use the 'tns_admin' environment variable to point to the working database 'tnsnames.ora' file and leave the other copies of it alone.

David
Previous Topic: Scaning Hard Disk
Next Topic: How to use right key(-->) move the focus on the third button?
Goto Forum:
  


Current Time: Sun Feb 09 08:05:35 CST 2025