embedit-ansible.oracle-tools-create_restore_point

Role Name

Create Oracle Database Restore Point

Requirements

Make sure the file /etc/profile.d/oracle.sh exists and correctly sets all necessary variables. Also, confirm that the sqlplus command is included in your $PATH.

Ensure that Media Recovery is enabled by running the following commands:

shutdown immediate;
startup mount;
ALTER DATABASE ARCHIVELOG;
shutdown immediate;
startup;

Role Variables

  • restore_point_name: The name of the restore point you want to create.

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
Informazioni sul progetto

Create Oracle Database Restore Point

Installa
ansible-galaxy install embedit-ansible.oracle-tools-create_restore_point
Licenza
Unknown
Download
80
Proprietario