Ultra Search query

Question on what the syntax should be to perform a search query via Ultra Search revolving around 3 terms ("solaris","access control","buffer overflow").
The search result should return documents which contain the words ("solaris" and "access control") OR the words ("solaris" and "buffer overflow").
Currently can't even do ("solaris" and "access control"). When trying I get documents matching "solaris" | "access" | "control".
Any advice appreciated.

PS:
you'll get documents only contains "solaris" too, but those should have very low score compare to the others,
assuming you have documents containing the other terms.
if you want to do (solaris and "access control") do
solaris "access control"

Similar Messages

  • Ultra search query api results return a hexaDecimal code

    i am using oracle.context.isearch.query.QueryTool to retrieve a search results from java application. the problem is, the query results are in hexa decimal format
    example
    1.
    0x4D6963726F736F66742046726F6E74506167652039382053...
    </b></font><br>
    0x687474703A2F2F6562726168696D2F637765622F4D696261...
    <br>
    <font class=docdescription>
    0xBFBFBFBFBFBFBF204D6963726F736F6674AE2046726F6E7450616765AE20393820536F66747761726520446576656C6F7065729273204B697420436F7079726967687420A92031393935202D2031393937204D6963726F736F667420436F72706F726174696F6E2E20416C6C20726967687473...</font><br>
    <font class=docattribute>
    Author: 0x4D6963726F736F667420436F72706F726174696F6E   
    Page Size: 2088448 bytes   
    Score: <FONT color=red>33</FONT>   
    </font></td></tr>
    <tr class="evenrow">
    <td align=left>
    <font class=doctitle><b>
    What attributes do i need to set to overcome this problem

    nls_charset12.jar

  • Ultra Search Indexer: Adding 'alien' document types.

    The way the Ultra Search indexer finds src material will not work in my situation. While I may be able to give it databases to crawl, it cannot crawl our content, so the way that you tell the indexer about 'alien' document types by adding custom code to return lists of URLs so the indexer can read the src documents won't work in my scenario.
    I want to know what the Ultra Search application does special when indexing documents?
    Is there a description so I can reproduce using Oracle Text and perhaps point the Ultra Search querying component against my manufactured repository and have it work?
    Thanks.

    Is there a way to set up finder search with additional criteria so that it isolates file extensions with .docx, .pdf, .txt all in one single search?
    currently the "kind is document" also brings up .jpgs and .wavs which I dont want, (or consider documents).

  • Themes, "gists", etc., in Ultra Search

    I have a requirement to search files (network drives), database, and portal for keywords, search strings, themes, etc. I'm aware of the capability of interMedia to index and search text for keywords, phrases, themes and "gists" however, I have not found anything in the Utra Search documentation regarding use of a thesaurus for synonyms and such. Can this be done? Isn't Ultra Search using the interMedia Oracle Text component? Any insight would be helpful.
    Thanks...

    Lisa,
    Ultra Search is built on top of Oracle Text.
    In 9.0.2 / 9.2 release, Ultra Search does not enable storing the documents per se.
    However, you can still get the document using the URL returned from Ultra Search
    Query APIs, to perform CTX document service.
    In additional, you can also load thesaurus into Oracle Text,
    and use SYS operator in the Ultra Search Query expansion module.
    thanks,
    Chung-Ho
    I have a requirement to search files (network drives), database, and portal for keywords, search strings, themes, etc. I'm aware of the capability of interMedia to index and search text for keywords, phrases, themes and "gists" however, I have not found anything in the Utra Search documentation regarding use of a thesaurus for synonyms and such. Can this be done? Isn't Ultra Search using the interMedia Oracle Text component? Any insight would be helpful.
    Thanks...

  • Ultra Search for themes, "gists", etc.

    I have a requirement to search files (network drives), database and the portal itself for keywords and/or themes. I'm aware of the capability of interMedia to index and search text for keywords, phrases, themes and "gists" however, I have not found anything in the Utra Search documentation regarding use of a thesaurus for synonyms and such. Can this be done? Doesn't Ultra Search use the interMedia (Oracle Text) component? Any insight would be helpful.
    Thanks...

    Lisa,
    Ultra Search is built on top of Oracle Text.
    In 9.0.2 / 9.2 release, Ultra Search does not enable storing the documents per se.
    However, you can still get the document using the URL returned from Ultra Search
    Query APIs, to perform CTX document service.
    In additional, you can also load thesaurus into Oracle Text,
    and use SYS operator in the Ultra Search Query expansion module.
    thanks,
    Chung-Ho
    I have a requirement to search files (network drives), database, and portal for keywords, search strings, themes, etc. I'm aware of the capability of interMedia to index and search text for keywords, phrases, themes and "gists" however, I have not found anything in the Utra Search documentation regarding use of a thesaurus for synonyms and such. Can this be done? Isn't Ultra Search using the interMedia Oracle Text component? Any insight would be helpful.
    Thanks...

  • Converting an Ultra Search result to a ColdFusion query

    Hello,
    I'm trying to convert an Ultra Search result into a ColdFusion query.
    There's a java class for CF which turns a java result into a CF query, coldfusion.sql.QueryTable(java.sql.ResultSet), but is there anything which will convert an Ultra Search result to a java result or a CF query?
    Thanks.

    HOMEWORK ALERT HOMEWORK ALERT
    You can't cast from a character to a String. That doesn't work.
    However, in a fit of being helpful.
    Look at the constructors for the String object in the API
    Link ===> http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html#String(char[])
    char[] charA = {'H', 'E', 'L', 'L', 'O', ' ', 'W', 'O', 'R', 'L', 'D' } ;
    String a = new String(charA) ;
    System.out.println(a) ;There's a price for my help, and it's this. Now that you understand what you can do, is it a good idea or a bad idea and why ???
    Explain.

  • Problem in installing Ultra Search

    Hi all,
    We are facing problem while installing Ultra Search for Oracle 9i in Sun Solaris server. The Ultra Search documentation says that the middle tier component includes the following :
    1. Ultra Search admininstration tool
    2. Ultra Search Java query API
    3. Ultra Search Java server page sample query qpplication
    But we are unable to see it either in the Oracle Universal Installer's list of installed components or in the database server's file system. The documentation says that for deploying the Ultra Search Administration Tool on a Third Party Middle Tier, the ear file :
    $ORACLE_HOME/ultrasearch/webapp/ultrasearch_admin.ear
    should be present. But we cannot find the directory "webapp" at that location.
    Does the ear file already get extracted during installation ?
    Are the three components listed above shown in the Oracle Universal Installer's list ?
    Where can we get the ear file for installation on a Third Party Application Server (iPlanet Server) ?
    Can anyone outline the Installation process for Ultra Search ?
    Thanks in advance.

    Hi,
    I assume you are installing Oracle 9iR2.
    It seems OUI did not install most of the Ultra Search files. Can you check in your
    oraInventory/Components directory for oracle.isearch.*?
    You should see
    oracle.isearch.client
    oracle.isearch.is_common
    oracle.isearch.server
    If not, these components have not been installed. Please check your installation procedure
    to make sure the following are checked:
    Oracle Ultra Search Middle-Tier
    Oracle Ultra Search Common Files
    Oracle Ultra Search Server
    follow up with me if you still have problems.
    David

  • Error in Ultra Search in portal. listener refused the connection

    hi
    I implement a portal.I wanted to use ultra search(portlet) in my pages. so I defined an user and graned access to him. I created a provider for ultra saerch and schedule too. then add ultrasearch in page. it worked currectly but now give an errr such this :
    oracle.ultrasearch.query.SearchException: WKG17005: connection failure: Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor The Connection descriptor used by the client was: //IP Server:1521/ORCL
    How can I solve this problem?
    please help me

    Went to the control panel administrative tool and services
    After I did that I got this error Failure Io exception The Network Adapter could not establish the connection
    Also, I got this in the command prompt
    lsnrctl service
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 07-JUL-2012 15:35
    :19
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=co-67349b991dc4)(PORT=15
    21)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    lsnrctl start
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 07-JUL-2012 15:37
    :41
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    Failed to start service, error 1053.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 07-JUL-2012 15:40
    :27
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=co-67349b991dc4)(PORT=15
    21)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error

  • Oracle Text And Oracle Ultra search

    Hi all,
    I have a problem. I have some files in the server file system e.g C:/docs. I want to search these MS Office word files in order to see if they contain a word. I tried oracle ultra search but when i put File data source it provides a form file:/// and when i put C:/docs it gives me file://localhost/C:/docs. Can i configure Oracle ultra search to search into the server file system?Where is the directory that oracle ultra search searches a file?
    How can index and search the files in the file systems exept oracle ultra search? Can Oracle Text do my job?
    Sorry to bother and thank you in advance for your help
    Antonis.

    Hi,
    Searching a word in a document (MS Word) can definitely be done using Oracle Text.
    But, you other requirements can make things a bit complicated.
    Oracle Text have something called file_datastore, where you need to mention the file_path/s and individual file names too.
    Once you mention them, i.e. path and file names, oracle text can read the file , index them and you can query using simple queries.
    If the number of files are huge, entering all the file names can be difficult. In that case you can give the following a try.
    -- You can use a perl script to read the file name in a directory, put it into a file in a particular format (1 file name per line) and then load that text file into a table using ctxloader.
    You can go through the FILE_DATASTORE and CTXLOADER examples from oracle text reference document.

  • Issue with oracle ultra search and the document.getURL() call...

    I am writing a search tool using the ultra search engine in the background to make a search across an Oracle 9i database hitting various tables and columns.
    The search is working great and the product is working wonderful. However, I have a slight problem. I developed the Java application that interfaces to the UltraSearch Engine using classes12.jar and nls_charset.jar - I have been recently informed that I need to use ojdbc14.jar and equivalent classes as we are developing in a jdk1.4 environment.
    Now I have everything working correctly and have no issues with using the classes12.jar within a jdk1.4 environment, but when I switched to use the new drivers the document.getURL() and document.getLanguage() both return "???" as a value and before they were returning values I could parse (in the case of the getURL() call).
    I have done some experimentation and found that if I remove nls_charset.jar from my classes12.jar - I don't get "???" but I do get garbled text that is unparseable so I am convinced the issue is around the charset implementation and globalization process.
    I need help and I really have no idea at this point where to look and what to do? I have searched and queried every place I can and tried numerous variations but I still end up with "???" from those calls when I use the jdk 1.4 drivers?
    Can someone please help or push me down another path?
    Guy

    user472953,
    It's the driver. Try using "nls_charset12.jar" in your common/lib directory. I'd upload mine if I could, but you should be able to find it somewhere on oracle.com (hopefully).
    Good luck,
    - Stephen

  • Ultra Search/ Oracle Text capabilities

    Our decision to go forward with Oracle9i is contingent upon the extensible use of Ultra Search and Oracle Text in our planned endeavors.
    Basically we are to build a system to do the following:
    1) download information (html files, links, documents) from web sites and accessible disk archives. The url sites are particular to a domain.
    2) place the downloaded file information into our Oracle database or download to local system with appropriate links in database.
    3) perform queries on the downloaded information through the database to isolate files for analysis.
    4) analyze and perform extraction on the information. For example, query based on a defined hierarchy of vulnerability terms.
    I've demoed Ultra Search and Oracle Text. I believe that Ultra Search can handle step 1, and possibly step 2 and that Oracle Text can help in step 4. Step 3 is satisfied by the Oracle database.
    I need to know details concerning Ultra Search and Oracle Text before committing:
    o when Ultra Search performs its crawling, how is found information represented in the database. Is a whole html file or document downloaded or are references to these documents stored in the database? If references are stored does Ultra Search embed the capability to download these files to be analyzed?
    o is Oracle Text the right tool to provide the capability for robust analysis of downloaded documents.
    o I have used the sample JSP that came with Ultra Search. Are there any more detailed examples which my above steps. In particular, performing robust analysis on downloaded documents from step 1.
    We have and are still exploring other COTS products to find a solution. Are main goal is to have the retrieved documents and analysis information resident in the database in this phase of our project. We find other COTS can perform the web crawling, but lack analysis, or vice versa and that their solutions are so vendor specific that in many times their services would be required to build a suitable solution that is not very extensible.
    Thanks for any feedback.

    Ultra Search does not keep documents in the database permanently. We bring them in for indexing purposes, but remove them after
    the indexing is completed. However, we keep the URLs of each unique document that was found during the crawling. You would
    have to do the downloading yourself. However, we are thinking about providing a mechanism, maybe in the form of an API, that
    would allow customers to retrieve documents. Please contact me on this issue if you are interested to discuss this: (650)-506-8173.
    Generally speaking you will find that Oracle Text is a very powerful tool for analysis of textual documents, especially since it is
    driven through the SQL language, has extensive functionality (themes, user-defined knowledge base, thesaurus, and many useful linguistic
    functions like segmentation, stemming, and globalisation support).
    The philosophy of Ultra Search is to provide you with an out-of-the-box solution for crawling and searching your data without the
    need for programming. Ultra Search is built on top of Text, so I would advise you to use Text to do the further analysis of your
    documents after they have been located by the crawler.
    Best Regards,
    Stefan Buchta

  • Link from where I can download Oracle Ultra Search for Oracle10g

    Hi All,
    I need to install oracle ultra search on Oracle10g database. If anyone know the link from where I can download it, then kindly share.
    Thanks
    Sunny

    Hi,
    Don't know If I am asking the right question or not but isn't this doc. talks about the configuration part of the Oracle Ultra Search which needs to be
    done once the Installation part is done.
    I have oracle 10g database installed on win2k3 machine and now I wish to install the Oracle Ultra Search on it. Is there any patch/update available for
    installing Oracle Ultra Search. As per the documentation, it can installed using Oracle Universal Installer but I don't have the Oracle UI.
    Beside this, I was following the doc. on the link provided by you; I got an error *" Role WKUSER doesn't exist"* while executing the below mentioned
    query:
    GRANT CONNECT, RESOURCE, WKUSER TO <username>;
    Error: User WKSYS doesn't exists.
    ALTER USER WKSYS IDENTIFIED BY <password>;
    Are these errros because of Oracle Ultra Search not being installed on my database.
    Kindly help.
    Thanks
    Sunny
    Edited by: sunny@newbie on Jun 8, 2009 2:53 PM

  • How do I use "Search Query" for nontrivial searches?

    After a few years in the community, this is my _first_ question to the boards ;-)
    In speaking with a colleague today, I learned about an NI forum feature that would be useful for me. When I tried to configure it, I then learned that I didn't know how to use it. When I tried to learn how to use it, I further learned that it wasn't fully documented. So, I'd like some clarification :-)
    The feature in question is "Search Query" which will send you an email when a forum search matches your query. What I don't know is:
    What are the rules (syntax) for search queries? For example, I would like to search for single words, all the words that I specify, as well as exact phrases. How do I differentiate between multiword queries and exact phrase queries?
    Is it possible to have more than one Search Query?
    If so, how do you delineate them? Would I use commas, a new line, something else?
    I'm asking because the available (and discoverable) documentation doesn't mention what to do when you want more than one Search Query. The help text on the subscription page [1] makes me think that only one query is possible, and says a Search Query:
    Sends you mail every time a message matching your query is submitted. Search queries take up to 15 minutes to take effect. Saving a blank query will disable this feature and will stop any mail from being sent.
    The other place I tried was the NI Forum FAQ [2], which makes me think that more than one query is possible:
    If you add a board, thread, message, or search term to your subscriptions, the system will send you an e-mail every time someone posts to the board, or replies to the message or thread. If you prefer not to receive an e-mail for your subscriptions, you can subscribe to the RSS feed of a board, thread, user, or search term.
    The FAQ goes on about what to do with board, thread, and message subscriptions, but doesn't say anything more about search subscriptions.
    The last place I looked was on the search results page itself. In the blue header that precedes the results, there's a link on the far left that says "Search Options" with a single option that says "Subscribe to this search's RSS Feed". While I could subscribe and use an RSS reader, I really would prefer email. I suppose if only one Search Query is possible, then this will be my workaround.
    As a comment, why does the Search Options menu not also have a "Subscribe to this search" option, which would add another entry in the Search Query box? This is a noticeably different interface than the Thread Options menu.
    [1] Subscriptions & Bookmarks
    http://forums.ni.com/ni/user_subscriptions
    [2] Frequently Asked Questions
    http://forums.ni.com/ni/help_faq
    Joe Friedchicken
    NI VirtualBench Application Software
    Get with your fellow hardware users :: [ NI's VirtualBench User Group ]
    Get with your fellow OS users :: [ NI's Linux User Group ] [ NI's OS X User Group ]
    Get with your fellow developers :: [ NI's DAQmx Base User Group ] [ NI's DDK User Group ]
    Senior Software Engineer :: Multifunction Instruments Applications Group
    Software Engineer :: Measurements RLP Group (until Mar 2014)
    Applications Engineer :: High Speed Product Group (until Sep 2008)
    Solved!
    Go to Solution.

    Hi Joe,
    Thanks for all of the questions and congrats on posting your first question!
    Unfortunately I think all of your questions come from the valid assumption that the search query functionality is more robust than it actually is.  The search query functionality really only serves a single purpose and that is to email you when your phrase has been posted to the forums.  For me, I use it to email me when my name is mentioned in the forums.  It serves this purpose well since I have it set up to work off just a single search term.  However I find that multiple word phrases are combined with an OR which is not as useful.  The search query does not adhere to any common search syntax that you would expect (I believe we are the only community that uses this feature so it has not been improved upon).
    The best way to set up both multiple word queries and multiple different queries is to use the RSS feed as you mentioned.  This way you can tailor your search very specifically using different advanced search options and subscribe to them all in one feed reader without constantly getting emails.  The search query emails do not adhere to the digest subscription settings.  I find that the RSS feeds work very well for searches and I am fond of using them, but I do use an RSS Reader for many things so it is not out of my normal workflow.
    Thank you for reading the Forum FAQ.  I've done some work to improve it but I think it has a long way to go and it's good to know that people read it
    Regards,
    Laura
    Web Support & Operations
    National Instruments

  • How to club 2 queries in one formatted search query

    Hi All,
    I have inserted a formatted search in the stock transfer for chnaging the 'From warehouse' based on series.
    I have written following query for same,
    SELECT $[$18.1.0]='08' WHERE $[OWTR.series] ='46'
    It is working Fine
    I want ot use same concept for selecting other based on other warehouse
    e.g
    SELECT $[$23.5.1]='02' WHERE $[OWTR.series] ='45'
    But I am not able to club these queries on one formatted search query can anybody help to group it in one formatted search query....
    Thanks and Regards,
    Atul Joshi
    Edited by: Atul Joshi on Dec 23, 2008 5:20 PM

    Hi Atul,
    You could define the quey like this
    SELECT
    CASE
             WHEN $[OWTR.series]='46' THEN '08'
             WHEN $[OWTR.series]='45' then '02'
    end
    from OWTR
    Regards,
    Vijay kumar
    SAP Business One Forums Team

  • Error while installing Oracle Ultra Search on DB for IDM

    Dear All,
    I need to install IDM-101401 on HPUX B.11.31 Itanium machine. i installed database (10201) and applied Patchset_10204. as a pre-requisite now i am trying to install Oracle Ultra Search (on the same oracle_home) from companion directory of DB10201 Disk1. i amended oraparam.ini to support B.11.31 before running installer.
    After 83% of installation progress, below error is thrown.
    installActions2011-11-15_07-54-45AM.log
    INFO: 11/15/11 7:58:04 AM GMT04:00: Starting install Install Phase 1 of component Oracle Ultra Search Server Rdbms+
    INFO: Calling Action fileActions10.2.0.3.0  copyFile
    +     selectedNodes = null+
    +     source = /u01/app/oracle/product/OID/UAT2OIDDB/ultrasearch/webapp/ultrasearch_admin.ear+
    +     destination = /u01/app/oracle/product/OID/UAT2OIDDB/oc4j/j2ee/oc4j_applications/applications/ultrasearch_admin.ear+
    +     permissions = null+
    +     owner = null+
    +     group = null+
    SEVERE: Abnormal program termination. An internal error has occured. Please provide the following files to Oracle Support :
    +"/u01/app/oracle/oraInventory/logs/installActions2011-11-15_07-54-45AM.log"+
    +"/u01/app/oracle/oraInventory/logs/oraInstall2011-11-15_07-54-45AM.err"+
    +"/u01/app/oracle/oraInventory/logs/oraInstall2011-11-15_07-54-45AM.out"+
    INFO: User Selected: Yes/OK
    by seeing above error, i tried copying ultrasearch_admin.ear file manually and tried but no luck.
    LOGS_
    oraInstall2011-11-15_07-54-45AM.err
    Exception java.lang.NoSuchMethodError: oracle.sysman.oii.oiix.OiixFileOps.getExplicitLibPerms()Ljava/lang/String; occurred..
    java.lang.NoSuchMethodError: oracle.sysman.oii.oiix.OiixFileOps.getExplicitLibPerms()Ljava/lang/String;
    +     at copyActionHelper.copyFile(copyActionHelper.java:1664)+
    +     at copyActionHelper.copyFileFromStream(copyActionHelper.java:722)+
    +     at copyActionHelperux.commonCopyFileAction(copyActionHelperux.java:502)+
    +     at copyActionHelperux.installCopyFileAction(copyActionHelperux.java:186)+
    +     at sscopyFileux.installAction(sscopyFileux.java:84)+
    +     at oracle.sysman.oii.oiis.OiisCompActions.doActionWithException(OiisCompActions.java:2063)+
    +     at oracle.sysman.oii.oiis.OiisCompActions.doActionImpl(OiisCompActions.java:1720)+
    +     at oracle.sysman.oii.oiis.OiisCompActions.doAction(OiisCompActions.java:927)+
    +     at Components.oracle.isearch.rdbms.v10_2_0_1_0.CompActions.doAction(Unknown Source)+
    +     at Components.oracle.isearch.rdbms.v10_2_0_1_0.CompInstallPhase1.doActionP1copyFile6(Unknown Source)+
    +     at Components.oracle.isearch.rdbms.v10_2_0_1_0.CompInstallPhase1.stateChangeActions(Unknown Source)+
    +     at Components.oracle.isearch.rdbms.v10_2_0_1_0.CompActions.stateChangeActions(Unknown Source)+
    +     at oracle.sysman.oii.oiif.oiifw.OiifwInstallPhaseWCCE$OiifwComponentIP1WCCE.performStateChangeActions(OiifwInstallPhaseWCCE.java:1611)+
    +     at oracle.sysman.oii.oiif.oiifw.OiifwInstallPhaseWCCE$OiifwComponentInstallPhaseWCCE.doOperation(OiifwInstallPhaseWCCE.java:1056)+
    +     at oracle.sysman.oii.oiif.oiifw.OiifwInstallPhaseWCCE$OiifwComponentIP1WCCE.doOperation(OiifwInstallPhaseWCCE.java:1580)+
    +     at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:171)+
    +     at oracle.sysman.oii.oiif.oiifw.OiifwInstallPhaseWCCE.doOperation(OiifwInstallPhaseWCCE.java:588)+
    +     at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:171)+
    +     at oracle.sysman.oii.oiif.oiifw.OiifwActionsPhaseWCDE.doOperation(OiifwActionsPhaseWCDE.java:606)+
    +     at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:147)+
    +     at oracle.sysman.oii.oiic.OiicInstallSession$OiicSelCompsInstall.doOperation(OiicInstallSession.java:3772)+
    +     at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:171)+
    +     at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:1273)+
    +     at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:289)+
    +     at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:546)+
    +     at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:929)+
    +     at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)+
    Please help me in this.
    few doubts
    Is it possible to go ahead for IDM installation without having ultra search enabled in database?
    any other way around that i can have ultra search?
    after applying patchset on basic version(10201) i am installing ultra search from basic version (as patchset doesnt have companion dir) on upgraded version(10204) causing this issue?
    Thanks,

    my guess was correct. the issue was last point.
    After applying patchset on basic version(10201) i am installing ultra search from basic version (as patchset doesnt have companion dir) on upgraded version(10204) causing this issue?
    it was resolved by uninstalling DB, and again installing from basic version (10201) then went to companion CD, installed ultrasearch on same oracle_home. it got installed without any issue.
    then upgraded to 10204. then created DB, and enabled ultrasearch by DBCA.
    let me know in case of more details required.

Maybe you are looking for