Results 329 comments of Edwin Biemond

Perfect, can you send me a Pull request to know for sure I got all your changes. After my own testing I will push a new release.

Hi, I indeed changed this https://github.com/biemond/biemond-oradb/blob/puppet4_3_data/manifests/installasm.pp#L150 and oracle home but I guess you have some caching issue. Did you do a run on the puppet master, so the puppet master...

Hi, Can you give the real values instead of variables. I guess you provided the wrong version which requires to 2 install files

thanks I see on remote file = true , I don't check for the total files. mostly everyone is using a local mountpoint https://github.com/biemond/biemond-oradb/blob/puppet4_3_data/manifests/installdb.pp#L320

Hi , can you check it should be fixed now. thanks

Hi, what is the issue here. I cannot and will not change the parent dirs because that will do more harm then it solves

you don't need to create it yourself. it just works in https://github.com/biemond/biemond-oradb-vagrant-18.3-CDB-puppet4_3 and with grid https://github.com/biemond/biemond-oradb-vagrant-18.3-ASM-puppet4_3 so what does not work for you and take a look at these vagrant...

Hi, see https://github.com/biemond/biemond-oradb/blob/puppet4_3_data/manifests/database.pp#L264 did you specify a template and no container db is set. pdb is needs to be set with 18. ``` oradb::database{ 'oraDb': oracle_base => lookup('oracle_base_dir'), oracle_home =>...

So I think this is the issue ``` -templateName /oracle/18c/assistants/dbca/templates/.dbt ``` on this https://github.com/biemond/biemond-oradb/blob/puppet4_3_data/manifests/database.pp#L229 can you check this