Oracle 10 Gb manual operation Database Service Batch Processing Command

Source: Internet
Author: User

Oracle databases consume too much resources. If you do not need to install it, it will consume too much resources. I only have to choose to start its database service as needed.

Check that all Oracle service startup types are set to manual startup. Then, start processing files in batches,

Start the basic database service:

Base_start.bat

Net start oracleoradb10g_home1isql * Plus
Net start oracleoradb10g_home1tnslistener
Net start oraclecsservice

Net start oracleoradb10g_home1isql * Plus is the service process for enabling iSQL * Plus.

Net start oracleoradb10g_home1tnslistener is the service process for enabling the listener

Net start oraclecsservice enable the cluster synchronization process (some may not have this service)

Disable basic database services

Base_stop.bat

Net stop oracleoradb10g_home1isql * Plus
Net stop oracleoradb10g_home1tnslistener
Net stop oraclecsservice

 

Enable specific database services:

* *** _ Start. bat

Net start oracledbconsole ****
Net start oracleservice ****

Net start oracledbconsole ***** enable the Service Process of the specified database OEM console, where ***** serves your Sid

Net start oracleservice ***** enable a specific database service process, where ***** serves your Sid

Disable specific database services:

* *** _ Stop. bat

Net stop oracledbconsole ****
Net stop oracleservice ****

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.