SYSREMOTEOPTIONS system view
SYSREMOTEOPTIONS system view
1066
CREATE VIEW SYS.SYSREMOTEOPTIONS
AS
SELECT type_name,
user_name,
"option",
setting
FROM SYS.SYSREMOTETYPE AS srt,
SYS.SYSREMOTEOPTIONTYPE AS srot,
SYS.SYSREMOTEOPTION AS sro,
SYS.SYSUSERPERM AS sup
WHERE srt.type_id = srot.type_id
AND srot.option_id = sro.option_id
AND sro.user_id = sup.user_id
Presents the data from SYSREMOTEOPTION and
SYSREMOTEOPTIONTYPE in a more readable format.
Need help?
Do you have a question about the Adaptive Server Anywhere and is the answer not in the manual?
Questions and answers