diff --git a/shared/adw-data-lake/setup-live-data-sharing-db-actions/setup-workshop-environment/setup-workshop-environment.md b/shared/adw-data-lake/setup-live-data-sharing-db-actions/setup-workshop-environment/setup-workshop-environment.md index 315446c5..da8db219 100644 --- a/shared/adw-data-lake/setup-live-data-sharing-db-actions/setup-workshop-environment/setup-workshop-environment.md +++ b/shared/adw-data-lake/setup-live-data-sharing-db-actions/setup-workshop-environment/setup-workshop-environment.md @@ -47,7 +47,7 @@ See [Signing In to the Console](https://docs.cloud.oracle.com/en-us/iaas/Content 2. On the **Sign In** page, select your tenancy, enter your username and password, and then click **Sign In**. - ![The blurred username and masked password are displayed on the OCI Sign in screen. The tenancy's name and username are blurred. The Sign In button is highlighted.](./images/sign-in.png " ") + ![The blurred username and masked password are displayed on the OCI Sign in screen. The tenancy's name and username are blurred. The Sign In button is highlighted.](./images/sign-in.png =50%x*) >**Note:** Based on the Multi-factor authentication setup for your account, provide authentication to sign into the account. In our example, we clicked **Allow** on the iphone based on our authentication setup. For more details, refer to the [Managing Multifactor Authentication](https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/usingmfa.htm) documentation. diff --git a/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/create-share-recipients/create-share-recipients.md b/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/create-share-recipients/create-share-recipients.md index 9bcd279f..f29f4e07 100644 --- a/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/create-share-recipients/create-share-recipients.md +++ b/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/create-share-recipients/create-share-recipients.md @@ -6,7 +6,7 @@ A data share recipient is an entity such as an individual, an institution, or a In this lab, as a data share provider, you will create and authorize a new recipient that will access the **`demo_live_share`** data share that you just published and the `custsales` table in this share. You will need the sharing ID that you saved from an earlier step. -![Recipient flow.](images/recipient-diagram.png =70%x*) +![Recipient flow.](images/recipient-diagram.png =60%x*) Estimated Time: 5 minutes diff --git a/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/create-user/create-user.md b/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/create-user/create-user.md index 142fd803..e1c57095 100644 --- a/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/create-user/create-user.md +++ b/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/create-user/create-user.md @@ -4,7 +4,7 @@ In this lab, you as the **`admin`**, you will create a **data share provider** user and grant this user the necessary role and privileges, and enable data sharing. -![Create a user and grant roles and privileges](./images/create-user-privileges-diagram.png " ") +![Create a user and grant roles and privileges](./images/create-user-privileges-diagram.png =65%x*) Estimated Time: 15 minutes @@ -109,7 +109,7 @@ Autonomous Database comes with a predefined database role named `DWROLE`. This r Copy the value and paste it into your text editor file. - ![Paste the value into a text editor file](images/copy-value-text-editor.png) + ![Paste the value into a text editor file](images/copy-value-text-editor.png =70%x*) 3. Log out of the **`ADMIN`** user. On the **Oracle Database Actions | SQL** banner, click the drop-down list next to the **`ADMIN`** user, and then select **Sign Out** from the drop-down menu. When prompted if you want to leave the site, click **Leave**. @@ -117,7 +117,7 @@ Autonomous Database comes with a predefined database role named `DWROLE`. This r 4. Log in as the newly created user, **`share_provider`**. On the **Sign-in** page, enter **`share_provider`** as the username and **`DataShare4ADW`** as the password, and then click **Sign in**. - ![Log in as share_provider](images/login-share-provider.png) + ![Log in as share_provider](images/login-share-provider.png =50%x*) You are now logged in as the newly created **`share_provider`** user. On the Launchpad, click the **Development** tab, and then click the **SQL** tab. diff --git a/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/create-user/images/create-user-privileges-diagram.png b/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/create-user/images/create-user-privileges-diagram.png index ce4a024b..993e2111 100644 Binary files a/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/create-user/images/create-user-privileges-diagram.png and b/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/create-user/images/create-user-privileges-diagram.png differ diff --git a/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/introduction/introduction.md b/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/introduction/introduction.md index b28864ac..282bf46b 100644 --- a/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/introduction/introduction.md +++ b/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/introduction/introduction.md @@ -71,7 +71,7 @@ In this workshop, you will assume the responsibilities of several users. Initial **_In real use cases, there will be different users performing different responsibilities._** - ![The workshop users.](images/users-diagram.png) + ![The workshop users.](images/users-diagram.png =50%x*) ### How Does Cloud Links Data Sharing Work? @@ -82,7 +82,7 @@ At the high level, sharing data using cloud links works as follows: * The recipient uses the share provider's id to discover the available data shares and tables. * The recipient subscribes to the data share provider, retrieves data from the data share, and creates a share link and a view using the data share table. - ![The data sharing overview.](images/data-sharing-diagram.png) + ![The data sharing overview.](images/data-sharing-diagram.png =65%x*) You may now proceed to the next lab. diff --git a/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/setup-workshop-environment/setup-workshop-environment.md b/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/setup-workshop-environment/setup-workshop-environment.md index 85893d5b..469654b1 100644 --- a/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/setup-workshop-environment/setup-workshop-environment.md +++ b/shared/adw-data-lake/use-data-sharing-cloud-links-plsql/setup-workshop-environment/setup-workshop-environment.md @@ -63,15 +63,15 @@ A Cloud Administrator can optionally create a compartment in your tenancy to hel 1. Open the **Navigation** menu and click **Identity & Security**. Under **Identity**, click **Compartments**. - ![The Navigation menu is clicked. The navigation path to Compartments is displayed.](./images/navigate-compartment.png "Click the Navigation menu, and navigate to Compartments.") + ![The Navigation menu is clicked. The navigation path to Compartments is displayed.](./images/navigate-compartment.png =65%x*) For faster navigation, you can pin items that you use frequently. To pin an item, hover over the menu item and then click pin to the left of the item name. - ![An example on pinning an item such as Data Lake/Data Catalog for quicker access is shown.](./images/pin-items.png " ") + ![An example on pinning an item such as Data Lake/Data Catalog for quicker access is shown.](./images/pin-items.png =65%x*) The pinned item is displayed in the **Pinned** section of the **Home** tab the next time you use the Navigation menu. - ![An example that shows the Compartment item pinned.](./images/pinned-item.png " ") + ![An example that shows the Compartment item pinned.](./images/pinned-item.png =65%x*) The **Recently visited** section of the **Home** tab shows recently used navigation items. @@ -79,17 +79,17 @@ A Cloud Administrator can optionally create a compartment in your tenancy to hel 2. On the **Compartments** page, click **Create Compartment**. - ![The Compartments page is displayed. The Create Compartment button is highlighted.](./images/click-create-compartment.png " ") + ![The Compartments page is displayed. The Create Compartment button is highlighted.](./images/click-create-compartment.png =65%x*) 3. In the **Create Compartment** dialog box, enter **`training-adw-compartment`** in the **Name** field and **`Training ADW Compartment`** in the **Description** field. 4. In the **Parent Compartment** drop-down list, select your parent compartment, and then click **Create Compartment**. - ![On the completed Create Compartment dialog box, click Create Compartment.](./images/create-compartment.png " ") + ![On the completed Create Compartment dialog box, click Create Compartment.](./images/create-compartment.png =65%x*) The **Compartments** page is re-displayed and the newly created compartment is displayed in the list of available compartments. - ![The newly created compartment is highlighted with its status as Active.](./images/compartment-created.png " ") + ![The newly created compartment is highlighted with its status as Active.](./images/compartment-created.png =65%x*) ## Task 3: Create an Autonomous Data Warehouse Instance @@ -104,7 +104,7 @@ A Cloud Administrator can optionally create a compartment in your tenancy to hel * **Display Name:** **`ADW-Data-Lake`**. * **Database Name:** **`TrainingADW`**. - ![The completed "Provide basic information for the Autonomous Database" section is displayed.](./images/adb-basic-info.png " ") + ![The completed "Provide basic information for the Autonomous Database" section is displayed.](./images/adb-basic-info.png =75%x*) 5. In the **Choose a workload type** section, accept the **Data Warehouse** default selection. @@ -152,7 +152,7 @@ A Cloud Administrator can optionally create a compartment in your tenancy to hel **Important:** Make a note of this _password_ as you will need it to perform later tasks. * **Confirm password:** Confirm your password. - ![The completed "Create administrator credentials" section is displayed.](./images/adb-admin-credentials.png " ") + ![The completed "Create administrator credentials" section is displayed.](./images/adb-admin-credentials.png =65%x*) 10. In the **Choose network access** section, select the **Secure access from everywhere** option as the access type.