Solve several Oracle errors under the XP Virtual Machine

Source: Internet
Author: User

1. When the virtual machine installed, and then in the Virtual Machine Installed Oracle, when the next restart, encounter Oracle reported ora-12514 error, there are a lot of online solutions, this place to write a solution:

Open the file: % oracle_hoem %/Network/admin/listener. ora in
Sid_list_listener =
(Sid_list =
(Sid_desc =
(Sid_name = plsextproc)
(ORACLE_HOME = D:/Oracle/Oracle10g)
(Program = EXTPROC)
)
Add:
(Sid_desc =
(Global_dbname = Oracle)
(ORACLE_HOME = D:/Oracle/Oracle10g)
(Sid_name = Oracle)
)

Finally changed:
Sid_list_listener =
(Sid_list =
(Sid_desc =
(Sid_name = plsextproc)
(ORACLE_HOME = D:/Oracle/Oracle10g)
(Program = EXTPROC)
) (Sid_desc =
(Global_dbname = Oracle)
(ORACLE_HOME = D:/Oracle/Oracle10g)
(Sid_name = Oracle)
)
)

 

Idea: sid_name is the service name, and the idea is to modify its Oracle installation path

 

2. After this error, and then reported: ora-0134 error, the solution is as follows:

Enter the command line of the VM and start the database instance.

For example:

For example, CMD-> sqlplus/nolog
Conn sys/admin @ orcl as sysdba;
After login:
SQL> startup

After the instance is started, everything is normal. There are many reasons for such errors. If this is the case.

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.