Does Not Connect From OSM 7.2 To Oracle Database 11.2.0.3 With TDE Encrypted Tablespace?
edited Dec 20, 2012 7:05PM in Order and Service Management (Communications Industry) (MOSC) 1 commentAnswered
When starting install OSM 7.2 on TDE encrypted tablespace, can not connect causing by java.sql.SQLException: ORA-28365: wallet is not open
But if connect by sqlplus on database server , wallet is open and database open
But if connect by sqlplus on database server , wallet is open and database open
BUILD FAILED
/app/oracle/osm/Database/dbinstall/install/instplb.xml:47:
com.mslv.install.db.util.DbManagerException: ORA-28365: wallet is not
open
sql: CREATE TABLE xx(
xxx varchar2(50) NOT NULL,
xxx number(9) NOT NULL,
xx varchar2(50) NOT NULL,
xx varchar2(4000 char) NOT NULL)
TABLESPACE TS_OSM_DATANested Exception: ORA-28365: wallet is not open
Nested Exception: java.sql.SQLException: ORA-28365: wallet is not open
at com.mslv.install.db.util.SqlHelper.execute(SqlHelper.java:198)
sql: CREATE TABLE xx(
xxx varchar2(50) NOT NULL,
xxx number(9) NOT NULL,
xx varchar2(50) NOT NULL,
xx varchar2(4000 char) NOT NULL)
TABLESPACE TS_OSM_DATANested Exception: ORA-28365: wallet is not open
Nested Exception: java.sql.SQLException: ORA-28365: wallet is not open
at com.mslv.install.db.util.SqlHelper.execute(SqlHelper.java:198)
0