Maximo7.6系統安裝報告11




 

3.2.4.    創建表空間

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.2.5.    創建用戶授權

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.3.    安裝MAM

1    WebSphere中間件解壓到Maximo產品安裝目錄下;


 

2    找到安裝文件;



 

3    勾選WebSphereMaximo產品,點擊安裝;



 

4    默認全部勾選,點擊下一步;

以下文章點擊率最高

Loading…

     

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