File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3737 - home: rachome1 # 'Last' directory in ORACLE_HOME path (e.g /u01/app/oracle/12.1.0.2/racdb)
3838 oracle_version_db: 12.1.0.2 # Oracle versiono
3939 oracle_edition: EE # The edition of database-server (EE,SE,SEONE)
40- oracle_db_name: racdb # Database name
40+ oracle_db_name: racdba # Database name
4141 oracle_db_passwd: Oracle123 # Passwords (sys/system/dbsnm etc)
4242 oracle_db_type: RAC # Type of database (RAC,RACONENODE,SI)
4343 is_container: "false" # (true/false) Is the database a container database
4444 pdb_prefix: pdb
4545 num_pdbs: 1
4646 is_racone: "false" # (true/false) Is the database a RAC ONE NODE Database
47- storage_type: FS # Database storage to be used. ASM or FS.
47+ storage_type: ASM # Database storage to be used. ASM or FS.
4848 service_name: racdb_serv # Inital service to be created (not in use yet)
4949 oracle_init_params: "open_cursors=300,processes=500" # Specific parameters to be set during installation. Comma-separated list
5050 oracle_db_mem_percent: 30 # Amount of RAM to be used for SGA
5151 oracle_database_type: MULTIPURPOSE # MULTIPURPOSE|DATA_WAREHOUSING|OLTP
5252 redolog_size_in_mb: 100
5353 delete_db: true
54-
5554
5655 oracle_dbf_dir_asm: "DATA"
5756 oracle_reco_dir_asm: "FRA"
You can’t perform that action at this time.
0 commit comments