May 2019
Intermediate to advanced
600 pages
20h 46m
English
Follow these steps to set parameters at various levels as per the requirements:
ALTER DATABASE saasSET configuration_parameter = value1;
ALTER ROLE simonSET configuration_parameter = value2;
ALTER ROLE simonIN DATABASE saasSET configuration_parameter = value3;
The user won't know that these have been executed specifically for them. These are default settings, and in most cases they can be overridden if the user requires non-default values.
Read now
Unlock full access