dbInstNamePrefix
cdba dbInstNamePrefix string"custom_instance_name_prefix"
Description
Prepends the specified prefix to the name of an instance. The default is I.
For example, if the specified prefix is I, the name I_instName is generated.
GUI Equivalent
Examples
envGetVal("cdba" "dbInstNamePrefix")
envSetVal("cdba" "dbInstNamePrefix" 'string "INST")
Return to top