Create a new physical
table. For example, in order to use SAS to add a table to a metadata-bound
library, you need the Create Table permission on the corresponding
secured library object.
Rename a physical table
(if that action creates a new table, rather than overwriting a preexisting
table). For example, if you rename TableA to TableB in a metadata-bound
library that does not already contain a TableB, you need the Create
Table permission on the corresponding secured library object. You
also need the Alter Table permission on TableA’s corresponding
secured table object.
|
||
Delete a physical table.
For example, in order to use SAS to delete a metadata-bound table,
you need the Drop Table permission on the corresponding secured table
object.1
|
||
Replace a physical table.
For example, in order to use SAS to replace a metadata-bound table,
you need the Alter Table permission on the corresponding secured table
object.
|
||
1A user who has Write access in the host layer can delete physical tables using operating system commands, regardless of whether the user has a grant of DT in the metadata layer. Any table replacements are detected through audit log entries. See Auditing for Metadata-Bound Libraries. |
Alter Table, Create
Table1
|
|
1The Create Table permission is required on any target secured table object that will be overwritten. If there is no such object, then the Create Table permission is required on the parent library. |
Alter Table1
|
|||
1Alter Table is required on any target table object that will be overwritten. If there is no such table object, then Create Table is required on the parent library object. |