Most Popular Oracle

Understanding Oracle 12c Data Guard Protection Modes

The different modes of setup for Oracle 12c Data Guard allow for different configurations that are adaptive and that are dependent on available hardware, processes, and ultimately business needs. The modes for the Data Guard configuration include maximum protection, maximum availability, and maximum performance. The Data Guard configuration can also have more than one standby […]

Read More

Why Use Data Partitioning in Oracle 12c

As user communities require more and more detailed information to remain competitive, it has fallen to database designers and administrators to help ensure that the information is managed effectively and can be retrieved for analysis efficiently. In this section, we discuss partitioning data and the reasons why it is so important when working with large […]

Read More

Migrating an Oracle 12c Instance from Regular Storage to ASM

Migrating an Oracle instance from regular storage to ASM is actually a simple task, but only if the ASM instance has already been created. Using Oracle Enterprise Manager is probably the most straightforward way to do this. Start by opening up Oracle Enterprise Manager and choosing the option to migrate to ASM. The screen shown […]

Read More

Creating a RAC Test Environment in Oracle 12c

Oracle RAC environments should first be created for testing and proving concepts for how the failover works for different applications. The RAC test environments should continue to be available for testing for production systems because different workloads and failover can’t be tested against a single node. After the installs of the Oracle Clusterware and database […]

Read More

Understanding Oracle 12c Real Application Clusters (RAC)

Oracle Real Application Clusters (RAC) provides a database environment that is highly available as well as scalable. If a server in the cluster fails, the database instance will continue to run on the remaining servers or nodes in the cluster. With Oracle Clusterware, implementing a new cluster node is made simple. RAC provides possibilities for […]

Read More

Learn About Backup Retention Strategies in Oracle 12c

Backups are very important, but they have a shelf life, too. You cannot just keep taking backups and retain all of them forever. You need to decide how long you would like to retain your backups before you can safely remove them in order to make space for more backups. Storage on a disk or […]

Read More

Using Oracle RMAN to Restore

When you create backups with RMAN, they get created in one or more backupsets; these backupsets are in proprietary format. In order to use them again for recovery, first you need to extract them from this proprietary format. This process is called restore. You use the RESTORE command of RMAN to restore the backup. For […]

Read More