Hi,
I'm using the following command to redirect restore from source
database AAA into target database BBB:
db2 restore db AAA from /DBBACKUP taken at 20080512100655 redirect
into BBB without rolling forward
Why does it always restore into AAA instead of BBB? What's wrong with
my command?
Thanks.