Oracle Text 11.2.0.1.0 was not installed after normal installation
Hi,
I have installed the Oracle DB 11g, but after installation i have noted Oracle Text which has to get install by default but hadn't got installed.
Ran the below script, which will list the components that were installed by default:
select comp_name, version, status, schema, startup
from dba_registry
order by comp_name;
The above script has to list all the installed components but it hadn't listed Oracle Text.
Could anyone please help in installing Oracle text? I don't want to uninstall and install the Oracle DB again (thats the last remedy i want to try)