https://github.com/richeyphu/oracle-db-switch
Two simple batch scripts that will turn on/off the Oracle DB services.
https://github.com/richeyphu/oracle-db-switch
batch-script oracle-database
Last synced: 20 days ago
JSON representation
Two simple batch scripts that will turn on/off the Oracle DB services.
- Host: GitHub
- URL: https://github.com/richeyphu/oracle-db-switch
- Owner: richeyphu
- License: unlicense
- Created: 2021-03-13T16:23:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T08:30:11.000Z (about 4 years ago)
- Last Synced: 2025-02-10T06:32:49.660Z (2 months ago)
- Topics: batch-script, oracle-database
- Language: Batchfile
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oracle-DB-switch
Two simple batch scripts that will turn on/off the Oracle Database services.## Usage
- Go to `services.msc`
- Make sure that all `Start up Type` of `Oracle Database` services are set to `Manual`.
```services
- OracleServiceXE
- OracleOraDB18Home1TNSListener
- OracleOraDB18Home1MTSRecoveryService
- OracleVssWriterXE
```
- Restart your PC.
- Run `oracle-start.bat` to start the Oracle Database services.
- Run `oracle-stop.bat` to stop the Oracle Database services.>***Note*** *This was tested on `Oracle Database 18c Express Edition`.*