Home » RDBMS Server » Server Utilities » Error: An unhandled win32 exception occured in ctxhx.exe (Oracle 10g Release (10.2.0.1.0))
Error: An unhandled win32 exception occured in ctxhx.exe [message #499609] Tue, 15 March 2011 08:12 Go to next message
dkdms2124
Messages: 369
Registered: April 2010
Location: INDIA
Senior Member

Hi All,

I have importing a dump file which is of size upto 6GB, its working fine. At the last step after the import of all the tables when it enables constraints , indexed and everything a pop-up window with the above mentioned error in the subject pops-up.

I am not able to mention the error exactly so please find the screen shot as attachment.

Thanks
Deepak
  • Attachment: imp_error.JPG
    (Size: 176.33KB, Downloaded 1016 times)
Re: Error: An unhandled win32 exception occured in ctxhx.exe [message #499616 is a reply to message #499609] Tue, 15 March 2011 08:52 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
I think the following will help you.
http://www.google.com/search?q=oracle+ctxhx.exe&hl=en&source=hp&aq=f&aqi=&aql=&oq=

All mention this comes from text/Intermedia.

http://psoug.org/reference/utilities.html
The Ultra Search crawler uses the Oracle Text AUTO_FILTER, ctxhx, for processing of binary files. These are non-text, non-HTML files such as PDF files, Microsoft Word files, and so on. For Ultra Search to use the AUTO_FILTER, the shared library path environment variable must contain the $ORACLE_HOME/ctx/lib path.


Maybe Barbara knows the problem, she will be there in a couple of hours (she lives in California).
So you will see her answer tomorrow morning (for you).

Regards
Michel
Re: Error: An unhandled win32 exception occured in ctxhx.exe [message #499708 is a reply to message #499616] Tue, 15 March 2011 15:18 Go to previous messageGo to next message
Barbara Boehmer
Messages: 9077
Registered: November 2002
Location: California, USA
Senior Member
Michel Cadot wrote on Tue, 15 March 2011 06:52

Maybe Barbara knows the problem...


Sorry, no. I only know that ctxhx.exe is the filter that Oracle Text uses for filtering binary documents and converting them to html or plain text. I don't know what would cause that error though. It would be called when you create an Oracle Text index that uses the auto_filter. There have been changes to the filter in each version. If you are importing Oracle Text files, then you may have to recreate the indexes after import.
Re: Error: An unhandled win32 exception occured in ctxhx.exe [message #499733 is a reply to message #499708] Wed, 16 March 2011 00:28 Go to previous messageGo to next message
dkdms2124
Messages: 369
Registered: April 2010
Location: INDIA
Senior Member

Thanks for the information Sir and Madam, I have some tables in the database which contains some documents in the different formats. I am sending you the query and some partial result may be you can help me to understand better.

select primary_key,size,name from t_docs;


PRIMARY_KEY DOCUMENT_SIZE NAME
----------- ------------- --------------------------------------------------------------------------
      52547             0 110003808
      52548             0 InvolvedList
      52555         36632 HB42881.docx
      52605         47031 3478.ltr.pdf
      52010         36627 Megela 12-10-2010 HB42620.docx
      52013        180736 (1857)Disclosure Form 917_10-22-2010.msg
      52819         10812 DISP_SearchAndCloseOutMatters_UI.class
      52824         10980 DISP_SearchAndCloseOutMatters_UI.class
      52825         10980 DISP_SearchAndCloseOutMatters_UI.class
      52828         11979 DISP_SearchAndCloseOutMatters_UI.class
      52830         12015 DISP_SearchAndCloseOutMatters_UI.class

PRIMARY_KEY DOCUMENT_SIZE NAME
----------- ------------- --------------------------------------------------------------------------
      52833         12056 CloseOutMatters_UI.class
      52836         12048 CloseOutMatters_UI.class
      52837         12048 CloseOutMatters_UI.class
      52838         12414 CloseOutMatters_UI.class
      52840         12448 CloseOutMatters_UI.class
      52847         13028 CloseOutMatters_UI.class
      53016             0 Copy Of test(1476555)
      53017         13055 CloseOutMatters_UI.class
      53218             0 test_acc1(1476758)


Wait for your reply Sir and Madam.

Thanks
Deepak

[Updated on: Wed, 16 March 2011 00:29]

Report message to a moderator

Re: Error: An unhandled win32 exception occured in ctxhx.exe [message #499744 is a reply to message #499708] Wed, 16 March 2011 01:08 Go to previous message
dkdms2124
Messages: 369
Registered: April 2010
Location: INDIA
Senior Member

I have one more table which contain the column (content) which is of CLOB type and contain the data of the documents in the t_docs table, mentioned earlier.

select primary_key,document_type,data from t_docs_content;


SP2-0678: Column or attribute type can not be displayed by SQL*Plus


now if you can help me understand better the that how all this is related with the Error which I m getting during import .

Thanks
Deepak
Previous Topic: EXPORT AND IMPORT
Next Topic: Difference in character sets of server and client
Goto Forum:
  


Current Time: Thu Mar 28 20:29:00 CDT 2024