oracle-tools-create_restore_point
Role Name
Create Oracle Database Restore Point.
Requirements
Ensure that /etc/profile.d/oracle.sh
is present and is setting all variables correctly and sqlplus command is present in $PATH
Make sure that Media recovery is be enabled by shutdown immediate;startup mount;ALTER DATABASE ARCHIVELOG;shutdown immediate;startup;
Role Variables
- restore_point_name: Name of target restore point
Example Playbook
- hosts: servers
roles:
- { role: embedit-ansible.oracle-tools-create_restore_point, restore_point_name: some_restore_point }
License
MIT
Author Information
- Mario Vejlupek
Install
ansible-galaxy install embedit-ansible/oracle-tools-create_restore_point
License
Unknown
Downloads
69
Owner