feat: Oracle数据 DDL 适配

This commit is contained in:
dhb52
2024-04-30 23:41:25 +08:00
parent f700f0de74
commit 06dacb747b
6 changed files with 5904 additions and 6140 deletions

View File

@@ -0,0 +1,3 @@
ALTER SESSION SET CONTAINER=XEPDB1;
CREATE USER ROOT IDENTIFIED BY 123456 QUOTA UNLIMITED ON USERS;
GRANT CONNECT, RESOURCE TO ROOT;