ansible-oracle
ansible-oracle copied to clipboard
oracle_pdbs - non-default listener port
oradb-manage-tablespaces was defaulting to port 1521. As I am not using default 1521, I have had to add listener_port option to the oracle_pbs dictionary.
oracle_pdbs:
- home: 18300-base
pdb_name: orclpdb1
datafile_dest: /u01/oradata/
cdb: orclcdb
listener_port: 1621
As CDB is referenced in oracle_pdb, could we not take listener_port from oracle_databases dictionary rather than having to maintain twice?