Skip to main content

Posts

Showing posts with the label OCI

Master the Cloud: The All-in-One dbaascli Tool for OCI

  If you are managing Oracle Exadata Cloud Service, you already know that efficiency is the name of the game. Enter dbaascli - the powerhouse command-line utility designed to handle everything from routine status checks to complex database migrations. Instead of juggling multiple scripts or manual SQL commands, dbaascli offers a unified interface for the entire lifecycle of your database. Here is your comprehensive guide to mastering the most essential commands. Essential Database Administration Before diving into complex operations, you need to master the basics. These commands allow you to control your database instances directly from the compute node. Start a database: # dbaascli database start --dbname TESTDB Stop a database: # dbaascli database stop --dbname TESTDB Check status: # dbaascli database status --dbname TESTDB Seamless Patching and Rollbacks Patching is often the most stressful part of a DBA's job. dbaascli simplifies this by automating t...

Enabling ARS for Oracle Database@AWS: A Guide to Benefits and Overcoming Limit Issues

  What is Oracle ARS? ARS is a fully managed backup and recovery service based on the proven Zero Data Loss Recovery Appliance (ZDLRA) technology. Problem: Traditional backups can lead to data loss between scheduled intervals (RPO) and slow recovery times (RTO). Solution: ARS offers real-time transaction protection, reducing RPO to less than one second . Key Benefits (Why ARS is recommended?) Zero Data Loss: Real-time redo transport ensures even the most recent transactions are protected. Incremental Forever Strategy: Only changes are backed up after the initial full backup, reducing database overhead and network traffic. Backup Immutability: Includes a retention lock feature to protect against ransomware and accidental deletion. Cloud Simplicity: Integrated directly into the OCI Console for "one-click" enablement Prerequisites : The minimum supported Oracle Database versions for using ARS within the Or...