db2diag error - "oper system services sqloWaitInterrupt Probe:10 "  
Author Message
Kiran





PostPosted: 2005-1-3 16:34:35 Top

database, db2diag error - "oper system services sqloWaitInterrupt Probe:10 " Check out of the paths given for the tablespaces exists. try to stop
all other external porgrams running and try running the SP. Is your
rows inserted correctly ?.
Try giving absolute path ..if you have not given relative path in
creating table spaces.

 
Thiru





PostPosted: 2005-1-4 21:21:00 Top

database >> db2diag error - "oper system services sqloWaitInterrupt Probe:10 " I have an exclusive control over that system and nobody is using that..
Then i haven't created the tablespace and so i don't know what path
they have given(relative or absolute).

I don't understand this sentence.. Where to give the absolute path??
"Try giving absolute path ..if you have not given relative path in
creating table spaces."
Bare me.. I am newbie to DB2...

Thanks.
Thiru,
WantedToBeDBA.

 
Kiran





PostPosted: 2005-1-4 21:47:00 Top

database >> db2diag error - "oper system services sqloWaitInterrupt Probe:10 " Thiru ,
I guess you should create a temporary tablespace if want to use
temporary table ..and if you have given a DMS then you may need to
give the container name also .
I am also a newbie buddy ..lets look for other replies..

Kiran Nair

 
 
dotyet





PostPosted: 2005-1-4 22:43:00 Top

database >> db2diag error - "oper system services sqloWaitInterrupt Probe:10 " for temporary tablespace as an SMS:
db2 "create user temporary tablespace tempspc1 pagesize xK managed by
system using ('<absolute path to the directory which will contain
temporary tablespace>') bufferpool xKbp"

for temporary tablespace as a DMS:
db2 "create user temporary tablespace tempspc1 pagesize xK managed by
database using (FILE '<absolute path to the file which will contain
temporary tablespace>' size_value|K|M|G) bufferpool xKbp"

however, I don't think 55000 are that many records to take 22 hours.
don't know, but maybe, taking a snapshot of the application | dynamic
sql may help.

regards,
dotyet