How-To Instructions for Receiving Shares for Versioned Data

You need to perform several basic steps to subscribe to and access the provided versioned data shares.

Follow these steps:
  1. Download your share profile.

    For the data share you want to receive, download your profile sent from the share provider.

    1. Open the invitation email you received from the data share provider, when the data share was published.
    2. Copy the profile URL from the email.

      Description of email_url_v1.png follows
      Description of the illustration email_url_v1.png

    3. Paste the URL into your browser and click Get Profile Information.

      Description of get_profile_info.png follows
      Description of the illustration get_profile_info.png

    4. Your profile has been downloaded to your local machine. The Profile information downloaded message page is displayed.

      Description of profile_downloaded.png follows
      Description of the illustration profile_downloaded.png
  2. Subscribe to the data share provider.

    To subscribe, you need to use the information contained in the uploaded JSON profile you received from the share provider. From the Consume Share feature of the Data Share tool, you upload the JSON profile and follow the subscribe wizard.

    1. Go to the Data Share tool, and click Consume Share. See How to Access and Enable the Data Share Tool, for instructions.

      Description of consume_share.png follows
      Description of the illustration consume_share.png
    2. Click Subscribe to Share Provider drop down arrow, and select Subscribe to Delta Share Provider menu item.

      Description of subscribe_delta_share.png follows
      Description of the illustration subscribe_delta_share.png

    3. Select Delta Share Provider JSON, accept the From File default option, and click the Delta Share Profile JSON field.

      Description of subscribe_delta_share_1.png follows
      Description of the illustration subscribe_delta_share_1.png

    4. Navigate to and select the JSON profile you downloaded in a previous step. Click OPEN.

      Description of open_download_json.png follows
      Description of the illustration open_download_json.png
    5. Enter the Provider Name, under Share Provider Details and click Next.

      In this example, Review_provider is entered for the Provider Name.

    6. Select the level of network access you want to allow from your database to the host with the Share REST endpoint, and click Run.

      In this example, Allow access to Host Only is selected.

      Description of network_acl_script.png follows
      Description of the illustration network_acl_script.png
  3. Register shares made available to you.
    1. Move shares from Available Shares to Selected Shares and click Subscribe.

      The screenshot below shows the REVIEWS share moved from Available Shares to Selected Shares before clicking Subscribe.

      Description of subscribe_2.png follows
      Description of the illustration subscribe_2.png

      The Data Load page is displayed.

  4. Create external tables derived from tables selected from the data share.
    1. Drag and drop tables from the selected share. You can optionally click settings to view the table details.

      In this example, the only table selected is HOTEL_REVIEWS.

      Description of sel_tbls_v1.png follows
      Description of the illustration sel_tbls_v1.png
    2. You can optionally change the name of your table and click Close.

      In this example, the name is changed from HOTEL_REVIEWS to HOTEL_REVIEWS_SHARE.

      Description of name_change.png follows
      Description of the illustration name_change.png
    3. Create the external table by clicking Start, on the Select Share page, and then clicking Run on the Run Data Load Job dialog.

      Description of start_run_v1.png follows
      Description of the illustration start_run_v1.png

    4. When the external table creation is complete, click on the external table name to view the table details.

      Description of xt_details.png follows
      Description of the illustration xt_details.png

  5. View the created tables from Database Actions.
    1. Click on Database Actions, in the breadcrumb.
    2. Select Development and then click SQL.
    3. Select the external table, then drag and drop it into the worksheet. Description of xt.png follows
      Description of the illustration xt.png

      A dialog displays offering the types of available insertions.

    4. Choose Select as the type of insertion, and click Apply.

      Description of insertion_type.png follows
      Description of the illustration insertion_type.png

      The SQL Select statement for the table appears in the worksheet.

    5. Click Run (the arrow icon at the top of the worksheet). Description of xt_sql_v1.png follows
      Description of the illustration xt_sql_v1.png

      The returned data displays under Query Results.