Installation
In this page we are going to see software’s needed for IBM Sterling Order management System and how to install them.
Installation Steps
Java – JDK 1.7 64 Bit
Google Search String : jdk 1.7.0_79 download
URL: http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html
jdk-7u79-windows-x64.exe
Install Under
E:\Oracle\java\jdk1.7.0_79
Java – JRE 1.7 32 Bit
Google Search String : jre-7u79-windows-i586.exe
Weblogic 12.1.3
Google Search String : weblogic 12.1.3 download for windows
Download Link : https://docs.oracle.com/cd/E24902_01/doc.91/e18840/install_config_12_1_3.htm#EOHWL215
E:\Oracle\java\jdk1.7.0_79\bin\java.exe -jar E:\Install\weblogic\V44413-01\fmw_12.1.3.0.0_wls.jar
Username/password: weblogic/weblogic1 (just given for sample)
Oracle 11G express edition
Google Search String : oracle 11g express edition free download
Download Link : http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html
———————————–
Create Schema
———————————–
create user sterling94 identified by sterling94;
–grant privileges:
grant create session, alter session, create any sequence, alter any sequence, create procedure, create synonym to sterling94;
grant create table, create trigger, create type, create view, delete any table, execute any procedure, execute any type to sterling94;
grant connect, insert any table, select any dictionary, select any sequence, update any table to sterling94;
grant select_catalog_role to sterling94;
create bigfile tablespace sterts_01 datafile ‘sterts_f1.dat’ size 100M autoextend on;
alter user sterling94 default tablespace sterts_01 quota unlimited on sterts_01;
SQL Developer
Google Search String : sql developer download for java 1.7
Download Link: http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-downloads-403-2529784.html
IBM Order Management System 9.4
OMS HOME : E:\OMS (Create this folders before install)
JAVA HOME : E:\Oracle\java\jdk1.7.0_79
OJDBC Jar File Path : E:\oraclexe\app\oracle\product\11.2.0\server\jdbc\lib\ojdbc6.jar
ADDITIONAL_ANT_JAVA_TASK_ARGS : -XX:MaxPermSize=1024m
ADDITIONAL_ANT_COMPILER_TASK_ARGS : -J-Xms1024m -J-Xmx2048m
Database Vendor : Oracle
Database User Name : sterling94
Database Password : sterling94
Database catalog Name : xe
Database Hostname/IP Address : localhost
Database Port Number : 1521
Database Schema Name : STERLING94
Next Steps
- Weblogic Script changes
- Build
- Deploy
- Login into application using default user name/password