Solution for Oracle Adapter not connected _oracle

Source: Internet
Author: User

Racle developer Connection does not escalate error: Listener does not currently know of SID given in Connect descriptor

Solution:

In D:\app\Administrator\product\. \dbhome_\network\admin found in the Listener.ora file, the modified file in the "below", copy and overwrite the OK.

# Listener.ora Network Configuration file:d:\app\administrator\product\. \dbhome_\network\admin\listener.ora
# Generated by Oracle configuration tools.

Change the configuration in the Listener.ora to the following:

Sid_list_listener = 
 (sid_list = ( 
  Sid_desc = 
   (sid_name = Clrextproc) 
   (oracle_home = D:\app\ Administrator\product\.. \dbhome_) 
   (program = extproc) 
   (Envs = "extproc_dlls=only:d:\app\administrator\product\. \dbhome_\bin\oraclr.dll ") 
  ) 
 
  (Sid_desc =  
   (global_dbname = ORCL)  
   (oracle_home = D:\app\Administrator \product\.. \dbhome_)  
   (sid_name = ORCL)  
  ) 
LISTENER = 
 (description_list 
   = (DESCRIPTION = ( Address = (PROTOCOL = IPC) (KEY = Extproc)) 
   (address = (PROTOCOL = TCP) (HOST = localhost) (PORT =)) 
 
   
    adr_base_listener = D:\app\Administrator 


   

If you follow the above or the connection is not, it may be your SID error!

Workaround: http://www.jb51.net/article/73178.htm

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.