Here is the easy question of the year.
How do you grant a user the privilege to truncate a table on a different schema.
I tried
GRANT truncate on <table_name> to user
But of course that doesnt work. I also looked on the user_tab_privs table and couldnt find the right privilege.
Can any of you DBA's throw a bone to me?
And no Im not asking this for homework help. My DBA's are unavailable becuase they are all trying to figure out how to get the 9i RAC to work. Our Cluster Manager keeps going down.
Thanks,
dj
How do you grant a user the privilege to truncate a table on a different schema.
I tried
GRANT truncate on <table_name> to user
But of course that doesnt work. I also looked on the user_tab_privs table and couldnt find the right privilege.
Can any of you DBA's throw a bone to me?
And no Im not asking this for homework help. My DBA's are unavailable becuase they are all trying to figure out how to get the 9i RAC to work. Our Cluster Manager keeps going down.
Thanks,
dj