


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、 勾選WebSphere和Maximo產品,點擊安裝;


4、 默認全部勾選,點擊下一步;
以下文章點擊率最高
Loading…