If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Authorization

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-19-04, 12:38
venkat_dba venkat_dba is offline
Registered User
 
Join Date: Dec 2003
Posts: 19
Authorization

Hi ,
I have created a stored procedure with user id dbadmin . This user id has the authorization to do update , delete , insert and select against he needed tables. I am granting execute authorization for dbview. But when i am trying to execute a prepare statement that has update in it with parameter marker, in prepare it gives -551 authorization problem. The same for select with prepare has no problems. Other statements like delete , insert ,update without prepare are working fine from dbview id < it is getting the authorization of the stored proc owner> .

Could some one help.

In bind parameters i have VALIDATE(BIND)

Thanks
Venkat
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On