
A Database Definition file contains attributes defining the database. The database definition file must use .dbdef as the file name suffix. The name of the database definition derives from the name of the database definition file. Here are the attributes used for this local machine demo database. You should change the directory of the DataStore to fit the environment of your location machine where you would like the database files to be located. Also, note the location of the .dbdef file is under directory /grid/config.
$ cat /grid/config/sampledb.dbdef DataStore=/grid/db/!!INSTANCE_NAME!!/sampledb PermSize=128 TempSize=128 LogBufMB=64 LogFileSize=64 MemoryLock=4 DatabaseCharacterSet=AL32UTF8 ConnectionCharacterSet=AL32UTF8 Durability=0
Once this file is created, you are now ready to go to the next step in the quickstart blog.
Disclaimer: These are my personal thoughts and do not represent Oracle’s official viewpoint in any way, shape, or form.
