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 > Grant on Proc not working

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-18-07, 08:21
rahul_s80 rahul_s80 is offline
Registered User
 
Join Date: Jul 2006
Location: Pune , India
Posts: 433
Grant on Proc not working

since morning i am facing a problem on all db's on a server
if i recreate a procedure and give grants to users ...it justs stop responding

my last grant is now running for 1 hrs
also its not allowing me to force that particular auth id
even granting through db2cc isn't helping

if it do a db2stop its doesnt come up with db2start and then i have to restart the server.

sort of urgent....
__________________
Rahul Singh
Certified DB2 9 DBA / Application Developer
Reply With Quote
  #2 (permalink)  
Old 09-18-07, 08:22
rahul_s80 rahul_s80 is offline
Registered User
 
Join Date: Jul 2006
Location: Pune , India
Posts: 433
and no obvious entries on db2diag too.......

db2 9.1.2
windows 2003
__________________
Rahul Singh
Certified DB2 9 DBA / Application Developer

Last edited by rahul_s80; 09-18-07 at 08:27.
Reply With Quote
  #3 (permalink)  
Old 09-18-07, 13:56
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
What is you lockwait?

Andy
Reply With Quote
  #4 (permalink)  
Old 09-19-07, 04:25
rahul_s80 rahul_s80 is offline
Registered User
 
Join Date: Jul 2006
Location: Pune , India
Posts: 433
its 30
yes it was causing locks all over the system level tables.
even running a db2rbind goes infinitely causing locks all most everywhere
__________________
Rahul Singh
Certified DB2 9 DBA / Application Developer
Reply With Quote
  #5 (permalink)  
Old 09-19-07, 08:14
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
It sounds like you have some sort of resource bottleneck. Something is causing the system to go very slow with this. The grant process should not take much time at all, but the bottleneck is slowing it way down. The force is going slow also since it needs to rollback what the grant was trying to do--also going through the bottleneck. The db2stop is having the same problem. It is waiting for the rollback to complete before it finishes.

The only thing I can suggest is to quiesce the instance and try the grant to see how it goes. If it still is going slow, open a PMR with IBM.

Andy
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