InterviewSolution
Saved Bookmarks
| 1. |
What's The Best Locksize That You Could Use When You Create A Tablespace? |
|
Answer» The answer is Locksize = ANY.Unless you are Sure what's the PURPOSE of tablespace ie.,Read-only or R/W.If you USE lock size =any, Db2 would automatically DETERMINE what TYPE of locks it should use. The answer is Locksize = ANY.Unless you are Sure what's the Purpose of tablespace ie.,Read-only or R/W.If you use lock size =any, Db2 would automatically determine what type of locks it should use. |
|