oraclebase / vagrant

Vagrant Builds
https://oracle-base.com/
GNU General Public License v3.0
190 stars 167 forks source link

Maybe add flag -useOMF to dbca on oracle_create_database.sh script #14

Closed ghost closed 3 years ago

ghost commented 3 years ago

See this file: vagrant/dataguard/ol8_19/node1/scripts/oracle_create_database.sh

Maybe evaluate to use this flag on dbca that primary and standby have same file management. -useOMF

oraclebase commented 3 years ago

Hi.

I wrote about this here, when it was introduced in 18c.

https://oracle-base.com/articles/misc/database-configuration-assistant-dbca-silent-mode#omf-18c

I use it on some of my newer RAC builds, but not on all builds, just out of habit. You'll notice the first thing I do after the DBCA completes is enable OMF by setting the db_create_file_dest parameter.

Cheers

Tim...