first commit

This commit is contained in:
dengqichen
2025-04-27 13:43:17 +08:00
commit 5fc891dceb
4272 changed files with 337078 additions and 0 deletions
+3
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;
+1
View File
@@ -0,0 +1 @@
sqlplus -s ROOT/123456@//localhost/XEPDB1 @/tmp/schema.sql