在开发机上建库,建表。

This commit is contained in:
2021-06-21 11:36:18 +08:00
parent ec9adab717
commit fb6e431c8f
8 changed files with 175 additions and 45 deletions

View File

@@ -0,0 +1,5 @@
create tablespace telsale datafile '/ora_data/DEV01/datafile/tel_sale/telsale_001.dbf' size 100m autoextend on maxsize 10g;
create user telsale identified by Cpic#1234 default tablespace telsale;