Can we install 2 different versions of Db2 on same
mainframe?
Answers were Sorted based on User's Feedback
Answer / vinay
Yes you can. There could be multiple subsystems on a
mainframe machine and its not necessary to have the same
version of DB2 on all the Sub systems. One can have 7 and
the other can have 8.1 etc...
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / s
YES 2 diffrent DB2 Subsystems under the same MVS image can
be running different versions.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / jack
Yes two different db2 started task can exist in one lpar
with two different version like db2xxxx and db2yyyyy....
| Is This Answer Correct ? | 2 Yes | 0 No |
What is database manager in db2?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
Is it Possible to declare or create a cursor for UPDATE of table? If yes tell me how? If no Tell me why?
What else is there in the PLAN apart from the access path?
How to fetch the last row from the table in SQL (db2)?
What techniques will be used to avoid deadlock??
What is phantom read in db2?
What are common abends
Usually, which is more important for DB2 system performance - CPU processing or I/O access?
What do you do to keep the cursor from closing after a commit?
What is the usage of open cursor command?
What is bind in db2?