Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do I install ORACLE TEXT

724814Sep 28 2009 — edited Sep 29 2009
I have an Oracle installation (win64_11gR1_database_111070.zip) on a Windows Server 2008 x64.

I am trying to restore a dmp file to the new oracle installation. The dump file was created using Oracle Ent. 8.1.7.
When restoring the dump file everything is working fine until the VIEW tables need to be created.
I get this error message:

ORA-20000: Oracle Text error:
DRG-11422: linguistic initialization failed
DRG-11446: supplied knowledge base file C:\app\Administrator\product\11.1.0\db_1\ctx\data\enlx\droldUS.dat not installed

Searching online I need to install the ORACLE TEXT. However, I am not able to find it anywhere. It supposed to come on the companion cd, but I just can't find it anywhere.

Can someone just give me a direct link to download it.

Thank You in advance.
This post has been answered by Srini Chavali-Oracle on Sep 29 2009
Jump to Answer

Comments

Answer

Likely your application is coded to change the mouse pointer to "busy" and you are not setting back to the default.  Example:

SET_APPLICATION_PROPERTY (CURSOR_STYLE, 'BUSY');

It is also possible (although unlikely) that there is a Java bug causing this.  Unfortunately because you are using Forms 10 (obsolete for many years) you really don't have many options to upgrade Java versions.  Also, if you are not already using a patched version of Forms 10 (10.1.2.3), I recommend doing so.

I would be interested in knowing if the same reproduced in version 12.2.1.2 using the latest Java version (8u144).

Marked as Answer by user501532 · Sep 27 2020
user501532

Thx. The aplication property worked fine.

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 27 2009
Added on Sep 28 2009
6 comments
5,549 views