create tablespace jif datafile 'D:\MyOracleDB\jiftablespace.dbf' size 200m reuse autoextend on next 10m;
create temporary tablespace jiftemp   tempfile 'd:/oracle/oradata/zwt/jiftemp01.ora' size 100M; 
create user jif identified by jif;
alter user jif identified by jif   default tablespace jif temporary tablespace jiftemp;
grant dba to jif;

相关文章:

  • 2021-08-10
  • 2021-12-16
  • 2021-11-28
  • 2021-10-31
  • 2021-10-17
  • 2022-01-27
猜你喜欢
  • 2022-12-23
  • 2022-02-22
  • 2022-12-23
  • 2022-01-15
  • 2022-03-09
  • 2022-12-23
  • 2021-12-19
相关资源
相似解决方案