Archives of the TeradataForum
Message Posted: Wed, 15 Dec 2004 @ 18:48:13 GMT
Subj: | | Re: DUMP/RESTORE access right granting |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Wednesday, December 15, 2004 13:08 -->
Michael is on the right path. Basically, I have an archive user that I need to make sure has DUMP/RESTORE privileges to all objects at full
system archive time. Since database objects don't always get DUMP/RESTORE privileges when created, I wanted to have a little CYA to ensure that
newly created database objects were available to be archived. So, I have built a process that cascades through dbc.databases to grant the rights
to my archive user...
My problem is that I want to create a less powerful user to run these grant to my archive user under. An ID the can ONLY grant these specific
privileges (since the server that I have to run this on is not 100% locked down).
Granting on all with grant option to this user seems like the way to go, but I am unable to do this.
|