ansible-oracle icon indicating copy to clipboard operation
ansible-oracle copied to clipboard

oracle_pdbs - non-default listener port

Open g10chy opened this issue 5 years ago • 0 comments

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?

g10chy avatar Mar 28 '19 15:03 g10chy