This commit is contained in:
2026-02-27 09:45:29 +08:00
commit c534f92213
1960 changed files with 190113 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;