Autonomous Database 100 PDF
Autonomous Database 100 PDF
Autonomous Database 100 PDF
Level 100
Sanjay Narvekar
Oracle Cloud Infrastructure
October 2019
© 2019 Oracle
Safe harbor statement
The following is intended to outline our general product direction. It is intended for information
purposes only, and may not be incorporated into any contract. It is not a commitment to deliver
any material, code, or functionality, and should not be relied upon in making purchasing
decisions.
The development, release, timing, and pricing of any features or functionality described for
Oracle’s products may change and remains at the sole discretion of Oracle Corporation.
© 2019 Oracle
Objectives
Exadata Cloud
DBaaS Autonomous Autonomous
Service or Cloud @
VM or Bare Metal Serverless Dedicated
Customer
Management Customer Customer Oracle Oracle
Software Updates Customer Initiated Customer Initiated Automatic Customer Policy Control
With serverless deployment, the simplest configuration, you share the resources of an Exadata
cloud infrastructure. You can quickly get started with no minimum commitment, enjoying quick
database provisioning and independent scalability of compute and storage.
Both deployment options are available for Autonomous Transaction Processing and
Autonomous Data Warehouse.
Autonomous Database - Serverless
Autonomous Data Warehouse & Autonomous Transaction Processing
Autonomous Database - Fully-managed
Oracle automates end-to-end
management of the autonomous
database
• Provisioning new databases
• Growing/shrinking storage and/or
compute
• Patching and upgrades
• Backup and recovery
Full lifecycle managed using the service
console
• Alternatively, can be managed via
command-line interface or REST API
Automated Tuning in Autonomous Database
Wallet/Keystore
JDBC OCI 1
ACL
Public Internet
JDBC “Thin”
TCP/IP Encrypted using SSH Route
Oracle Call over Public Internet Table
Interface (OCI)
Internet 3
Gateway Public IP 129.146.160.9
Security
PUBLIC SUBNET 10.1.3.0/24 Lists
AVAILABILITY DOMAIN
Public IP 123.254.7.10 TENANCY VCN 10.0.0.0/16
REGION
1 Connecting to Autonomous Database Warehouse (ADW) or Autonomous Transaction Processing (ATP) from Public Internet
Connecting to ADW or ATP (via NAT or Service Gateway) from a server running on a private subnet in OCI (in the same tenancy)
2
Connecting to ADW or ATP from a server running on a public subnet in OCI (in the same tenancy)
3
Troubleshooting connectivity issues
• Ensure that the Access Control List for the Autonomous Database (ADB) has the necessary
entries for CIDR Block ranges and IP addresses, as your use case dictates.
• When connecting to ADB from a client computer behind a firewall, the firewall must permit
the use of the port specified in the database connection when connecting to the servers in the
connection. The default port number for Autonomous Data Warehouse is 1522 (find the port
number in the connection string from the tnsnames.ora file in your credentials ZIP file). Your
firewall must allow access to servers within the .oraclecloud.com domain using (TCP) port
1522.
• When connecting to ADB from a server running on a private subnet (on the same OCI tenancy
as the ADB), ensure that you have a service gateway or NAT gateway attached to the VCN.
The route table for the subnet needs to have the appropriate routing rules for the service
gateway or NAT gateway. The security lists for the subnet will need to have the right egress
rules.
• For connections originating from a server running on a public subnet (on the same OCI
tenancy as the ADB), ensure that route table and security lists are appropriately configured.
Scaling Your Database
Scale your database on demand without tedious manual steps
• Independently scale compute or storage
• Resizing occurs instantly, fully online
• Memory, IO bandwidth, concurrency scales linearly with CPU
• Close your database to save money when not used
• Restart instantly
Monitoring
• Service Console based monitoring
§ Simplified monitoring using the web-based service console.
§ Historical and real-time database and CPU utilization monitoring.
§ Real Time SQL Monitoring to monitor running and past SQL statements.
§ CPU allocation chart to view number of CPUs utilized by the service.
• Performance Hub based monitoring
§ Natively integrated in the OCI console and available via a single click from the ADB detail
page
§ Active Session History (ASH) analytics
§ Real Time SQL monitoring
Autonomous Database (ADB) Cloud – Backup and recovery
• Autonomous Database Cloud automatically backs up your database for you. The
retention period for backups is 60 days. You can restore and recover your database to any
point-in-time in this retention period.
• Autonomous Database Cloud automatic backups provide weekly full backups and daily
incremental backups.
• Manual backups for your ADB database is not needed.
• But, you can do manual backups using the cloud console if you want to take backups
before any major changes, for example before ETL processing, to make restore and
recovery faster. The manual backups are put in your Cloud Object Storage bucket. When
you initiate a point-in-time recovery Autonomous Database Cloud decides which backup
to use for faster recovery.
• You can initiate recovery for your Autonomous Database using the cloud console.
Autonomous Database Cloud automatically restores and recovers your database to the
point-in-time you specify.
• Network Access Control Lists (ACL)s are stored in the database with other database
metadata. If the database is restored to a point in time the network ACLs are reverted back
to the list as of that point in time.
Autonomous Database Cloud – Cloning
• Autonomous Database provides cloning where you can choose to clone either the full
database or only the database metadata.
• Full Clone: creates a new database with the source database’s data and metadata.
• Metadata Clone: creates a new database with the source database’s metadata without the
data.
• When creating a Full Clone database, the minimum storage that you can specify is the
source database’s actual used space rounded to the next TB.
• You can only clone an Autonomous Database instance to the same tenancy and the same
region as the source database.
• During the provisioning for either a Full Clone or a Metadata Clone, the optimizer statistics
are copied from the source database to the cloned database.
• The following applies for optimizer statistics for tables in a cloned database:
§ Full Clone: loads into tables behave the same as loading into a table with statistics
already in place.
§ Metadata Clone: the first load into a table after the clone clears the statistics for that
table and updates the statistics with the new load.
Autonomous Data Warehouse Cloud – Cloning screenshots
Pre-defined Services for Autonomous Data Warehouse
3 pre-defined database services identifiable as
high, medium and low
• Choice of performance and
concurrency for ADW Example for a database with 16 OCPUs
HIGH No of concurrent
Max idle time CPU shares
• Highest resources, lowest concurrency queries
Provision Create
Create
Autonomous Autonomous
Create VCN Autonomous
Exadata Container
Database
Infrastructure Database
Autonomous Database - Dedicated
Security
36 © 2019 Oracle