9i, enable java [message #91237] |
Tue, 11 June 2002 04:18 |
Monica
Messages: 37 Registered: February 2000
|
Member |
|
|
I am trying to set up 9iAS (previously used OAS). I am having trouble setting up Portal.
I am connecting to a database on a Dedicated, Remote server. Database version is 8.1.7. I have no connection errors.
When running the setup for Portal, the configuration assistant stops with the error "Java option not enabled". Per instructions, I have enabled the java option through the Database Configuration Assistant on the remote database. Portal still says it is not enabled. The following sql statement returns 0 rows
select count (object_name) from all_objects
where object_name like 'JAVA%' and status
= 'VALID'
I searched this site for answers and came upon one solution that said to run the script INITJVM.SQL. Either I do not have this script or I am looking in the wrong place.
I would appreciate any help I can get.
|
|
|
|
|