How to verify platform pack installation is success?

tyj2000

Member
I have install JDE 9 platform pack on AIX, but there are some tablespace errors. Is there any checklist after install JDE platform pack?

Below is DB info.
SQL> seledt ct username from all_users;

USERNAME
------------------------------
DD900
OL900
SVM900
SY900
DEVUSER
PRODUSER
APPLEAD
JDE
JDEDBA
SCOTT
OWBSYS_AUDIT
OWBSYS
APEX_030200
APEX_PUBLIC_USER
FLOWS_FILES
MGMT_VIEW
SYSMAN
SPATIAL_CSW_ADMIN_USR
SPATIAL_WFS_ADMIN_USR
MDDATA
MDSYS
SI_INFORMTN_SCHEMA
ORDPLUGINS
ORDDATA
ORDSYS
OLAPSYS
ANONYMOUS
XDB
CTXSYS
EXFSYS
XS$NULL
WMSYS
APPQOSSYS
DBSNMP
ORACLE_OCM
DIP
OUTLN
SYSTEM
SYS

39 rows selected.

SQL> select name from v$tablespace;



NAME

------------------------------

SYSTEM

SYSAUX

UNDOTBS1

USERS

TEMP

SY900T

SY900I

SVM900T

SVM900I

OL900T

OL900I

DD900T

DD900I



13 rows selected.
 
From that listing, the System level stuff is there (SY900, SVM900, DD900, OL900, and associated tables spaces).

What seem to be missing are any of the environment-level users and table spaces (PRODDTA, PRODCTL, PD900, their associated table spaces, and the equivalents for PY900, DV900, and PS900).
 
Back
Top