We're using Sybase ASE 12 on Solaris. I took a backup of a database DB1 on SERVER A and put it onto SERVER B in a disk dump file "/opt/sybase/DB1.dmp" and I want to restore this backup on SERVER B.
The same database also exists on SERVER B but the data devices and physical device names (and paths) are different than those on SERVER A. All the database objects are the same on both servers.
Will the following simple command work:
load database DB1
from disk '/opt/sybase/DB1.dmp'
Or Do I need to do some more work? Do I need to recreate the device files exactly as on SERVER A?
Pls advise
Thanks
The same database also exists on SERVER B but the data devices and physical device names (and paths) are different than those on SERVER A. All the database objects are the same on both servers.
Will the following simple command work:
load database DB1
from disk '/opt/sybase/DB1.dmp'
Or Do I need to do some more work? Do I need to recreate the device files exactly as on SERVER A?
Pls advise
Thanks