Compare commits
2 Commits
4117287e95
...
1dce024cd8
| Author | SHA1 | Date | |
|---|---|---|---|
| 1dce024cd8 | |||
| 4245a47581 |
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Ignore Python cache and virtual environments
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
# macOS system files
|
||||
.DS_Store
|
||||
|
||||
# Shell history and logs
|
||||
*.log
|
||||
*.history
|
||||
|
||||
# Exclude Rubrik API config files
|
||||
rbk_api.conf
|
||||
|
||||
# Other common ignores
|
||||
*.swp
|
||||
*.swo
|
||||
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# List MVs using API call to CDM, for diagnostic purposes
|
||||
# Written for Avon
|
||||
# v1.1 - James Pattinson - October 2023
|
||||
# Written for HCL / Nokia
|
||||
# v1.1 - James Pattinson - October 2025
|
||||
#
|
||||
# usage: list_mv.sh
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Oracle shell script support functions
|
||||
# Written for Avon
|
||||
# v1.0 - James Pattinson - October 2023
|
||||
# Written for HCL / Nokia
|
||||
# v1.0 - James Pattinson - October 2025
|
||||
|
||||
nowait=0
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# RMAN DB backup with incremental Merge
|
||||
# Written for Avon
|
||||
# v1.0 - James Pattinson - October 2023
|
||||
# Written for HCL / Nokia
|
||||
# v1.0 - James Pattinson - October 2025
|
||||
#
|
||||
# usage: rman_db.sh <ORACLE_SID>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# RMAN Log backup
|
||||
# Written for Avon
|
||||
# v1.1 - James Pattinson - October 2023
|
||||
# Written for HCL / Nokia
|
||||
# v1.1 - James Pattinson - October 2025
|
||||
#
|
||||
# usage: rman_logs.sh <ORACLE_SID>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Open and Close MV using API call to CDM
|
||||
# Written for Avon
|
||||
# v1.0 - James Pattinson - October 2023
|
||||
# Written for AvonHCL / Nokia
|
||||
# v1.0 - James Pattinson - October 2025
|
||||
#
|
||||
# usage: rubrik_mv_op.sh -d <DBNAME> -v <logs|data> -o <open|close>
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user