restriction on ddl privileges
Is it possible Restrict certain application tables in database, from being altered.
I want a user to create/alter tables in his own schema or other schemas. So I grant 'create any table' and 'alter any table', to user. Are there sql cmds to prevent him from altering certain application tables.
Thanx
0