Pierre-Marie Petit
Pierre-Marie Petit
i can confirm that executing /u01/app/oracle/product/12.2/db12c02/bin/dbca -silent -createDatabase -templateName /u01/app/stage/oracle/db/mytemplate.dbt -gdbname dkt122.preprod.org -characterSet AL32UTF8 -responseFile NO_VALUE -sysPassword xxxxxx -systemPassword xxxxxx -dbsnmpPassword xxxxx -asmsnmpPassword Welcome01 -emConfiguration NONE -variables dummy=/tmp -initParams DB_UNIQUE_NAME=MYDB01_MYSERVER01,sga_target=1024M,sga_max_size=1024M...
hi, yes, i have tested adding -sid for all version and it is ok there is no regression ... so you should add - sid param thanks Envoyé de mon...
Ok, i will check asap thanks 2017-03-29 22:23 GMT+02:00 Edwin Biemond : > So I changed this > 3.0.7 > > - database.pp now also use init_params for dbt templates...
I am working on a version that will build a dataguard configuration.... 2017-03-30 8:46 GMT+02:00 Petit Pierre-Marie : > Ok, i will check asap > > thanks > > 2017-03-29...
Hello, some of parameters can be passed in template file during dbca creation, but some of them not.... i use a post script execute to set them...
Hello, be carefull the last opatch version for a 12.1 db is a 12.2.0.12 you can see it in Version file inside the zip ... so if you install with...
Hello,i am testing with 12.1 and 12.2 as i am using in the template file, so i have to use it. but : $command = "${command_pre} ${command_data_file} ${command_var} ${command_init} ${command_nodes}...
so, the solution for me is to change to a hard coded value /u01/app/oracle and remove the parameter **data_file_destination => "${oracle_base}/oradata"** from oradb::database call
see doc 2230352.1, we will have the same pb on 12.2 ... specifying -datafileDestination will override template specification, and the line : if ($version == '12.2' and $templatename != undef...
i can confirm that it is not ok on 12.2, all files (controle files, redo, datafiles...) are located here /u01/app/oracle/oradata/mydb_unique_name/