Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Oracle/OAS and the fly likes Listener not being created Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "Listener not being created" Watch "Listener not being created" New topic
Author

Listener not being created

premchand Singh
Greenhorn

Joined: Mar 12, 2012
Posts: 26
hi i am trying to create new DB in oracle 10G , but while creating it i am getting the following error...

ORACLE- 12560:TNS: Protocol Adopter error...
i came to know there is need to create some listeners for this...so in "tnsnames.ora" under ADMIN i tried to configure it but i am getting how to do it...
the contains that is already here in the "tnsnames.ora" file is as follows:

# tnsnames.ora Network Configuration File: D:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.

ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 129.221.10.78)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)
)

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

Someone please advice me how to configure the same...

Thanks in advance:
Premchand Singh
Wendy Gibbons
Bartender

Joined: Oct 21, 2008
Posts: 1098

I am moving this to the oracle forum, where people should know much more about setting up an oracle database.
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14672
    
  11

Is the service started ? Check in Windows' Services panel.


[My Blog]
All roads lead to JavaRanch
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Listener not being created
 
Similar Threads
Listener refused the connection with the following error: ORA-12505
help me out
Oracle 10g installation
Oracle Toplink Workbench - ORA-12505, TNS:listener error
what is Host String?