Create tablespace maximo datafile
'C:\oracle\product\10.2.0\oradata\maximo\maximo.dbf'
size 1000M autoextend on;


Create temporary tablespace maxtemp tempfile
'C:\oracle\product\10.2.0\oradata\maximo\maxtemp.dbf'
size 1000M autoextend on maxsize unlimited;


Create user maximo identified by maximo default tablespace maximo temporary
tablespace temp;
grant create job to maximo;
grant create trigger to maximo;
grant create session to maximo;
grant create sequence to maximo;
grant create synonym to maximo;
grant create table to maximo;
grant create view to maximo;
grant create procedure to maximo;
grant alter session to maximo;
grant execute on ctxsys.ctx_ddl to maximo;
alter user maximo quota unlimited on maximo;

相关文章:

  • 2021-11-28
  • 2021-11-28
  • 2021-11-28
  • 2021-08-03
  • 2021-09-02
  • 2022-12-23
猜你喜欢
  • 2021-12-18
  • 2022-01-15
  • 2021-06-14
  • 2022-12-23
  • 2021-11-28
  • 2021-12-29
相关资源
相似解决方案