Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ERROR ORA-12170: TNS:Connect timeout occurred

Sam90Aug 10 2015 — edited Aug 12 2015

Hi there,

I'm a newbie and I'm struggling to connect to the database using oracle forms 11g. I'm using my machine as a local host using weblogic and XE database. when I try to connect to the database using oracle forms, this error pops

"ERROR ORA-12170: TNS:Connect timeout occurred"

here's the files

C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN

listener

SID_LIST_LISTENER =

  (SID_LIST =

  (SID_DESC =

  (SID_NAME = PLSExtProc)

  (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)

  (PROGRAM = extproc)

  )

  (SID_DESC =

  (SID_NAME = CLRExtProc)

  (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)

  (PROGRAM = extproc)

  )

  )

LISTENER =

  (DESCRIPTION_LIST =

  (DESCRIPTION =

  (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))

  (ADDRESS = (PROTOCOL = TCP)(HOST = NB-s.d.com)(PORT = 1521))

  )

  )

DEFAULT_SERVICE_LISTENER = (XE)

-------




sqlnet


# This file is actually generated by netca. But if customers choose to

# install "Software Only", this file wont exist and without the native

# authentication, they will not be able to connect to the database on NT.

SQLNET.AUTHENTICATION_SERVICES = (NTS)

-------------



tnsnames


XE =

  (DESCRIPTION =

  (ADDRESS = (PROTOCOL = TCP)(HOST = NB-s.d.com)(PORT = 1521))

  (CONNECT_DATA =

  (SERVER = DEDICATED)

  (SERVICE_NAME = XE)

  )

  )

EXTPROC_CONNECTION_DATA =

  (DESCRIPTION =

  (ADDRESS_LIST =

  (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))

  )

  (CONNECT_DATA =

  (SID = PLSExtProc)

  (PRESENTATION = RO)

  )

  )

ORACLR_CONNECTION_DATA =

  (DESCRIPTION =

  (ADDRESS_LIST =

  (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))

  )

  (CONNECT_DATA =

  (SID = CLRExtProc)

  (PRESENTATION = RO)

  )

  )


I don't have technical experience to solve it out


thanks





Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 9 2015
Added on Aug 10 2015
5 comments
3,394 views