Restoring data with BRRESTORE and the SAP Agent

BRRESTORE, the BRTOOL utility for restoring data, submits the BID and filename list to the SAP Agent BACKINT interface. BACKINT checks the date and time when the backup was made and uses Backup Exec to recover the file. BACKINT monitors the progress of the restore job and reports status back to BRRESTORE.

When the job completes, BACKINT saves a copy of the Backup Exec restore logs for auditing purposes. You must restart the database.

Use the following command to restore data:

	BRRESTORE -d util_file -b last -m full

Use the following commands to restore the database:

	SQL>startup mount
	SQL>recover database
	SQL>alter database open;