DB2 migration issue from AIX to Linux
I am trying to migrate database from AIX box to Linux box using the
db2move and db2look command. Everything worked fine for the tables with
user defined schema. But I am facing problem with four tables under the
schema SYSTOOLS. So I tried db2look for these four tables..what happens
is it is connecting to the database, but not extracting the DDL for
these tables, I tried for single table and all tables at once, but no
use. Without generating the DDL it's simply terminating from the
database. So is it possible to extract DDL for objects in schema
SYSTOOLS, if yes how should I further proceed.
Thanks in advance,
Kamal.
Shashi Mannepalli - 30 Jun 2006 03:02 GMT
Kamal:
DB2 CREATE TOOLS CATALOG USE EXISTING DATABASE
check in the DB2 COMMAND REFERENCE for further instructions.
cheers...
Shashi Mannepalli
> DB2 migration issue from AIX to Linux
>
[quoted text clipped - 10 lines]
> Thanks in advance,
> Kamal.
Gladiator - 30 Jun 2006 10:03 GMT
> Kamal:
>
[quoted text clipped - 19 lines]
> > Thanks in advance,
> > Kamal.
Thanks a lot shashi...
Kamal