初始化

This commit is contained in:
2025-04-15 18:41:32 +08:00
parent 67012abced
commit 98fa23c686
416 changed files with 68595 additions and 0 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;