Unix Technical Forum

Migrating DB2 UDB on Solaris 8 to DB2 UDB on Z/OS 7

This is a discussion on Migrating DB2 UDB on Solaris 8 to DB2 UDB on Z/OS 7 within the DB2 forums, part of the Database Server Software category; --> I am currently facing a situation on migrating our DB2 UDB 8 Database which sits on our AIX server ...


Go Back   Unix Technical Forum > Database Server Software > DB2

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-27-2008, 08:37 AM
vj
 
Posts: n/a
Default Migrating DB2 UDB on Solaris 8 to DB2 UDB on Z/OS 7

I am currently facing a situation on migrating our DB2 UDB 8 Database
which sits on our AIX server to be migrated to DB2 UDB on mainframes
which is a version of 7.

I was not able to find any manuals on IBM site in relation to the
migration process from DB2 UDB on AIX to DB2 UDB on Z/OS. I am not sure
whether this might be a common situation anywhere else.

Could you please advise me on the issues which we needs to be taken
care or is there any guidelines which needs to be followed.

Thanks.

Vijay.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-27-2008, 08:37 AM
The Maxx
 
Posts: n/a
Default Re: Migrating DB2 UDB on Solaris 8 to DB2 UDB on Z/OS 7

I know the db2relocate tool, but I'm not sure if that will do to down
grade the ambient.
Another posibilities is a restore redirect, but again could be some
issues about downgrade the your system.
Finally if you don't find anything relevant you could alwas use the
export/imort to plain files.

Regards,

Max
vj wrote:
> I am currently facing a situation on migrating our DB2 UDB 8 Database
> which sits on our AIX server to be migrated to DB2 UDB on mainframes
> which is a version of 7.
>
> I was not able to find any manuals on IBM site in relation to the
> migration process from DB2 UDB on AIX to DB2 UDB on Z/OS. I am not sure
> whether this might be a common situation anywhere else.
>
> Could you please advise me on the issues which we needs to be taken
> care or is there any guidelines which needs to be followed.
>
> Thanks.
>
> Vijay.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-27-2008, 08:37 AM
vj
 
Posts: n/a
Default Re: Migrating DB2 UDB on Solaris 8 to DB2 UDB on Z/OS 7

I am more concerned on the impacts to Data Definition on the
Database(i.e Difference in Support for Data Types, Stored Procedures,
SQLs etc).


The Maxx wrote:
> I know the db2relocate tool, but I'm not sure if that will do to down
> grade the ambient.
> Another posibilities is a restore redirect, but again could be some
> issues about downgrade the your system.
> Finally if you don't find anything relevant you could alwas use the
> export/imort to plain files.
>
> Regards,
>
> Max
> vj wrote:
> > I am currently facing a situation on migrating our DB2 UDB 8 Database
> > which sits on our AIX server to be migrated to DB2 UDB on mainframes
> > which is a version of 7.
> >
> > I was not able to find any manuals on IBM site in relation to the
> > migration process from DB2 UDB on AIX to DB2 UDB on Z/OS. I am not sure
> > whether this might be a common situation anywhere else.
> >
> > Could you please advise me on the issues which we needs to be taken
> > care or is there any guidelines which needs to be followed.
> >
> > Thanks.
> >
> > Vijay.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-27-2008, 08:37 AM
Serge Rielau
 
Posts: n/a
Default Re: Migrating DB2 UDB on Solaris 8 to DB2 UDB on Z/OS 7

vj wrote:
> I am more concerned on the impacts to Data Definition on the
> Database(i.e Difference in Support for Data Types, Stored Procedures,
> SQLs etc).

Data types shouldn't be an issue unless you are one of the rare kind
using OO (structured types, ref types, typed tables).
I'm not sure whether V7 had BIGINT.
If you use LOBs remember to add a ROWID column to the zOS tables.
That's about it on the data type side.
SQL procedures (I'm taking a guess here):
As long as you don't use nested BEGIN you should be OK.
SQL wise I'm not sure if DB2 V7 for zOS has scalar subqueries.
Also UNION in a nested query and such fancy stuff may get tight.
No OLAP support.
Hmmm.. that's what comes to mind.
If you went to DB2 V8 for zOS much better SQL wise..

Cheers
Serge


--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab

IOD Conference
http://www.ibm.com/software/data/ond...ness/conf2006/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-27-2008, 08:39 AM
vj
 
Posts: n/a
Default Re: Migrating DB2 UDB on Solaris 8 to DB2 UDB on Z/OS 7

Thanks a Lot !!! I think this Input would definitely guide me in the
Data Migration Process.
Are you aware of any documents available online which would explain the
same in details.

Thanks again.

Serge Rielau wrote:
> vj wrote:
> > I am more concerned on the impacts to Data Definition on the
> > Database(i.e Difference in Support for Data Types, Stored Procedures,
> > SQLs etc).

> Data types shouldn't be an issue unless you are one of the rare kind
> using OO (structured types, ref types, typed tables).
> I'm not sure whether V7 had BIGINT.
> If you use LOBs remember to add a ROWID column to the zOS tables.
> That's about it on the data type side.
> SQL procedures (I'm taking a guess here):
> As long as you don't use nested BEGIN you should be OK.
> SQL wise I'm not sure if DB2 V7 for zOS has scalar subqueries.
> Also UNION in a nested query and such fancy stuff may get tight.
> No OLAP support.
> Hmmm.. that's what comes to mind.
> If you went to DB2 V8 for zOS much better SQL wise..
>
> Cheers
> Serge
>
>
> --
> Serge Rielau
> DB2 Solutions Development
> IBM Toronto Lab
>
> IOD Conference
> http://www.ibm.com/software/data/ond...ness/conf2006/


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-27-2008, 08:40 AM
Serge Rielau
 
Posts: n/a
Default Re: Migrating DB2 UDB on Solaris 8 to DB2 UDB on Z/OS 7

http://www-128.ibm.com/developerwork...206sqlref.html
--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab

IOD Conference
http://www.ibm.com/software/data/ond...ness/conf2006/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:12 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com