| 
November 08, 2018 |
# Lab 1: Provisioning an Autonomous Transaction Processing Database |
This lab walks you through the steps to get started using the Oracle Autonomous Transaction Processing Database on Oracle Cloud Infrastructure (OCI). You will provision a new database.
To log issues, click here to go to the github Oracle repository issue submission form.
- Learn how to sign-in to the Oracle Cloud
- Learn how to provision a new ATP database
- The following lab requires an Oracle Public Cloud account. You may use your own cloud account, a cloud account that you obtained through a trial, or a training account whose details were given to you by an Oracle instructor.
In this section you will be provisioning an ATP database using the cloud console.
-
Go to cloud.oracle.com, click Sign In to sign in with your Oracle Cloud account.
-
Enter your Cloud Account Name and click My Services.
-
Enter your Oracle Cloud username and password, and click Sign In.
-
Once you are logged in, you are taken to the cloud services dashboard where you can see all the services available to you.
-
Click Autonomous Transaction Processing in the left side menu under services
-
In the Cloud Infrastructure Console, click on the hamburger menu on the top left of the screen. From the pull-out menu, under Identity, click Compartments.
-
Click on Create Compartment button to start the compartment creation process
Enter the following in create Compartment window
- Name: Enter a friendly name to idenitfy your compartment (To complete this workshop let us name compartment as Demo)
- Description: Enter a description for the compartment
- Click on Create Compartment link
Managing Tags and Tag Namespaces: When you have many resources (for example, instances, VCNs, load balancers, and block volumes) across multiple compartments in your tenancy, it can become difficult to track resources used for specific purposes, or to aggregate them, report on them, or take bulk actions on them. Tagging allows you to define keys and values and associate them with resources. You can then use the tags to help you organize and list resources based on your business needs. For more information please click here.
- You can verify the compartment created on Compartments page
-
Click on the hamburger menu icon on the top left of the screen
-
Click on Autonomous Transaction Processing from the menu
-
Select Demo Compartment
-
Click on Create Autonomous Transaction Processing Database button to start the instance creation process
-
This will bring up Create ATP Database screen where you specify the configurations of the instance
Note: Oracle Cloud Infrastructure allows logical isolation of users within a tenant through Compartments. This allows multiple users and business units to share a tenant account while being isolated from each other.
If you have chosen the compartment you do not have privileges on, you will not be able to see or provision instance in it.
More information about Compartments and Policies is provided in the OCI Identity and Access Management documentation here.
-
Verify Demo compartment is selected
-
Specify a name for the instance
-
For this lab we are not checking Dedicate Infrastructure
-
You can choose an instance shape, specified by the CPU count and storage size. Default CPU count is 1 and storage is 1 TB.
-
Specify the password for the instance
WElcome_123#
- License Type: You will see 2 options under licensing options.
My organization already owns Oracle database software licenses: Oracle allows you to bring your unused on-prem licenses to the cloud and your instances are billed at a discounted rate. This is the default option so ensure you have the right license type for this subscription.
Subscribe to new database software licenses and the database cloud service: Your cloud service instance should include database license. This is an all-inclusive cost and you do not need to bring any additional licenses to cloud.
- Tagging is a metadata system that allows you to organize and track resources within your tenancy. Tags are composed of keys and values that can be attached to resources.
More information about Tags and Tag Namespaces is provided in the OCI Identity and Access Management documentation here.
For this workshop we will not be creating any TAG NAMESPACE.
-
Make sure you have everything filled all required details
-
Click on Create Autonomous Transaction Processing Database to start provisioning the instance
-
Once you create ATP Database it would take 2-3 minutes for the instance to be provisioned.
-
Once it finishes provisioning, you can click on the instance name to see details of it
You now have created your first Autonomous Transaction Processing Cloud instance.
- You are now ready to move to the next lab.
| [](#) | ## Great Work - All Done! |