HANA Backup and Recovery

Published on February 2017 | Categories: Documents | Downloads: 168 | Comments: 0 | Views: 283
of 16
Download PDF   Embed   Report

Comments

Content


Concept of Backup and Recovery
During normal database operation, data is automatically saved from memory
to disk at
regular savepoints. Additionally, all data changes are recorded in the redo
log. The
redo log is saved from memory to disk with each committed database
transaction.
After a power failure, the database can be restarted like any disk-based
database, and
it returns to its last consistent state by replaying the redo log since the last
savepoint.
While savepoints and log writing protect your data against power failures,
savepoints
do not help if the persistent storage itself is damaged. To protect against data
loss due
to disk failures, backups are required. ackups save the payload !the actual
data" of
the data area and log area to di#erent locations. $urrently only backups to
the %le
system are supported.
ackups are performed while the database is running. The impact of backups
on
system performance is negligible, and users can continue to work normally
while
the backup is running.
ackups save the payload !the actual data" of the data area and log area to
di#erent
locations. $urrently only backups to the %le system are supported.
ackups are performed while the database is running. The impact of backups
on
system performance is negligible, and users can continue to work normally
while
the backup is running.
elow is an overview of important information to consider when planning
your
backup and recovery strategy with &A' (A)A database. *ou can %nd more
information on the individual points in the subsequent sections of this guide.
+ Data and logs can only be backed up when the &A' (A)A database is
online
!when all con%gured services are running".
+ ,nly the database payload is backed up.
+ -ntil an initial data backup has been completed, the logs are written in
overwrite
mode.
+ During data and log backup, the system is available as usual.
+ ackup only supports %les as backup media.
+ The con%guration path for data and log backup must be valid throughout
the
whole system, and not only for speci%c hosts.
+ ackup and recovery always applies to the whole database. .t is not
possible
to backup and recover individual database ob/ects.
+ To recover the database, you need at least one data backup.
+ At the beginning of a recovery, all the data and log backups to be recovered
must be available.
+ To recover the &A' (A)A database, the database needs to be shut down.
0or
this reason, during recovery, the database cannot be accessed by end users
or
applications.
+ .f a recovery fails, the complete recovery must be repeated.
+ &hared storage must be used. This is to ensure that the nameserver
process can
access the backup %les at the time of recovery.
+ The &A' (A)A database software version used during the recovery must
always
be the same or higher than the version of the software used to create the
backup.
The data backup %les are written to the location speci%ed by the parameter
basepath_databackup in the persistence section of the global.ini
con%guration %le. y
default, the location for data backup %les is 1!D.23.)&TA)$4"5backup5data.
To use a di#erent location, you can specify a di#erent path when you perform
the
backup. .f you need to, you can specify a di#erent path for each backup.
Alternatively,
you can change the value of basepath_databackup. 6o to the Confguration
tab in the
&A' (A)A studio, choose global.ini → persistence.
.f you change the backup location in basepath_databackup, the change takes
e#ect
immediately.
To ensure data security, we recommend that you specify a path to an e7ternal
backup
location. The backup location should never be on the same %le system as the
data
or log areas.
Note: All the %les for a particular data backup are written to the same
location. The %les belonging to the same data backup cannot be written
to multiple locations. Di#erent data backups can be written to di#erent
locations, but all the %les belonging to one particular data backup are written
to the same location. We recommend that you create the directory structures
before the backup is started.
backup and recovery strategy with &A' (A)A database. *ou can %nd more
information on the individual points in the subsequent sections of this guide.
+ Data and logs can only be backed up when the &A' (A)A database is
online
!when all con%gured services are running".
+ ,nly the database payload is backed up.
+ -ntil an initial data backup has been completed, the logs are written in
overwrite
mode.
+ During data and log backup, the system is available as usual.
+ ackup only supports %les as backup media.
+ The con%guration path for data and log backup must be valid throughout
the
whole system, and not only for speci%c hosts.
+ ackup and recovery always applies to the whole database. .t is not
possible
to backup and recover individual database ob/ects.
+ To recover the database, you need at least one data backup.
+ At the beginning of a recovery, all the data and log backups to be recovered
must be available.
+ To recover the &A' (A)A database, the database needs to be shut down.
0or
this reason, during recovery, the database cannot be accessed by end users
or
applications.
+ .f a recovery fails, the complete recovery must be repeated.
+ &hared storage must be used. This is to ensure that the nameserver
process can
access the backup %les at the time of recovery.
+ The &A' (A)A database software version used during the recovery must
always
be the same or higher than the version of the software used to create the
backup.
The data backup %les are written to the location speci%ed by the parameter
basepath_databackup in the persistence section of the global.ini
con%guration %le. y
default, the location for data backup %les is 1!D.23.)&TA)$4"5backup5data.
To use a di#erent location, you can specify a di#erent path when you perform
the
backup. .f you need to, you can specify a di#erent path for each backup.
Alternatively,
you can change the value of basepath_databackup. 6o to the Confguration
tab in the
&A' (A)A studio, choose global.ini → persistence.
.f you change the backup location in basepath_databackup, the change takes
e#ect
immediately.
To ensure data security, we recommend that you specify a path to an e7ternal
backup
location. The backup location should never be on the same %le system as the
data
or log areas.
Note: All the %les for a particular data backup are written to the same
location. The %les belonging to the same data backup cannot be written
to multiple locations. Di#erent data backups can be written to di#erent
locations, but all the %les belonging to one particular data backup are written
to the same location. We recommend that you create the directory structures
before the backup is started.
backup and recovery strategy with &A' (A)A database. *ou can %nd more
information on the individual points in the subsequent sections of this guide.
+ Data and logs can only be backed up when the &A' (A)A database is
online
!when all con%gured services are running".
+ ,nly the database payload is backed up.
+ -ntil an initial data backup has been completed, the logs are written in
overwrite
mode.
+ During data and log backup, the system is available as usual.
+ ackup only supports %les as backup media.
+ The con%guration path for data and log backup must be valid throughout
the
whole system, and not only for speci%c hosts.
+ ackup and recovery always applies to the whole database. .t is not
possible
to backup and recover individual database ob/ects.
+ To recover the database, you need at least one data backup.
+ At the beginning of a recovery, all the data and log backups to be recovered
must be available.
+ To recover the &A' (A)A database, the database needs to be shut down.
0or
this reason, during recovery, the database cannot be accessed by end users
or
applications.
+ .f a recovery fails, the complete recovery must be repeated.
+ &hared storage must be used. This is to ensure that the nameserver
process can
access the backup %les at the time of recovery.
+ The &A' (A)A database software version used during the recovery must
always
be the same or higher than the version of the software used to create the
backup.
The data backup %les are written to the location speci%ed by the parameter
basepath_databackup in the persistence section of the global.ini
con%guration %le. y
default, the location for data backup %les is 1!D.23.)&TA)$4"5backup5data.
To use a di#erent location, you can specify a di#erent path when you perform
the
backup. .f you need to, you can specify a di#erent path for each backup.
Alternatively,
you can change the value of basepath_databackup. 6o to the Confguration
tab in the
&A' (A)A studio, choose global.ini → persistence.
.f you change the backup location in basepath_databackup, the change takes
e#ect
immediately.
To ensure data security, we recommend that you specify a path to an e7ternal
backup
location. The backup location should never be on the same %le system as the
data
or log areas.
Note: All the %les for a particular data backup are written to the same
location. The %les belonging to the same data backup cannot be written
to multiple locations. Di#erent data backups can be written to di#erent
locations, but all the %les belonging to one particular data backup are written
to the same location. We recommend that you create the directory structures
before the backup is started.
backup and recovery strategy with &A' (A)A database. *ou can %nd more
information on the individual points in the subsequent sections of this guide.
+ Data and logs can only be backed up when the &A' (A)A database is
online
!when all con%gured services are running".
+ ,nly the database payload is backed up.
+ -ntil an initial data backup has been completed, the logs are written in
overwrite
mode.
+ During data and log backup, the system is available as usual.
+ ackup only supports %les as backup media.
+ The con%guration path for data and log backup must be valid throughout
the
whole system, and not only for speci%c hosts.
+ ackup and recovery always applies to the whole database. .t is not
possible
to backup and recover individual database ob/ects.
+ To recover the database, you need at least one data backup.
+ At the beginning of a recovery, all the data and log backups to be recovered
must be available.
+ To recover the &A' (A)A database, the database needs to be shut down.
0or
this reason, during recovery, the database cannot be accessed by end users
or
applications.
+ .f a recovery fails, the complete recovery must be repeated.
+ &hared storage must be used. This is to ensure that the nameserver
process can
access the backup %les at the time of recovery.
+ The &A' (A)A database software version used during the recovery must
always
be the same or higher than the version of the software used to create the
backup.
The data backup %les are written to the location speci%ed by the parameter
basepath_databackup in the persistence section of the global.ini
con%guration %le. y
default, the location for data backup %les is 1!D.23.)&TA)$4"5backup5data.
To use a di#erent location, you can specify a di#erent path when you perform
the
backup. .f you need to, you can specify a di#erent path for each backup.
Alternatively,
you can change the value of basepath_databackup. 6o to the Confguration
tab in the
&A' (A)A studio, choose global.ini → persistence.
.f you change the backup location in basepath_databackup, the change takes
e#ect
immediately.
To ensure data security, we recommend that you specify a path to an e7ternal
backup
location. The backup location should never be on the same %le system as the
data
or log areas.
Note: All the %les for a particular data backup are written to the same
location. The %les belonging to the same data backup cannot be written
to multiple locations. Di#erent data backups can be written to di#erent
locations, but all the %les belonging to one particular data backup are written
to the same location. We recommend that you create the directory structures
before the backup is started.
backup and recovery strategy with &A' (A)A database. *ou can %nd more
information on the individual points in the subsequent sections of this guide.
+ Data and logs can only be backed up when the &A' (A)A database is
online
!when all con%gured services are running".
+ ,nly the database payload is backed up.
+ -ntil an initial data backup has been completed, the logs are written in
overwrite
mode.
+ During data and log backup, the system is available as usual.
+ ackup only supports %les as backup media.
+ The con%guration path for data and log backup must be valid throughout
the
whole system, and not only for speci%c hosts.
+ ackup and recovery always applies to the whole database. .t is not
possible
to backup and recover individual database ob/ects.
+ To recover the database, you need at least one data backup.
+ At the beginning of a recovery, all the data and log backups to be recovered
must be available.
+ To recover the &A' (A)A database, the database needs to be shut down.
0or
this reason, during recovery, the database cannot be accessed by end users
or
applications.
+ .f a recovery fails, the complete recovery must be repeated.
+ &hared storage must be used. This is to ensure that the nameserver
process can
access the backup %les at the time of recovery.
+ The &A' (A)A database software version used during the recovery must
always
be the same or higher than the version of the software used to create the
backup.
The data backup %les are written to the location speci%ed by the parameter
basepath_databackup in the persistence section of the global.ini
con%guration %le. y
default, the location for data backup %les is 1!D.23.)&TA)$4"5backup5data.
To use a di#erent location, you can specify a di#erent path when you perform
the
backup. .f you need to, you can specify a di#erent path for each backup.
Alternatively,
you can change the value of basepath_databackup. 6o to the Confguration
tab in the
&A' (A)A studio, choose global.ini → persistence.
.f you change the backup location in basepath_databackup, the change takes
e#ect
immediately.
To ensure data security, we recommend that you specify a path to an e7ternal
backup
location. The backup location should never be on the same %le system as the
data
or log areas.
Note: All the %les for a particular data backup are written to the same
location. The %les belonging to the same data backup cannot be written
to multiple locations. Di#erent data backups can be written to di#erent
locations, but all the %les belonging to one particular data backup are written
to the same location. We recommend that you create the directory structures
before the backup is started.
backup and recovery strategy with &A' (A)A database. *ou can %nd more
information on the individual points in the subsequent sections of this guide.
+ Data and logs can only be backed up when the &A' (A)A database is
online
!when all con%gured services are running".
+ ,nly the database payload is backed up.
+ -ntil an initial data backup has been completed, the logs are written in
overwrite
mode.
+ During data and log backup, the system is available as usual.
+ ackup only supports %les as backup media.
+ The con%guration path for data and log backup must be valid throughout
the
whole system, and not only for speci%c hosts.
+ ackup and recovery always applies to the whole database. .t is not
possible
to backup and recover individual database ob/ects.
+ To recover the database, you need at least one data backup.
+ At the beginning of a recovery, all the data and log backups to be recovered
must be available.
+ To recover the &A' (A)A database, the database needs to be shut down.
0or
this reason, during recovery, the database cannot be accessed by end users
or
applications.
+ .f a recovery fails, the complete recovery must be repeated.
+ &hared storage must be used. This is to ensure that the nameserver
process can
access the backup %les at the time of recovery.
+ The &A' (A)A database software version used during the recovery must
always
be the same or higher than the version of the software used to create the
backup.
The data backup %les are written to the location speci%ed by the parameter
basepath_databackup in the persistence section of the global.ini
con%guration %le. y
default, the location for data backup %les is 1!D.23.)&TA)$4"5backup5data.
To use a di#erent location, you can specify a di#erent path when you perform
the
backup. .f you need to, you can specify a di#erent path for each backup.
Alternatively,
you can change the value of basepath_databackup. 6o to the Confguration
tab in the
&A' (A)A studio, choose global.ini → persistence.
.f you change the backup location in basepath_databackup, the change takes
e#ect
immediately.
To ensure data security, we recommend that you specify a path to an e7ternal
backup
location. The backup location should never be on the same %le system as the
data
or log areas.
Note: All the %les for a particular data backup are written to the same
location. The %les belonging to the same data backup cannot be written
to multiple locations. Di#erent data backups can be written to di#erent
locations, but all the %les belonging to one particular data backup are written
to the same location. We recommend that you create the directory structures
before the backup is started.
backup and recovery strategy with &A' (A)A database. *ou can %nd more
information on the individual points in the subsequent sections of this guide.
+ Data and logs can only be backed up when the &A' (A)A database is
online
!when all con%gured services are running".
+ ,nly the database payload is backed up.
+ -ntil an initial data backup has been completed, the logs are written in
overwrite
mode.
+ During data and log backup, the system is available as usual.
+ ackup only supports %les as backup media.
+ The con%guration path for data and log backup must be valid throughout
the
whole system, and not only for speci%c hosts.
+ ackup and recovery always applies to the whole database. .t is not
possible
to backup and recover individual database ob/ects.
+ To recover the database, you need at least one data backup.
+ At the beginning of a recovery, all the data and log backups to be recovered
must be available.
+ To recover the &A' (A)A database, the database needs to be shut down.
0or
this reason, during recovery, the database cannot be accessed by end users
or
applications.
+ .f a recovery fails, the complete recovery must be repeated.
+ &hared storage must be used. This is to ensure that the nameserver
process can
access the backup %les at the time of recovery.
+ The &A' (A)A database software version used during the recovery must
always
be the same or higher than the version of the software used to create the
backup.
The data backup %les are written to the location speci%ed by the parameter
basepath_databackup in the persistence section of the global.ini
con%guration %le. y
default, the location for data backup %les is 1!D.23.)&TA)$4"5backup5data.
To use a di#erent location, you can specify a di#erent path when you perform
the
backup. .f you need to, you can specify a di#erent path for each backup.
Alternatively,
you can change the value of basepath_databackup. 6o to the Confguration
tab in the
&A' (A)A studio, choose global.ini → persistence.
.f you change the backup location in basepath_databackup, the change takes
e#ect
immediately.
To ensure data security, we recommend that you specify a path to an e7ternal
backup
location. The backup location should never be on the same %le system as the
data
or log areas.
Note: All the %les for a particular data backup are written to the same
location. The %les belonging to the same data backup cannot be written
to multiple locations. Di#erent data backups can be written to di#erent
locations, but all the %les belonging to one particular data backup are written
to the same location. We recommend that you create the directory structures
before the backup is started.
backup and recovery strategy with &A' (A)A database. *ou can %nd more
information on the individual points in the subsequent sections of this guide.
+ Data and logs can only be backed up when the &A' (A)A database is
online
!when all con%gured services are running".
+ ,nly the database payload is backed up.
+ -ntil an initial data backup has been completed, the logs are written in
overwrite
mode.
+ During data and log backup, the system is available as usual.
+ ackup only supports %les as backup media.
+ The con%guration path for data and log backup must be valid throughout
the
whole system, and not only for speci%c hosts.
+ ackup and recovery always applies to the whole database. .t is not
possible
to backup and recover individual database ob/ects.
+ To recover the database, you need at least one data backup.
+ At the beginning of a recovery, all the data and log backups to be recovered
must be available.
+ To recover the &A' (A)A database, the database needs to be shut down.
0or
this reason, during recovery, the database cannot be accessed by end users
or
applications.
+ .f a recovery fails, the complete recovery must be repeated.
+ &hared storage must be used. This is to ensure that the nameserver
process can
access the backup %les at the time of recovery.
+ The &A' (A)A database software version used during the recovery must
always
be the same or higher than the version of the software used to create the
backup.
The data backup %les are written to the location speci%ed by the parameter
basepath_databackup in the persistence section of the global.ini
con%guration %le. y
default, the location for data backup %les is 1!D.23.)&TA)$4"5backup5data.
To use a di#erent location, you can specify a di#erent path when you perform
the
backup. .f you need to, you can specify a di#erent path for each backup.
Alternatively,
you can change the value of basepath_databackup. 6o to the Confguration
tab in the
&A' (A)A studio, choose global.ini → persistence.
.f you change the backup location in basepath_databackup, the change takes
e#ect
immediately.
To ensure data security, we recommend that you specify a path to an e7ternal
backup
location. The backup location should never be on the same %le system as the
data
or log areas.
Note: All the %les for a particular data backup are written to the same
location. The %les belonging to the same data backup cannot be written
to multiple locations. Di#erent data backups can be written to di#erent
locations, but all the %les belonging to one particular data backup are written
to the same location. We recommend that you create the directory structures
before the backup is started.
backup and recovery strategy with &A' (A)A database. *ou can %nd more
information on the individual points in the subsequent sections of this guide.
+ Data and logs can only be backed up when the &A' (A)A database is
online
!when all con%gured services are running".
+ ,nly the database payload is backed up.
+ -ntil an initial data backup has been completed, the logs are written in
overwrite
mode.
+ During data and log backup, the system is available as usual.
+ ackup only supports %les as backup media.
+ The con%guration path for data and log backup must be valid throughout
the
whole system, and not only for speci%c hosts.
+ ackup and recovery always applies to the whole database. .t is not
possible
to backup and recover individual database ob/ects.
+ To recover the database, you need at least one data backup.
+ At the beginning of a recovery, all the data and log backups to be recovered
must be available.
+ To recover the &A' (A)A database, the database needs to be shut down.
0or
this reason, during recovery, the database cannot be accessed by end users
or
applications.
+ .f a recovery fails, the complete recovery must be repeated.
+ &hared storage must be used. This is to ensure that the nameserver
process can
access the backup %les at the time of recovery.
+ The &A' (A)A database software version used during the recovery must
always
be the same or higher than the version of the software used to create the
backup.
The data backup %les are written to the location speci%ed by the parameter
basepath_databackup in the persistence section of the global.ini
con%guration %le. y
default, the location for data backup %les is 1!D.23.)&TA)$4"5backup5data.
To use a di#erent location, you can specify a di#erent path when you perform
the
backup. .f you need to, you can specify a di#erent path for each backup.
Alternatively,
you can change the value of basepath_databackup. 6o to the Confguration
tab in the
&A' (A)A studio, choose global.ini → persistence.
.f you change the backup location in basepath_databackup, the change takes
e#ect
immediately.
To ensure data security, we recommend that you specify a path to an e7ternal
backup
location. The backup location should never be on the same %le system as the
data
or log areas.
Note: All the %les for a particular data backup are written to the same
location. The %les belonging to the same data backup cannot be written
to multiple locations. Di#erent data backups can be written to di#erent
locations, but all the %les belonging to one particular data backup are written
to the same location. We recommend that you create the directory structures
before the backup is started.
backup and recovery strategy with &A' (A)A database. *ou can %nd more
information on the individual points in the subsequent sections of this guide.
+ Data and logs can only be backed up when the &A' (A)A database is
online
!when all con%gured services are running".
+ ,nly the database payload is backed up.
+ -ntil an initial data backup has been completed, the logs are written in
overwrite
mode.
+ During data and log backup, the system is available as usual.
+ ackup only supports %les as backup media.
+ The con%guration path for data and log backup must be valid throughout
the
whole system, and not only for speci%c hosts.
+ ackup and recovery always applies to the whole database. .t is not
possible
to backup and recover individual database ob/ects.
+ To recover the database, you need at least one data backup.
+ At the beginning of a recovery, all the data and log backups to be recovered
must be available.
+ To recover the &A' (A)A database, the database needs to be shut down.
0or
this reason, during recovery, the database cannot be accessed by end users
or
applications.
+ .f a recovery fails, the complete recovery must be repeated.
+ &hared storage must be used. This is to ensure that the nameserver
process can
access the backup %les at the time of recovery.
+ The &A' (A)A database software version used during the recovery must
always
be the same or higher than the version of the software used to create the
backup.
The data backup %les are written to the location speci%ed by the parameter
basepath_databackup in the persistence section of the global.ini
con%guration %le. y
default, the location for data backup %les is 1!D.23.)&TA)$4"5backup5data.
To use a di#erent location, you can specify a di#erent path when you perform
the
backup. .f you need to, you can specify a di#erent path for each backup.
Alternatively,
you can change the value of basepath_databackup. 6o to the Confguration
tab in the
&A' (A)A studio, choose global.ini → persistence.
.f you change the backup location in basepath_databackup, the change takes
e#ect
immediately.
To ensure data security, we recommend that you specify a path to an e7ternal
backup
location. The backup location should never be on the same %le system as the
data
or log areas.
Note: All the %les for a particular data backup are written to the same
location. The %les belonging to the same data backup cannot be written
to multiple locations. Di#erent data backups can be written to di#erent
locations, but all the %les belonging to one particular data backup are written
to the same location. We recommend that you create the directory structures
before the backup is started.
backup and recovery strategy with &A' (A)A database. *ou can %nd more
information on the individual points in the subsequent sections of this guide.
+ Data and logs can only be backed up when the &A' (A)A database is
online
!when all con%gured services are running".
+ ,nly the database payload is backed up.
+ -ntil an initial data backup has been completed, the logs are written in
overwrite
mode.
+ During data and log backup, the system is available as usual.
+ ackup only supports %les as backup media.
+ The con%guration path for data and log backup must be valid throughout
the
whole system, and not only for speci%c hosts.
+ ackup and recovery always applies to the whole database. .t is not
possible
to backup and recover individual database ob/ects.
+ To recover the database, you need at least one data backup.
+ At the beginning of a recovery, all the data and log backups to be recovered
must be available.
+ To recover the &A' (A)A database, the database needs to be shut down.
0or
this reason, during recovery, the database cannot be accessed by end users
or
applications.
+ .f a recovery fails, the complete recovery must be repeated.
+ &hared storage must be used. This is to ensure that the nameserver
process can
access the backup %les at the time of recovery.
+ The &A' (A)A database software version used during the recovery must
always
be the same or higher than the version of the software used to create the
backup.
The data backup %les are written to the location speci%ed by the parameter
basepath_databackup in the persistence section of the global.ini
con%guration %le. y
default, the location for data backup %les is 1!D.23.)&TA)$4"5backup5data.
To use a di#erent location, you can specify a di#erent path when you perform
the
backup. .f you need to, you can specify a di#erent path for each backup.
Alternatively,
you can change the value of basepath_databackup. 6o to the Confguration
tab in the
&A' (A)A studio, choose global.ini → persistence.
.f you change the backup location in basepath_databackup, the change takes
e#ect
immediately.
To ensure data security, we recommend that you specify a path to an e7ternal
backup
location. The backup location should never be on the same %le system as the
data
or log areas.
Note: All the %les for a particular data backup are written to the same
location. The %les belonging to the same data backup cannot be written
to multiple locations. Di#erent data backups can be written to di#erent
locations, but all the %les belonging to one particular data backup are written
to the same location. We recommend that you create the directory structures
before the backup is started.
backup and recovery strategy with &A' (A)A database. *ou can %nd more
information on the individual points in the subsequent sections of this guide.
+ Data and logs can only be backed up when the &A' (A)A database is
online
!when all con%gured services are running".
+ ,nly the database payload is backed up.
+ -ntil an initial data backup has been completed, the logs are written in
overwrite
mode.
+ During data and log backup, the system is available as usual.
+ ackup only supports %les as backup media.
+ The con%guration path for data and log backup must be valid throughout
the
whole system, and not only for speci%c hosts.
+ ackup and recovery always applies to the whole database. .t is not
possible
to backup and recover individual database ob/ects.
+ To recover the database, you need at least one data backup.
+ At the beginning of a recovery, all the data and log backups to be recovered
must be available.
+ To recover the &A' (A)A database, the database needs to be shut down.
0or
this reason, during recovery, the database cannot be accessed by end users
or
applications.
+ .f a recovery fails, the complete recovery must be repeated.
+ &hared storage must be used. This is to ensure that the nameserver
process can
access the backup %les at the time of recovery.
+ The &A' (A)A database software version used during the recovery must
always
be the same or higher than the version of the software used to create the
backup.
The data backup %les are written to the location speci%ed by the parameter
basepath_databackup in the persistence section of the global.ini
con%guration %le. y
default, the location for data backup %les is 1!D.23.)&TA)$4"5backup5data.
To use a di#erent location, you can specify a di#erent path when you perform
the
backup. .f you need to, you can specify a di#erent path for each backup.
Alternatively,
you can change the value of basepath_databackup. 6o to the Confguration
tab in the
&A' (A)A studio, choose global.ini → persistence.
.f you change the backup location in basepath_databackup, the change takes
e#ect
immediately.
To ensure data security, we recommend that you specify a path to an e7ternal
backup
location. The backup location should never be on the same %le system as the
data
or log areas.
Note: All the %les for a particular data backup are written to the same
location. The %les belonging to the same data backup cannot be written
to multiple locations. Di#erent data backups can be written to di#erent
locations, but all the %les belonging to one particular data backup are written
to the same location. We recommend that you create the directory structures
before the backup is started.

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close