Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To grant the user z_slm5 access to the table vs_folio_physical_material_formats in the local_shared schema on Metadb, you would issue this command as a script to run on Cornell from your DBeaver application:


     GRANT SELECT ON local_shared.vs_folio_physical_material_formats TO z_slm5;



Re-issue the command for each user if there are multiple users to whom you need to grant access. Ask the user(s) to confirm that he or she can see and use seeing the table after you have granted permissions.

...