You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-ai-data-platform/mktplace-subscribe/mktplace-subscribe.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,10 +96,12 @@ You successfully subscribed to a share provider, which is now linked to your Aut
96
96
97
97

98
98
99
-
* Rename the external table to: **SHARED\_LOAN\_DATA\_RISK**. Click **Close** to proceed
99
+
* Rename the external table to: **SHARED\_LOAN\_DATA\_RISK**
100
100
101
101

102
102
103
+
* Click **Close** to proceed
104
+
103
105
5. Click **Start** to create shared link.
104
106
105
107
6. Click **Run** in the pop window.
@@ -114,11 +116,13 @@ You created an external table from a shared dataset—linking live loan data dir
114
116
115
117
## Task 3: Validate ADB Access to Object Storage Data
116
118
117
-
1. Click the Report button for this link job to view a report of the total rows processed successfully and failed for the selected table and the SQL used. Click **Close** when done.
119
+
1. Click the **Report** button for this link job to view details on rows processed and the SQL used.
120
+
121
+
Click **Close** when finished.
118
122
119
123

120
124
121
-
2. In the **Table and View Loads** section, click the external table link named **Shared\_Loan\_Data\_Risk** to preview its data. Remember, that the source data for this external table is from the **Shared\_Loan\_Data\_Risk\_VW** data share.
125
+
2. In the Table and View Loads section, click the external table link **Shared\_Loan\_Data\_Risk** to preview the data. The source for this external table is the **Shared\_Loan\_Data\_Risk\_VW** data share.
122
126
123
127

124
128
@@ -147,4 +151,5 @@ This workflow ensures faster risk analysis, smarter decisions, and tighter colla
Copy file name to clipboardExpand all lines: dev-ai-data-platform/sync-link/sync-link.md
+17-16Lines changed: 17 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,63 +45,64 @@ By the end, you’ll have the skills to turn raw, external data into a seamless
45
45
46
46

47
47
48
-
5.Select **LoanApp Customer-extention.csv**from the list, this will take you to the Cloud Object Entity page.
48
+
5.From the list, select **LoanAppcustomer_extension.csv** to open the **Cloud Object Entity** page.
49
49
50
50

51
51
52
-
5. Select the **Load to Table** button and the Load Data page will appear.
52
+
6. Click **Load to Table**. The **Load Data** page will appear.
53
53
54
54

55
55
56
-
6. Click the **Edit (pencil)** icon, in the lower right corner.
56
+
7. Click the **Edit (pencil)** icon, in the lower right corner.
57
57
58
58

59
59
60
-
7. In the table section, select **Create Table** from the list of options displayed.
60
+
8. In the table section, select **Create Table** from the list of options.
61
61
62
62

63
63
64
-
8.Enter **CUSTOMER_EXTENTION**for the name of the table. Click the **Close** button.
64
+
9. Let's change the default name to something more meaningful for our use case. Enter **CUSTOMER_EXTENSION**as the name of the table, then click the **Close**.
65
65
66
66

67
67
68
-
9. Click the **Start**button on the Data Load page.
68
+
10. Click **Start** on the **Data Load** page.
69
69
70
70

71
71
72
-
10. Click the **Run**button in the popup window, to start a job that loads data from the Cloud Store.
72
+
11. In the popup window, click **Run**to start the data load job from object storage.
73
73
74
74

75
75
76
-
11. The table will appear on the Table and View Loads page, once the job is completed. To generate a report and review the SQL used for the job, click on the **Report** button.
76
+
12. Once the job completes, the table appears on the **Table and View Loads** page. Click **Report** to review job details and the SQL used.
77
77
78
78

79
79
80
-
12. Click the **Close** button when finished.
80
+
13. Click **Close** when finished.
81
81
82
82

83
83
84
-
13. To review details about the data in the table using SQL Worksheet, click on the **Query** button.
84
+
14. To inspect the data in SQL Worksheet, click **Query**.
85
85
86
86

87
87
88
-
14. The SQL Worksheet will appear with the query pre-loaded, the query results available, and an analysis of the data set.
88
+
15. The SQL Worksheet opens with the query pre-loaded, results displayed, and an analysis of the dataset.
89
89
90
90

91
91
92
-
15. Select **Catalog**from the left rail and take note that the **Customer_Extension** table now appears in the Catalog.
92
+
16. Return to **Catalog**in the left rail. You’ll see the **CUSTOMER_EXTENSION** table now listed in the catalog.
93
93
94
94

95
95
96
-
**Congratulations you have now loaded your Object Storage discovered in your catalog data into your ADB.**
97
96
98
97
You’ve just loaded external object storage data directly into your Autonomous Database—turning a static file into a query-ready table. This move helps optimize performance and makes your data ready for analytics, joins, and future products.
99
98
100
-
1. From the Data Catalog page with Data Objects selected, make sure the Cloud Object filter is selected, then select **LoanAppCustomer_segment.csv** from the list for the Cloud Object Entity page.
99
+
## Task 2: Link Object Storage Data from Data Catalog to ADB.
100
+
101
+
1. From the **Catalog** page, make sure **Data Objects** is selected and the **Cloud Object** filter is active. Then select **LoanAppcustomer_segment.csv** to open the **Cloud Object Entity** page.
101
102
102
103

103
104
104
-
2.Select the **Load to Table** button and the Load Data page will appear.
105
+
2.Click the **Load to Table** button to open the **Load Data** page.
105
106
106
107

107
108
@@ -125,7 +126,7 @@ You’ve just loaded external object storage data directly into your Autonomous
125
126
126
127

127
128
128
-
8.The table will appear on the Table and View Loads page once the job is completed. To review details about the data in the table using SQL Worksheet, click on the **Query** button.
129
+
8.Once the job completes, the table appears on the **Table and View Loads** page. Click **Query** to review the data using SQL Worksheet.
129
130
130
131

0 commit comments