Security strategy of Oracle database in MIS System instance

Source: Internet
Author: User
Tags file system oracle database backup

Since Oracle database backups are available in three ways, each with different recovery characteristics, you should integrate database and file system backups, integrate logical and physical backups.

First, backup strategy

1. At the operating system level, with a large-capacity disk array, each database file is automatically distributed to each physical disk by disk image technology. In this way, when a disk is physically damaged, the operating system automatically raises the image disk to replace the failed disk, ensuring that the database is running properly. Because we are using a dual server, keep a backup database on another server. The backup database has the same parameter state as the database in use, so that in the case of a database failure, only minimal recovery is required to minimize recovery time. Maintain multiple backup of control files on multiple different physical disks. Control files are used to boot Oracle during database recovery, so maintaining multiple backup of control files ensures that the available control files can be used for database recovery after a disk failure occurs. Make the database run in Archivelog (archived) mode, and the archive log is stored on a logical disk in another image. Perform an online backup operation every night, backing up all data files, all archived log files, and a control file.

An export operation is performed once a week.

Ii. Recovery Strategy

1. Instance failure recovery from instance failure is automatic. Instance failures are typically caused by a server failure, restarting the server after the database instance fails, starting the database, Oracle checking data files and online log files, and synchronizing all files to the same point in time.

2. Disk failure If the control file is lost, just close the database and copy one from the place where the control file is kept. If you lose a data file, you can recover it using an online backup from the previous night, as follows:

1 from backup to the original location of the missing files.

2) Loading the database

3) Restore the database

4) Open the database

3. Error deleting or modifying objects in this case, it is generally desirable to return to the point in time before the error occurred. This is called Point-in-time recovery. The steps to complete the recovery are as follows:

1 from the current database output (export), input (import) to the standby database, so that the standby database and the current database to maintain the same.

2) Roll forward the standby database to the point before the error occurred.

3 The logical object affected by the error is exported from the standby database.

4 Enter those affected objects into the current database using the output file produced in the previous step.

Third, User role management

1. Classify all clients by job nature and grant different user roles to each.

2. For different user roles, grant access to different database objects according to the data source they use.

Based on the above security policy, can prevent illegal users access to the database, limit the permissions of legitimate users to manipulate the database, you can make the database in the event of failure, will not lose any data, and can make the database quickly restored to the point before the failure of the time, to maximize the security of data and the continuous operation of the entire system.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.