We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a524aee commit dea9632Copy full SHA for dea9632
data-platform/core-converged-db/database-23c/database-search/2-add-data-sources.sql
@@ -0,0 +1,7 @@
1
+REM Script for 23c: 2-add-data-sources.sql
2
+REM Add two tables as data sources
3
+
4
+-- Let's add the table SHIPMENTS and STORES
5
6
+execute DBMS_SEARCH.ADD_SOURCE(index_name =>'SEARCH_PRODUCTS', source_name => 'SHIPMENTS');
7
+execute DBMS_SEARCH.ADD_SOURCE(index_name =>'SEARCH_PRODUCTS', source_name => 'STORES');
0 commit comments