Oracle 11g ORA-12514 Error, my solution

Source: Internet
Author: User

Foreword: There are a lot of solutions on the net, delete Listener.ora or whatever, still can not solve this problem of me, still report 12514 error, following is I try after the successful listening string.

Listener.ora file:

# Listener.ora Network Configuration File:d:/app/john/product/11.1.0/db_1/network/admin/listener.ora
# Generated by Oracle configuration tools.

Sid_list_listener =
(Sid_list =
(Sid_desc =
(Sid_name = cjtfs)
(Oracle_home = d:/app/john/product/11.1.0/db_1)
(program = CJTFS)
)
(Sid_desc =
(Global_dbname = cjtfs)
(Oracle_home = d:/app/john/product/11.1.0/db_1)
(Sid_name = cjtfs)
)
)
LISTENER =
(Description_list =
(DESCRIPTION =
(address = (PROTOCOL = TCP) (HOST = john-pc) (PORT = 1521))
)
)

Tnsnames.ora file:

# Tnsnames.ora Network Configuration File:d:/app/john/product/11.1.0/db_1/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.

Cjtfs =
(DESCRIPTION =
(address = (PROTOCOL = TCP) (HOST = john-pc) (PORT = 1521))
(Connect_data =
(SERVER = dedicated)
(service_name = cjtfs) #要和listener. Ora the name of the CJTFS position is consistent.
)
)

If still can not solve, then leave a message, I generally will often read the blog .... Everyone to solve together. Learn from each other.

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.