You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
our developers access the catalog vie views that return only the information about the objects they are entitled to see.
For example
CREATE VIEW CIDB2.SYSTABLES AS
SELECT *
FROM "SYSIBM".SYSTABLES T
WHERE <predicates comparing CREATOR or OWNER to the value of CURRENT SQLID, limiting output to objects the user has the right to use>
I couldn't find a setting allowing us to use another creator than SYSIBM for queries on the catalog tables so I always end up with -551 when I use the extension catalog navigation.
Best regards,
Claude
The text was updated successfully, but these errors were encountered:
Hello,
our developers access the catalog vie views that return only the information about the objects they are entitled to see.
For example
CREATE VIEW CIDB2.SYSTABLES AS
SELECT *
FROM "SYSIBM".SYSTABLES T
WHERE <predicates comparing CREATOR or OWNER to the value of CURRENT SQLID, limiting output to objects the user has the right to use>
I couldn't find a setting allowing us to use another creator than SYSIBM for queries on the catalog tables so I always end up with -551 when I use the extension catalog navigation.
Best regards,
Claude
The text was updated successfully, but these errors were encountered: