Hi Team,
The documentation of ALTER SYSTEM command is having one example query as
below

SELECT name, type FROM sys.options WHERE type in ('SYSTEM','SESSION') order
by name;

I found that in version 1.20.1 the table sys.option does not have column
"type". I guess it is replaced by "accessibleScopes".  Please check. thx

REgards
Prabhakar

Reply via email to