SAPDBA Utilities
SAPDBA Utilities
Modifications to database data are logged in the online redo log files. This procedure ensures data
security.
To ensure fail-safe database operation, without using additional operating system utilities,
the control files and the online redo log files of the database system should be mirrored.
The Oracle database management system holds the executable SQL statements in the Shared
SQL Area, which is part of the shared pool.
ORA_<SID>_DBA): OS users of this group can connect to Oracle using CONNECT INTERNAL with full
database administration privileges
ORA_<SID>_OPER) OS users of this group can connect to Oracle using CONNECT INTERNAL with restricted
database privileges, such as startup or shutdown database
Operating system users have certain privileges for accessing files and executing programs.
Database users have different privileges for changing tables and indexes.
Note:
Oracle mechanisms move the entire database security mechanism to the operating system level.
If the user OPS$<user_name> is defined as identified externally at the database level,
The operating system user <user_name> can connect to the database without authentication.
Note:
The database administration tool SAPDBA requires the restricted database administration privileges available in
the group oper.
SAPDBA only has access to the tables required for performing R/3 database administration in the background.
These privileges are assigned during R/3 installation or upgrade.
compress = hardware
compress_cmd = “compress -b 12 -c $ > $”
compress_dir = /oracle/<SID>/sapreorg
tape_copy_cmd = dd
disk_copy_ cmd = rman
exec_paralle = 0
tape_address = /dev/rmt/0mn
tape_address_rew = /dev/ rmt/0m
tape_address_arch/ = /dev/rmt /1mn
tape_address_rew _arch = / dev/ rmt/1m
backup_ model = all
backup_ type = online [offline]
volume_backup = (<SID>B01, <SID>B02, ...)
tape_ size = 32G - with hardware compression set to a smaller value and vice versa
tape_use_count = 100
expire_period = 28
backup_ dev_ _type = tape
archive_function = copy_delete_save
volume_archive = (<SID>A01, <SID>A02, ...)
tape_size_arch = 6000M
To choose the tape drives for the tape stations used for database or offline redo log file backups,
Set parameters
tape_address
tape_address_rew
are used to specify one (or two) tape drives for the tape station used for offline redo log file backups.
When the offline redo log file Backup parameters have been set, that time only used for the database
backup. with tape_address & tape_address_rew parameter
tape_copy_cmd = determines whether copy program cpio or dd is used to back up the data files to tape.
compress_dir =
Save control file to disk Save control file to disk
Online Offline
Save control file to disk Start database
Retrieve file names of data and online redo log files from database Same
And retrieve names of control files from init<SID>.ora