Maximo7.6系統安裝報告7


 

3.1.6.    創建表空間

Create tablespace maxdata datafile ‘D:\Oracle\oradata\maximo\maxdata.dbf’ size 1000M autoextend on;

Create tablespace maxindex datafile ‘D:\Oracle\oradata\maximo\maxindex.dbf’ size 1000M autoextend on;

create temporary tablespace maxtemp tempfile ‘D:\Oracle\oradata\maximo\maxtemp.dbf’ size 500M autoextend on maxsize unlimited;

 

3.1.7.    創建用戶授權

create user maximo identified by maximo default tablespace maxdata temporary tablespace maxtemp;

alter user maximo quota unlimited on maxindex;

grant connect to maximo;

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 maxdata;

 

–grant create user to MAXIMO;

–grant drop user to MAXIMO;

–grant create session to MAXIMO with ADMIN OPTION;

–grant alter user to MAXIMO;

 

3.2.    安裝Oracle 12c

3.2.1.    安裝數據庫軟件








選擇”創建新Windows用戶”,輸入口令要滿足Windows管理策略(Maximo123),或可以通過gpedit.msc命令禁用密碼複雜性策略

以下文章點擊率最高

Loading…

     

如果這文章對你有幫助,請掃左上角微信支付-支付寶,給於打賞,以助博客運營

發表評論

您的電子郵箱地址不會被公開。 必填項已用*標註