21c New Feature – Expression based parameter values
New in Oracle 21c is the ability to use an expression to derive the value of an initialization parameter. Oracle 21c allows us to base the value of a particular parameter which is derived from the existing value of some other parameter – or even based on the value of an environment variable. So now […]