hellooo [message #224945] |
Fri, 16 March 2007 02:02 |
shum
Messages: 17 Registered: July 2005
|
Junior Member |
|
|
hello everyone
when i run
SQL>select * from v$option;
i got the
PARAMETER VALUE
JAVA FALSE
it means java is not working what should i do??? can anybody tell me......
[Updated on: Fri, 16 March 2007 02:03] Report message to a moderator
|
|
|
Re: hellooo [message #224998 is a reply to message #224945] |
Fri, 16 March 2007 08:27 |
rigatonip
Messages: 50 Registered: December 2005
|
Member |
|
|
From the manual on v$option:
This view lists database options and features. Typically, although not always, options must be separately purchased and installed, whereas features come with the product and are enabled based on the product that is running (Standard Edition, Enterprise Edition, or Personal Oracle). If you want to see a list of all installed options for the database, use the DBA_REGISTRY view. See "DBA_REGISTRY".
So maybe you need to install it or maybe it's there already.
|
|
|