Ensure that Oracle SQL Developer and SQLCL is installed
None
Variable Name | Defaults | Description |
---|---|---|
install_locally | False | If true, expects the necessary files in /tmp folder |
sql_developer_url | "" | Download path for Oracle Sql Developer |
sqlcl_url | "" | Download path for Oracle Sql Command Line |
instantclient_url | "" | Download path for Oracle Instant Client |
instantclient_sqlplus_url | "" | Download path for Oracle Instant Client SQL Plus |
instantclient_tools_url | "" | Download path for Oracle Instant Client Tools |
intershopstudio_url | "" | Download path for Intershop Studio |
None
---
- hosts: servers
vars:
install_locally: false
jdk_tarball_file: "http://example.com/sql_developer.rpm"
java_download_from_oracle: "http://example.com/sqlcl.zip"
roles:
- role: dfgd.oracle-sqlDeveloper
...
Run this command to start SQL Developer sh /opt/sqldeveloper/sqldeveloper.sh
After this we need to put the jdk file path
To run SQL Command Line run this: /opt/sqlcl/bin/sql
BSD
This role was created by dfgd.