Use the Oracle Autonomous Database Free Container Image
- About the Autonomous Database Free Container Image
You can access the Oracle Autonomous Database Free Container Image from a repository and run it in your local environment. - Container Registry Locations for Oracle Autonomous Database Free Container Image
There are multiple locations where you can obtain Oracle Autonomous Database Free Container Image, including: Oracle Cloud Infrastructure Registry (Container Registry) and GitHub. - Start Autonomous Database Free Container Image
After you download Oracle Autonomous Database Free Container Image, you can start the image in a container. - Setup Wallet and Connect to Autonomous Database Free Container Image
When Autonomous Database Free Container Image is running in a container, you can connect to an Autonomous Database instance. - Migrate Data Between Autonomous Database Free Containers
When a new version of the Autonomous Database Free Container Image is available, you can migrate data from a container to another container.
Parent topic: Tasks
About the Autonomous Database Free Container Image
You can access the Oracle Autonomous Database Free Container Image from a repository and run it in your local environment.
Autonomous Database provides a fully managed Oracle Database that is available on Oracle Cloud Infrastructure. On Oracle Cloud Infrastructure, you perform lifecycle management operations and run Autonomous Database using the Oracle Cloud Infrastructure Console and you connect to your database through the public internet or through a private network that you set up (depending on your network configuration and security needs).
The Oracle Autonomous Database Free Container Image provides an alternative to run Autonomous Database in a container in your own environment, without requiring access to Oracle Cloud Infrastructure Console or to the internet. When you run Autonomous Database in a container, the container provides a local, isolated environment with additional options for development, testing, and exploration of Oracle Autonomous Database features.
- Oracle Autonomous Database Free Container Image License
Describes licensing for Oracle Autonomous Database Free Container Image. - Oracle Autonomous Database Free Container Image Features
The Oracle Autonomous Database Free Container Image provides many of the features available with Autonomous Database Serverless. - Oracle Autonomous Database Free Container Image Recommendations and Restrictions
Describes requirements and restrictions for Autonomous Database Free Container Image.
Parent topic: Use the Oracle Autonomous Database Free Container Image
Oracle Autonomous Database Free Container Image License
Describes licensing for Oracle Autonomous Database Free Container Image.
Oracle Autonomous Database Free Container Image is subject to licensing.
This Licensing Information document is specifically for the Oracle Database in Oracle Autonomous Database Free Container Image. This document is a part of the product or program documentation under the terms of your Oracle license agreement and is intended to help you understand the program editions, entitlements, restrictions, prerequisites, special license rights, and/or separately licensed third party technology terms associated with the Oracle software program(s) covered by this document (the "Program(s)"). Information for other Oracle Database editions (such as Enterprise Edition) will be added to this document once they are released. Entitled or restricted use products or components identified in this document that are not provided with the particular Program may be obtained from the Oracle Software Delivery Cloud website (https://edelivery.oracle.com) or from media Oracle may provide. If you have a question about your license rights and obligations, please contact your Oracle sales representative, review the information provided in Oracle’s Software Investment Guide (http://www.oracle.com/us/corporate/pricing/software-investment-guide/index.html), and/or contact the applicable Oracle License Management Services representative listed on http://www.oracle.com/us/corporate/license-management-services/index.html.
See Database Licensing Information User Manual for more information.
Parent topic: About the Autonomous Database Free Container Image
Oracle Autonomous Database Free Container Image Features
The Oracle Autonomous Database Free Container Image provides many of the features available with Autonomous Database Serverless.
-
Each Autonomous Database Free Container Image provides two Autonomous Database instances, one instance with Data Warehouse workload type and one instance with Transaction Processing workload type.
-
The Autonomous Database Free Container Image resource allocation is 4 ECPUs and 20 GB of storage, and allows a maximum of 30 simultaneous database sessions.
-
Each Autonomous Database Free Container Image supports the Autonomous Database consumer groups:
-
Data Warehouse workload: You connect through HIGH, MEDIUM, or LOW services
-
Transaction Processing workload: You connect through HIGH, MEDIUM, LOW, TP, or TPURGENT services
See About Autonomous Database Workload Types for more information.
-
-
The Autonomous Database Free Container Image provides support for the following built-in database tools:
-
Database Actions
-
Oracle REST Data Services (ORDS)
-
Oracle APEX
-
Oracle Database API for MongoDB
-
Parent topic: About the Autonomous Database Free Container Image
Oracle Autonomous Database Free Container Image Recommendations and Restrictions
Describes requirements and restrictions for Autonomous Database Free Container Image.
Recommendations for Resource Allocation for the Autonomous Database Free Container Image
The following is the recommended resource allocation for the Autonomous Database Free Container Image:
-
4 CPUs
-
8 GB memory
Restrictions for Autonomous Database Free Container Image
-
There is no automatic patching or maintenance windows for the Autonomous Database Free Container Image. The repository provides the latest version of the Autonomous Database Free Container Image. Check the repository to find newer versions of Autonomous Database Free Container Image.
-
The following Autonomous Database built-in tools are not supported:
- Graph
- Oracle Machine Learning
- Data Transforms
-
When Autonomous Database runs in a container, the container provides a local Autonomous Database instance. The container image does not include the features that are only available through the Oracle Cloud Infrastructure Console or the APIs. Some features that are available in-database and also available through the Oracle Cloud Infrastructure Console can still be used through in-database commands, such as resetting the
ADMIN
password. The following lists some of the features that are not available:Feature Available or Not Available Backup an Instance Not available Choose a Character Set Not available Clone an Instance Not available Create a Resource Pool Not available Customer-managed keys Not available Database rename Not available Data Safe Not available Disable compute auto scaling Not available Disable Built-in Database Tools Not available Disable storage auto scaling Not available Disaster recovery options, including Autonomous Data Guard and Backup-Based Disaster Recovery. Not available Download wallet Not available Enable Built-in Database Tools Not available Enable compute auto scaling Not available Enable storage auto scaling Not available Join a Resource Pool Not available Network ACLs Not available Oracle Cloud Infrastructure events Not available Performance hub Not available Private endpoints Not available Real Application Testing Not available Resource Principal based authentication Not available Restart Instance Not available Restore an Instance Not available Rotate wallet Not available Sample Schema Not available Scale down CPU and storage Not available Scale up CPU and storage Not available Selecting the Instance Patch Level Not available Start Instance Not available Stop Instance Not available Note:
When you rung Autonomous Database Free Container Image in a container, you can start an instance, stop an instance, or restart an instance by starting, stopping or restarting the container.
Parent topic: About the Autonomous Database Free Container Image
Container Registry Locations for Oracle Autonomous Database Free Container Image
There are multiple locations where you can obtain Oracle Autonomous Database Free Container Image, including: Oracle Cloud Infrastructure Registry (Container Registry) and GitHub.
You can obtain the in mulitple locations. The examples shown use
podman
commands (see Podman for more information).
Parent topic: Use the Oracle Autonomous Database Free Container Image
Start Autonomous Database Free Container Image
After you download Oracle Autonomous Database Free Container Image, you can start the image in a container.
The Autonomous Database Free
Container Image includes two Autonomous Database instances: MY_ATP
, with Transaction
Processing workload type, and MY_ADW
with Data Warehouse workload
type.
The container start
command uses the
--hostname
to generate self-signed SSL certs to serve HTTPS
traffic on port 8443.
If you run Oracle Autonomous Database Free Container
Image on a host whose FQDN is example.com
,
when you start the container specify --hostname example.com
. After
the container is running, access Oracle APEX and SQL Developer using the specified hostname
(or
localhost
).
Built-in Database Tool | MY_ATP | MY_ADW | Example |
---|---|---|---|
Oracle APEX | https://localhost:8443/ords/my_atp/ | https://localhost:8443/ords/my_adw/ | https://example.com:8443/ords/my_atp |
Database Actions | https://localhost:8443/ords/my_atp/sql-developer | https://localhost:8443/ords/my_adw/sql-developer | https://example.com:8443/ords/my_adw/sql-developer |
Parent topic: Use the Oracle Autonomous Database Free Container Image
Setup Wallet and Connect to Autonomous Database Free Container Image
When Autonomous Database Free Container Image is running in a container, you can connect to an Autonomous Database instance.
The Autonomous Database Free
Container Image includes two Autonomous Database instances: MY_ATP
, with Transaction
Processing workload type, and MY_ADW
with Data Warehouse workload
type.
You can connect to an Autonomous Database instance running in a container as follows:
The $TNS_ADMIN/tnsnames.ora
contains the available TNS aliases that
you can use to connect to an Autonomous Database instance.
Autonomous Database Transaction Processing Workload TNS Aliases
For mTLS use one of the following:
- my_atp_medium
- my_atp_high
- my_atp_low
- my_atp_tp
- my_atp_tpurgent
For TLS use one of the following:
- my_atp_medium_tls
- my_atp_high_tls
- my_atp_low_tls
- my_atp_tp_tls
- my_atp_tpurgent_tls
Autonomous Database Data Warehouse Workload TNS Aliases
For mTLS use one of the following:
- my_adw_medium
- my_adw_high
- my_adw_low
For TLS use one of the following:
- my_adw_medium_tls
- my_adw_high_tls
- my_adw_low_tls
The TNS alias mappings for these connect strings are in
$TNS_ADMIN/tnsnames.ora
. See Manage Concurrency and Priorities on Autonomous Database for information on the service names in tnsnames.ora
.
Parent topic: Use the Oracle Autonomous Database Free Container Image
Migrate Data Between Autonomous Database Free Containers
For example, use existing data that you created in a container by migrating that data to the latest version of Autonomous Database Free Container Image when a new update is available.
Parent topic: Use the Oracle Autonomous Database Free Container Image