Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old August 30th, 2008, 06:59 AM
Newbie
 
Join Date: Aug 2008
Posts: 4
Default Db2 Dba

Hi,

I have few questions can you please guide me:

1) In DB2 V 8.1 - is caching is available? If yes then how can it be achieved.
2) if we run the stored procedure then it will run in the SPAS addressspace which is now called as WLM address space,
can we do anything so that it can run in DB2 addressspace only, if we can do like this then is there any performance
issue in that.
3) What is the performance issue if we use three addressspace ie stored procedure addressspace,DB2 addressspace,
and application addressspace.

Please help me.
Reply
  #2  
Old August 31st, 2008, 06:34 AM
Newbie
 
Join Date: Jan 2007
Posts: 27
Default

1. We relate caching to bufferpool. The data is "cached" in a bufferpool, the memory for which is taken from real memory
2. You need to specify the stored procedure as non-fenced. In non-fenced mode, the stored procedures are run in the db2 addresspace, however this is not advisable as if there is any problem with SP, it may result into crashing of the instance.
Reply
  #3  
Old September 2nd, 2008, 10:24 AM
Newbie
 
Join Date: Aug 2008
Posts: 4
Default

Quote:
Originally Posted by spider007
1. We relate caching to bufferpool. The data is "cached" in a bufferpool, the memory for which is taken from real memory
2. You need to specify the stored procedure as non-fenced. In non-fenced mode, the stored procedures are run in the db2 addresspace, however this is not advisable as if there is any problem with SP, it may result into crashing of the instance.
I am talking about mainframes(Z/OS) db2, i dont think that non fenced mode is there in z/os.
how caching can be achieved in z/os db2 ie how it can be used in application program.
what is the performance issuse if we use more addressspaces(db2,spas), or can we make the stored procedure to run in the db2 addressspace only instead of running in spas.
Reply
  #4  
Old September 9th, 2008, 04:27 PM
docdiesel's Avatar
Moderator
 
Join Date: Aug 2007
Location: Munich
Posts: 281
Default

Quote:
Originally Posted by rashmibiliya
how caching can be achieved in z/os db2 ie how it can be used in application program. what is the performance issuse if we use more addressspaces(db2,spas), or can we make the stored procedure to run in the db2 addressspace only instead of running in spas.
Hi,

you already said that in your first post, even in more readable form. There's no need to double post. Please follow the posting guidelines. Thank you.

Regards

Doc Diesel (moderator)
Reply
Reply

Bookmarks

Thread Tools

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 Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles