Hi folks! Here is how I grant SQL access of user to a particular class/table: GRANT SELECT, UPDATE ON Packacge_X.Table_Y TO UserZ How can I grant SQL access of a certain user to a whole schema?