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

add db restart option after spfile init parameter change #342

Merged
merged 5 commits into from
Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelogs/fragments/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
minor_changes:
- "flake8: adding flake8 to pre-commit (oravirt#343)"
- "black: adding black to pre-commit (oravirt#343)"
- "oracle_db: Refactoring code for flake8 (oravirt#342)"

breaking_changes:
- "oradb_manage_db: requires Python3 installed on target system (oravirt#342)"
- "cx_Oracle: requires Python3 installed on target system (oravirt#342)"
4 changes: 4 additions & 0 deletions changelogs/fragments/restart_spfile_parameters.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
minor_changes:
- "Add state=restarted to oracle_db (oravirt#342)"
- "Add restart possibility after scope=spfile init parameters change (oravirt#342)"
Loading