Quote:
i want to restore my database in 162.100.100.120 from 162.100.100.130
present no database is there in 162.100.100.120 .
only db2 is there.
|
Ok, then...
- login at 162.100.100.130 as isntance owner.
- force all applications (if any)
- "backup database <name> to <path>". where path is wherever you have nough space for a backup
- login at 162.100.100.120 as isntance owner
- use ftp to transfer the backup image
- use the "restore redirect" as stated in my first posting
- decide on which path to put the data
- restore the header information with "restore database <name> from <path> redirect"
- issue one "set tablespace containers" for each tablespace
- continue the backup with "restore database <name> continue"
Which step will be a problem?
Regards,
Volker.