Add Oracle23ai as a vector datasource (#5342)

Co-authored-by: walter from vm <walter.jin@oracle.com>
This commit is contained in:
tmuife 2024-06-22 01:48:07 +08:00 committed by GitHub
commit 6a09409ec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 712 additions and 301 deletions

View file

@ -0,0 +1,5 @@
show pdbs;
ALTER SYSTEM SET PROCESSES=500 SCOPE=SPFILE;
alter session set container= freepdb1;
create user dify identified by dify DEFAULT TABLESPACE users quota unlimited on users;
grant DB_DEVELOPER_ROLE to dify;