24 lines
1.1 KiB
YAML
Executable File
24 lines
1.1 KiB
YAML
Executable File
oracle_user: oracle
|
|
oracle_install_group: "oinstall"
|
|
mount_directory: "/"
|
|
root_directory: "/u01"
|
|
stage_dir: "/u01/stage"
|
|
scripts_directory: "{{ root_directory }}/app/scripts"
|
|
create_database: false
|
|
oracle_base: /u01/app/oracle
|
|
oracle_home: /u01/app/oracle/product/19.3.0/db1
|
|
oracle_inventory: /u01/app/oraInventory
|
|
root_user: root
|
|
oradbsoft_rsp: "19cEE_SoftOnly"
|
|
oracle19c_path: "/data/software/Oracle/19c/LINUX.X64_193000_db_home.zip"
|
|
dbca_rsp: "dbca"
|
|
oracle_global_name: "SHED.pattinson.org"
|
|
oracle_unqname: "SHED"
|
|
oracle_sid: "SHED"
|
|
oracle_pdb_name: "SHDPDB1"
|
|
oracle_password: "Welcome123"
|
|
oracle_datadir: "/u02/oradata"
|
|
oracle_fra: "/u02/fast_recovery_area"
|
|
profile_script: "setEnv.sh"
|
|
oracle_memory_target: "4G"
|