Skip to content

Commit dea9632

Browse files
authored
Create 2-add-data-sources.sql
1 parent a524aee commit dea9632

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)