We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just checking if anyone has looked at managing database links from Ansible?
The text was updated successfully, but these errors were encountered:
I've been meaning to explore this but I literally have no time to do so at the moment.
Sorry, something went wrong.
actually I use create database link via oracle_sql:
# create dblink is not idempotent, so ignore errors - name: create dblink oracle_sql: hostname: "{{ oraclehost }}" port: "{{ oracleport }}" service_name: "{{ oracleservice }}" user: "{{ dblink_owner }}" password: "{{ schemapwd_rcsus_sync_std }}" sql: "CREATE DATABASE LINK {{ dblink_name }} CONNECT TO {{ remote_dbl_schema }} IDENTIFIED BY {{ schemapwd_remote_dbl_schema }} USING '{{ tns_remote_db }}'" environment: "{{ oracle_env }}" ignore_errors: true
No branches or pull requests
Just checking if anyone has looked at managing database links from Ansible?
The text was updated successfully, but these errors were encountered: