Two Oracle DB instances are installed on the same server under Windows, starting and stopping the database by command

Source: Internet
Author: User

Two Oracle DB instances are installed on the same server, how do you differentiate which DB instance you are working with by using command to start and stop a database? The operation is as follows:

1. On the command line

Set Oracle_sid=one_ instance//Modify environment variable first, this step equals switch db instance

Sqlplus/nolog
Connect/as SYSDBA
Shutdown

Or

2, when the connection

Sqlplus User/[email protected] as SYSDBA//can also be specified

Shutdown immediate


Select instance_name from v$instance//view current Environment default SID environment variable


Individuals like to use the second method.

This article is from "Operation and maintenance record Mei Ling" blog, please be sure to keep this source http://meiling.blog.51cto.com/6220221/1678795

Two Oracle DB instances are installed on the same server under Windows, starting and stopping the database by command

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.