-
Notifications
You must be signed in to change notification settings - Fork 249
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
add db restart option after spfile init parameter change #342
add db restart option after spfile init parameter change #342
Conversation
09446d6
to
949e26e
Compare
949e26e
to
4d00481
Compare
I had to move the sleep(10) to start_instance as otherwise if |
I did some test and 1 important point. Example: v$parameter: I have no idea, how Oracle rounds the values. We have to live with this effect for the moment... Don't forget - this affects all memory parameter. It's a good idea to start with |
Hugh refactoring to make flake8 happy with module. More refactoring will follow.
8131a4c
to
0b3c0fb
Compare
0b3c0fb
to
b226e7d
Compare
Rebased against Rendanic/proracle_db and added some missing fixes. This has been tested against FS storage 19c with python3 and works excellent. |
This PR adds 2 features:
state: restarted
that restarts the databaseIt additionally introduces some code cleanup and simplifications in oracle_db module.