[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Granting access to SYSTEM_MAKE_BACKUP() function



Hi Duncan,

The command to grant a user access to the SYSTEM_MAKE_BACKUP function 
would be,

   grant all on SYS_INFO.SYSTEM_MAKE_BACKUP to [username];

Provided this is run by an admin user, it will create a grant to use 
that function by the user.

Toby.

Duncan Groenewald wrote:
> Hi, can I use the GRANT function to grant access to this function  for  
> user ?  If not how can I grant permission to execute this  function to a 
> user ?
>