Hello,
I am trying to test "Chunking Other Content"
INSERT INTO cn_document_chunks (doc_id, line_Number, chunk_text)
SELECT 1, rownum, chunk_text
FROM VECTOR_CHUNKS
(dbms_vector_chain.utl_to_text
(data => apex_web_service.make_rest_request_b
(p_url => 'docs.oracle.com/en/cloud/saas/subscription-manage…',
p_http_method => 'GET'))
BY words MAX 150 OVERLAP 10 SPLIT BY SENTENCE LANGUAGE american NORMALIZE all);
but I always got error
ORA-01841: (full) year must be between -4713 and +9999, and not be 0 ORA-06512: at "APEX_240100.WWV_FLOW_WEB_SERVICES", line 782 ORA-06512: at "APEX_240100.WWV_FLOW_WEB_SERVICES_INVOKER", line 982 ORA-06512: at "SYS.UTL_HTTP", line 945 ORA-06512: at "SYS.UTL_HTTP", line 1443 ORA-06512: at "APEX_240100.WWV_FLOW_WEB_SERVICES_INVOKER", line 256 ORA-06512: at "APEX_240100.WWV_FLOW_WEB_SERVICES_INVOKER", line 972 ORA-06512: at "APEX_240100.WWV_FLOW_WEB_SERVICES_INVOKER", line 1427 ORA-06512: at "APEX_240100.WWV_FLOW_WEB_SERVICES", line 738 ORA-06512: at "APEX_240100.WWV_FLOW_WEBSERVICES_API", line 705 ORA-06512: at line 1
0.52 seconds