Camp Rubrik: Oracle
  • Camp Rubrik: Oracle Databases
    • Lab environment
    • Welcome to Zaffre
      • Tools you will be leveraging
      • Data Protection Dashboard
    • Protect Oracle Database
      • Rubrik Backup Service Install
      • Add Host to RSC
      • Create SLA Domain
      • Assign SLA
      • Recovery Options
        • Live Mount to create Instant Copy of Oracle Database
        • Oracle Secondary Reporting Environment with Clone
        • Instant Recovery
    • Compliance and Reporting
    • Conclusion
Powered by GitBook
On this page
  • Live Mount
  • Verify Live Mount
  • Unmount
  1. Camp Rubrik: Oracle Databases
  2. Protect Oracle Database
  3. Recovery Options

Live Mount to create Instant Copy of Oracle Database

PreviousRecovery OptionsNextOracle Secondary Reporting Environment with Clone

Last updated 2 years ago

Let's discuss how Zaffre can take advantage of the Live Mount option, which creates a new database from a point-in-time copy of the source database running on Rubrik storage, enabling DBAs and developers to provision test and development in just a few clicks without impacting production environments.

Live Mount

To get started on the restore operation, first, navigate to Inventory > All > Oracle Databases.

  • Navigate to ora12c-prod > orcl. Select the most recent day with green checks in the calendar.

  • Move the slider close to the last log time.

  • Click (...) ellipse and select Recover. On the pop-up, select Live Mount and then click NEXT.

  • Choose ora12c-dev as the compatible host.

  • Leave everything as default and click Live Mount.

Click EVENTS from the left middle panel. Verify on the Events page that the Live Mount operation has been completed.

NOTE: It takes about a minute for the Events page to show the Live Mount operation.

Navigate to Live Mounts from the top menu. Select Oracle Database. Ensure that orcl is listed as a live mount.

Verify Live Mount

Double-click the Putty shortcut on the Desktop. Select ora12c-dev.rubrik.lab as the host and click Open.

On the SSH Window, log in with the following credentials:

  • Username: oracle

  • Password: oracle

Launch SQLPLUS by entering:

# export ORACLE_SID=orcl
# sqlplus / as sysdba

On the SQL> Prompt, run the following SQL command:

SQL> select name from v$datafile;

The output indicates data files hosted on the Rubrik Cluster.

Unmount

  • Go back to Google Chrome, and on RSC, you should be on the Live Mounts page.

  • If not, navigate to Live Mounts from the top menu. Select Oracle Database. Select (...) ellipse at the right end and select unmount.

  • From the pop-up, check the Force unmount and select UNMOUNT to start the unmount process.

Navigate to Events from the top menu. Verify that the unmount is successful.

Rubrik’s Live Mount extends beyond recovery use cases. The feature also enables easy, accelerated test/dev without impacting production.

Access Oracle Databases
Live Mount
Event page
Live Mount verify
Open putty
Unmount
Verify Unmount