Skip to content

Commit bee66aa

Browse files
authored
Create 3-review-virtual-document.sql
1 parent dea9632 commit bee66aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
REM Script for 23c: 3-review-virtual-document.sql
2+
REM Review the virtual document
3+
4+
-- GET_DOCUMENT returns a virtual indexed document that is created after populating it with the two tables.
5+
6+
set long 1000 longc 500
7+
select DBMS_SEARCH.GET_DOCUMENT (INDEX_NAME=>'SEARCH_PRODUCTS', DOCUMENT_METADATA=>METADATA) output
8+
from SEARCH_PRODUCTS;

0 commit comments

Comments
 (0)