dbAddCellNameToInstNamePrefix
cdba dbAddCellNameToInstNamePrefix boolean { t | nil }
Description
Appends the cell name to the existing instance name prefix in instance names. The default is nil.
For example, if the instance name prefix is INST and you set dbAddCellNameToInstNamePrefix to t, the name INST_cellname_number is generated, were, cellname is the cell name and number is a system generated unique number.
GUI Equivalent
Examples
envGetVal("cdba" "dbAddCellNameToInstNamePrefix")
envSetVal("cdba" "dbAddCellNameToInstNamePrefix" 'boolean t)
Return to top