|
rmjvm.sql doesnot remove all the components properly. If your resources
sizes are ok, then try following.
If for
any reason the installation fails then $ORACLE_HOME/javavm/install/rmjvm.sql has
to be run. Unfortunately it does not remove all the components. Following
workaround has to be used to get over the bugs. 1. Restart
the database. 2. Start a
different session other than the one that started the
database. 3. Run
initjvmaux.sql 4. Run
rmjvm.sql 5. Run
following SQL queries, LOG on as SYS. --The
minimum action to remove JIS trigger is running the following
sql. drop
trigger JIS$ROLE_TRIGGER$; delete
from ducs$ where owner='SYS' and pack='JIS$INTERCEPTOR$' and
proc='USER_DROPPED'; delete
from aurora$startup$classes$ where
classname='oracle.aurora.mts.http.admin.RegisterService'; delete
from aurora$dyn$reg;
|
- initjvm.sql Saravana Kumar
- RE: initjvm.sql Ron Yount
- RE: initjvm.sql SUNILSHIVAPPA
- RE: initjvm.sql Kimberly Smith
