Create Oracle Cloud resources

Learn to create a compartment, VCN, subnet, users, and user groups before you get started with Oracle Cloud Infrastructure GoldenGate.

Create a compartment

Compartments let you organize and control access to your cloud resources. It's a logical container that you can use to group related cloud resources together and let specific user groups access.

When you sign up for Oracle Cloud Infrastructure, Oracle creates your tenancy, which is the root compartment that holds all your cloud resources. You then create additional compartments within your tenancy and the corresponding policies to control access to the resources in each compartment.

To create a compartment:
  1. Open the Oracle Cloud console navigation menu, and then click Identity & Security.
  2. Under Identity, click Compartments. A list of the compartments you have access to is displayed.
  3. Navigate to the compartment where you want to create the new compartment.
    • To create the compartment in the tenancy (root compartment) click Create Compartment.
    • To create the compartment in a compartment other than the tenancy (root compartment), click through the hierarchy of compartments until you reach the detail page of the compartment where you want to create the compartment. On the Compartment Details page, click Create Compartment.
  4. In the Create Compartment dialog, complete the fields as follows:
    1. For Name, enter a unique name for the compartment, no more than 100 characters (includes letters, numbers, periods, hyphens, and underscores). The name must be unique across all compartments in the tenancy. Avoid entering confidential information.
    2. For Description, enter a description that helps distinguish the compartment from others.
    3. For Parent Compartment, verify that this is the compartment where you want to create your compartment. To choose a different compartment, select one from the dropdown.
    4. (Optional) For Tag Namespace, you can add a free-form tag to help you search for you resources in the Oracle Cloud console. Click + Another Tag to add more tags.
    5. Click Create Compartment.
Your compartment appears in the Compartments list after it's created. You can now create policies and add resources to your compartment.

Create a Virtual Cloud Network and subnet

A virtual cloud network (VCN) is a network that you set up in the Oracle Cloud Infrastructure data centers in a particular region. A subnet is a subdivision of a VCN. OCI GoldenGate requires a VCN and subnet to control traffic to its resources.

To create a VCN and subnet:
  1. Open the Oracle Cloud console navigation menu, click Networking, and then select Virtual Cloud Networks.
  2. On the Virtual Cloud Networking in <compartment-name> page, click Start VCN Wizard.
  3. In the Start VCN Wizard dialog, select VCN with Internet Connectivity, and then click Start VCN Wizard.
  4. On the Configuration page, under Basic Information, enter a name for VCN Name.
  5. For Compartment, select the compartment where you want to create this VCN.
  6. Click Next.
  7. On the Review and Create page, verify the configuration details, and then click Create.

Click View VCN Details to verify that both a Public and Private subnet were created.

Create users

Create users to add to groups that can access to your OCI GoldenGate resources.

Before you create users, understand that:

  • User names must be unique across all users within your tenancy
  • User names are unchangeable
  • Users have no permissions until they're placed in a group
To create users:
  1. Open the Oracle Cloud console navigation menu, click Identity & Security, and then under Identity, click Users.
  2. On the Users page, click Create User.
  3. On the Create User page, complete the fields as follows:
    1. For Name, enter a unique name or email address for the user.
      Note

      The name must be unique across all users in the tenancy. You cannot change this value later. The user name cannot contain spaces, and can only consist of basic Latin letters (ASCII), numerals, hyphens, periods, underscores, +, and @.
    2. For Description, enter the user's full name, a nickname, or other descriptive information.
    3. For Email, enter a valid email address for the user for password recovery. This value must also be unique in the tenancy.
  4. Click Create.
You can then add the user to a group and create policies that give the group access to your resources. For more information about users, see Managing users.

Create groups

A group is a collection of users who require the same type of access to a set of resources or compartments.

Before you create a group, understand that:
  • The group name must be unique within the tenancy.
  • The group name cannot be changed once created.
  • A group has no permissions unles you write at least one permission that gives the group permission to a tenancy or compartment.
To create a group:
  1. Open the Oracle Cloud console navigation menu, click Identity & Security, and then under Identity, click Groups.
  2. Click Create Group.
  3. In the Create Group panel:
    1. For Name, enter a unique name for the group.
      Note

      Once the group is created, you cannot change the name. The group name must be unique within the tenancy. The group name can be 1 to 100 alphanumeric characters long, upper or lowercase letters, and can contain periods, dashes, hyphens, but no spaces
    2. For Description, enter a friendly description.
  4. Click Create Group.
  5. In the Groups list, select the group. You're brought to the group Details page.
  6. Click Add User to Group.
  7. Select a user from the dropdown, and then click Add User.
A group doesn't have any permissions until you write a policy that gives the group permission to a compartment or tenancy. For more information about groups, see Managing groups.