Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oraswdb-install: added autostart support to multiple listeners for database in filesystems #137

Merged
merged 2 commits into from
Nov 19, 2018

Conversation

Rendanic
Copy link
Collaborator

The stupid dbstart and dbstop has been replaced by a completly new designed script manage_oracle_rdbms_procs.sh.
The script is placed in /usr/local/bin and must be executed as the owner of the Oracle software. Instances are started when the state in oratab is 'Y' or 'M' for only 'startup mount' which is important in data-guards to protect against accidently using the active data-guard option.
All listeners are started when 'listener_name' is defined in oracle_databases for the instance.

…ilesystem

The stupid dbstart and dbstop has been replaced by a completly new
designed script manage_oracle_rdbms_procs.sh.
The script is placed in /usr/local/bin and must be executed as the
owner of the Oracle software.
Instances are started when the state in oratab is 'Y' or 'M' for only
'startup mount' which is important in data-guards to protect against
accidently using the active data-guard option.
All listeners are started when 'listener_name' is defined in oracle_databases
for the instance.

The script has some parameter:

manage_oracle_rdbms_procs.sh -a <start|stop> -m <abort|immediate>

The default is shutdown immediate This can be changed with the parameter
'-m abort'.
Fixed wrong execution of include from testing.
@oravirt oravirt merged commit e791265 into oravirt:master Nov 19, 2018
@Rendanic Rendanic deleted the prautostart branch November 21, 2018 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants