Hi Managers:
These are the results of the NSR/SAP interface (with Oracle):
The first operation that brbackup does is the SQL sentence "Alter
tablespace XXX begin backup", for all tablespaces defined in the data base.
Then it calls backint (which sends the data). Once backint finishes its
operation, the tablespaces return to normal operation, through the sentence
"Alter tablespaces XXX end backup".
The secuence forces ALL tablespaces to turn on BACKUP mode, freezing the
updating of data base during backup execution. This is not the way that
Oracle works, because it recommends to use only one tablespace on BACKUP
mode, then back it up and turn off its BACKUP mode. After that, go on with
the following one.
The query is :
Is it possible to use NSR in the way that Oracle works ????.
Thanks in advance
Cristian Ramirez Villarroel
Gerencia de Software
SONDA S.A.
FONO : ( 56 2 ) 6962277
FAX : ( 56 2 ) 2471031
email : cristian.ramirez_at_sonda.cl
Received on Wed Dec 16 1998 - 21:34:46 NZDT