1. Map the drive of the mapping where you want to put the backup of the db on the backup server.
2. For every tablespace :
-- alter tablespace ... begin backup
-- for every datafile off the tablespace
---- OCOPY <datafile> <destination drive >
-- alter tablespace ... end backup
3. copy all the archived log files to the backup server.
Bookmarks