3 Jul 2007 13:09
Re: Granting access to SYSTEM_MAKE_BACKUP() function
Duncan Groenewald <duncangroenewald <at> xtra.co.nz>
2007-07-03 11:09:41 GMT
2007-07-03 11:09:41 GMT
Is there any way I can 'hack' this without doing too much damage ? I don't want users to have any special privileges, just the ability to run a backup. Would it be possible to modify the code to allow normal users to run this procedures is they have USAGE permission on the function ? I realise you probably don't want to modify your version of the code but could you point me to where I might modify my own version ? Thanks On 30/06/2007, at 10:25 AM, Tobias Downer wrote: > I apologize. I just checked the code and the user must belong to > the "secure access" group to be able to call the backup procedure, > so you need to add the user to this group if you wish for them to > use the backup function. The simplest way to do this is by using > the following command; > > insert into SYS_INFO.sUSRUserPriv ( UserName, PrivGroupName ) > values ( '[username]', 'secure access' ); > > Toby. > > Duncan Groenewald wrote: >> I don't get grantee <at> PUBLIC. How would I manage to get this ? >> On 27/06/2007, at 1:48 PM, Tobias Downer wrote: >>> Hi, >>> >>> The following query may help you, >>>(Continue reading)
RSS Feed