BUG in Intermedia

Intermedia cannot handle wildcards in large set of records
First set of cases is OK , since the data is less .
Second set of cases fail because of the large data .
select count(*) from S37PORTD.cmdoccontents - 933
select count(*) from S37PORTD.cmdoccontents where (contains(CONTENTDATA, '%Q%', 2 ) > 0 ) ; - 227
select count(*) from S37PORTD.cmdoccontents where (contains(CONTENTDATA, '%A%', 2 ) > 0 ) ; - 925
select count(*) from S37PORTD.cmdoccontentsversions - 12781
select count(*) from S37PORTD.cmdoccontentsversions where (contains(CONTENTDATA, '%Q%', 2 ) > 0 ) ; - 3524
select count(*) from S37PORTD.cmdoccontentsversions where (contains(CONTENTDATA, '%A%', 2 ) > 0 ) ; - gives error .ORA 29902 error in executing odciIndexStart() routine ORA 20000: intermedia text error :DRG-51030:wildcard query expansion re.......

This isn't a bug. There's a limit on how many expansions you can have for any one term. If you exceed that, you get the error "DRG-51030: wildcard query expansion resulted in too many terms"
You can increase the limit by setting WILDCARD_MAXTERMS in your WORDLIST preference. The default is 5000, and you can increase it up to 15000. Each expansion takes up some resources, so you may find searches get rather slow if you set it to the maximum value and have some expansions that approach the limit.

Similar Messages

  • New bug of intermedia 8.1.7 for windows 2000

    The bug is described as follow:
    create table wzy (id varchar2(20),
    ctx clob);
    create index ctx_index on wzy (ctx)
    parameter(...);
    During I load those content into ctx column of wzy,when the length of those content is larger than 2038 byte,the system memeroy is eated up;and wher the length of those content is smaller than 2038 byte,system working is ok.
    log is as follow:
    C:\>ctxsrv -user CTXSYS/manager -personality M
    Oracle interMedia Text: Release 8.1.7.0.0 - Production
    on Sat May 12 23:40:19 20
    01
    (c) Copyright 2000 Oracle Corporation. All rights
    reserved.
    23-40-19 05/12/01 === OCO server startup ===
    23-40-19 05/12/01 Initialized CORE
    23-40-19 05/12/01 Connected to database.
    23-40-20 05/12/01 === Initializing dispatcher ===
    23-40-20 05/12/01 === Server startup completed. ===
    23-40-22 05/12/01 DML batch: cid=1078
    23-40-23 05/12/01 End batch, return code is 0
    00-16-15 05/13/01 DML batch: cid=1078
    00-16-17 05/13/01 End batch, return code is 0
    00-16-49 05/13/01 DML batch: cid=1078
    00-41-36 05/13/01 End batch, return code is 1
    00-41-37 05/13/01 DRG-10900: out of memory
    00-41-37 05/13/01 DRG-10900: out of memory
    00-41-37 05/13/01 DRG-50857: oracle error in
    drtldml(dml)
    00-41-37 05/13/01 ORA-04030: out of process memory
    when trying to allocate 65036
    bytes (callheap,KQL tmpbuf)
    ORA-06508: PL/SQL: could not find program unit being
    called
    ORA-06512: at "CTXSYS.DRUE", line 113
    ORA-06512: at line 1
    ORA-06510: PL/SQL: unhandled user
    00-41-37 05/13/01 === Server failure ===
    00-41-37 05/13/01 DRG-10900: out of memory
    00-41-37 05/13/01 DRG-10900: out of memory
    00-41-37 05/13/01 DRG-50857: oracle error in
    drtldml(dml)
    00-41-37 05/13/01 ORA-04030: out of process memory
    when trying to allocate 65036
    bytes (callheap,KQL tmpbuf)
    ORA-06508: PL/SQL: could not find program unit being
    called
    ORA-06512: at "CTXSYS.DRUE", line 113
    ORA-06512: at line 1
    ORA-06510: PL/SQL: unhandled user
    00-41-37 05/13/01 === Server shutting down ===
    the need of memory requirement is up to 1G.
    those error as above:
    it do not appear in intermedia for solaris.
    So,I think it is a new bug of intermedia for windows 2000.
    Welcome to talk about the bug to me!

    ctxsrv is deprecated in 8.1.7 so please use ctx_ddl.index_sync() for maintaining the index.
    Regarding CLOBs there is a bug with NT when the content of the CLOB contains more than 2000 chars. It should be fixed in the 8.1.7 patch release.

  • Technical note:  Troubleshooting DRG-11207 errors / INSO filters.

    All,
    The following is Metalink's Note 210319.1about troubleshooting DRG-11207 errors.
    If the content is of no help, I suggest contacting Oracle support.
    -Omar
    Subject: Troubleshooting DRG-11207 errors
    INTRODUCTION
    =============
    Most of the errors encountered during creation of Oracle Text indexes are likely
    to be caused when dealing with formatted documents. These errors are logged in the
    view CTX_USER_INDEX_ERRORS and can be queried from the schema where the create index
    statement was executed, or table CTX_INDEX_ERRORS queried from the CTXSYS user.
    One of the errors commonly reported in these views is the DRG-11207 error.
    Unfortunately, this error is often not useful in diagnosing indexing issues.
    The INSO_FILTER issues are difficult to diagnose because Oracle uses a third-party
    application for filtering. As a result, it is often difficult to identify the real
    source of the problem.
    This document will troubleshoot the INSO_FILTER errors associated with
    the
    DRG-11207 "exited with status X"
    message. In regards to the INSO_FILTER, the error code implies that it is unable to
    index a formatted document. It is important to mention that these errors can be operating
    system specific and therefore this note is intended to provide some hints as a starting
    point for analysis. Its possible that other cases may be reported and if this is the
    case be sure to log the error with Oracle Support. Examples of the most common document
    types are provided in this article (Adobe PDF, Micrsoft Word and Microsoft Excel).
    For Oracle 10i, meaningful error messages have been added for drg-11207.
    This has been documented in [BUG:2473885]
    COMMON ERRORS
    ==============
    DRG-11207: user filter command exited with status 1
    Status 1 means "Could not filter the document". It is a generic error and indicates that
    INSO_FILTER failed on a given document. This can happen due to many documented reasons: an
    invalid environmental setting; document is corrupted, encrypted, password protected;
    document version not supported(incompatibility) or due to a bug in INSO_FILTER.
    DRG-11207: user filter command exited with status 2
    Status 2 means "The INSO_FILTER has timed-out". The default value of the timeout value
    for the INSO_FILTER is 120 (seconds). The default value for the timeout_type is
    heuristic, which implies that if the timeout value is reached and the INSO_FILTER
    has not started to write output, the indexing operation terminates for the document
    row and Oracle moves to the next document row to be indexed. Beginning in 9.2.0.1
    it is possible to change the timeout_type variable to fixed, which allows a
    user to terminate filtering processing after the TIMEOUT seconds regardless of
    whether filtering is progressing normally or hanging. The default timeout value
    is generally enough for filtering most of the documents. If the timeout value is
    not large enough then it may timeout even before filtering completes. PDF and
    Microsoft Excel files are usually more prone to this timeout as the INSO_FILTER
    generally takes more time to process these types of files. If this is the
    case then you can create a preference with a larger timeout value in versions
    8.1.7.1b and above. It should be noted, however, that the timeout attribute cannot be
    changed dynamically. In order for the new timeout value to take effect, it
    would be necessary to re-create the index with the new timeout attribute
    setting.
    For example, in 9.2.x to alter the timeout to 600 seconds(10 minutes) and use
    the fixed timeout_type:
    begin
    ctx_ddl.create_preference('my_inso', 'INSO_FILTER');
    ctx_ddl.set_attribute('my_inso', 'timeout', '600');
    ctx_ddl.set_attribute('my_inso', 'timeout_type', 'FIXED');
    end;
    Documented reasons for timing out are:
    1. the document is too large to be indexed in the alloted time set via TIMEOUT
    attribute.
    2. INSO_FILTER is hanging during the filtering.
    DRG-11207: user filter command exited with status 127
    Status 127 points to that likely an environmental issue with the shared library
    environmental variable.
    DRG-11207: user filter command exited with status 137
    Status 137 meand that the ctxhx executable was killed as the inso filter is not
    set-up properly. Confirm that the correct environmental variables are
    setup(LD_LIBRARY_PATH AND PATH) and the format of the document is
    supported by INSO_FILTER.
    ENVIRONMENTAL SETTINGS
    ======================
    Please note that any DRG-11207 error may be caused by the setting of the
    environmental variables. Be sure that the PATH and shared library path
    which is LD_LIBRARY_PATH (SHLIB_PATH for HP-UX and LIBPATH for AIX) are
    correct, since it is this setting which actually invokes the INSO_FILTER.
    Note : it is also possible to define the environment variable
    LD_LIBRARY_PATH in the listener.ora entry for extproc. This would be
    included in the ENVS section of the origin database LISTENER.ORA:
    ENVS = 'LD_LIBRARY_PATH=<full_pathname_of_oracle_home>/ctx/lib:$ORACLE_HOME/lib'
    LD_LIBRARY_PATH should include
    <full_pathname_of_oracle_home>/ctx/lib:<full_pathname_of_oracle_home>/lib
    For example:
    export LD_LIBRARY_PATH=<full_pathname_of_oracle_home>/ctx/lib:$LD_LIBRARY_PATH
    PATH should include
    <full_pathname_of_oracle_home>/ctx/bin:<full_pathname_of_oracle_home>/bin
    [NOTE:133691.1] and [NOTE:135333.1] provides possible steps to get around this error.
    SUPPORTED DOCUMENT ATTRIBUTE CHECKLIST
    ======================================
    1. Determine if the filtered document is supported
    A list of supported formats is provided in the InterMedia Text documentation
    pages. Please check whether the format falls in the list of supported formats.
    It is important to note that each Oracle version may support different
    versions of documents.
    For PDF Acrobat (full version), click on File->Document_Info->General and
    you should see the PDF version.
    For Microsoft Word and Excel, click on File->Save As and review the
    "Save as type" to determine the version.
    2. Determine if the document is corrupted
    To verify if a document is corrupted, open the document and view it line
    by line checking for corrupted output. Please note, just holding down the
    "Page Down" button to view all the pages, it's possible that potential
    corruption on a particular page will go unnoticed.
    3. Determine if the document is a secure or copy protected document
    Password protected documents and documents with password protected contents
    are not supported by the INSO_FILTER.
    For PDF Acrobat (full version), click under file->document_info->security.
    If the open password or security password is set to true then it's password
    protected.
    For Microsoft Word, click under Tools->Options->Save. If the
    "Password to open" or "Password to modify" appears as asterisks (*****),
    then the document is secured.
    For Microsoft Excel, click under File->Save As->Tools->General options.
    If the "Password to open" or "Password to modify" appears as
    asterisks (*****), then the document is secured.
    4. Determine if the document is a encrypted
    INSO_FILTER does not currently support encrypted documents.
    For PDF Acrobat (full version), click under file->document_info->security.
    If security method is none, the document is not encrypted. In other cases,
    it is encrypted.
    For Microsoft Word, it is not possible to encrypt this type of document
    directly.
    For Microsoft Excel, if the document is workbook protected then this
    implies that the document is encrypted. To determine this click under
    tools->protection and if the Unprotect Workbook or Unprotect
    Sheet is shown, this implies that the workbook/worksheet is encrypted.
    5. Determine if the document has custom embedded fonts
    Stellent filters will succeed on the majority of PDF documents containing
    custom fonts. Until now, there have only been a few documented cases of
    custom embedded fonts causing filtering problems with PDF documents. If
    there is a filtering problem with custom fonts, it will only result in
    garbage tokens being produced as a result of the custom font, whereas the
    remainder of the PDF document using the standard/built-in font will be
    filtered properly.
    To determine if custom embedded fonts are used for PDF Acrobat (full version),
    click under file->document_info->fonts and review the encoding type.
    The best way to identify whether a particular custom font will filter successfully
    is to highlight the character, copy and paste into Notepad. If the output
    contains garbage text then it is not likely to be filtered properly.
    For Microsoft Word and Excel, regardless of what font is being used, the
    INSO_FILTER should be able to extract the characters.
    References
    Oracle Text Reference Releases 9.1 and 9.2
    [BUG:2473885] BETTER ERROR MESSAGES FOR WHEN CREATING INTERMEDIA INDEX
    USING INSO FILTER
    [NOTE:133691.1] Create context index fails with DRG-11207 or fatal:libsc_fa.so
    [NOTE:135333.1] CTX_DDL.SYNC_INDEX With DBMS_JOB Fails (DRG-11207) Using
    INSO Filter in V817
    [BUG:1795642] INTERMEDIA TEXT INDEX OF A CERTAIN EXCEL97 FILE IS NOT
    CREATED IN WEBDB SITE

    Gary,
    This is two questions:
    1. The INSO filter on 8.1.7 when converting MS Word or WordPrefect Docs to HTML would give you <I> and <B> used in
    the word processor. The 9.2.0.1 version is not converting <I> or <B> in the HTML. Is there any documentation
    from the Company on using the ctxhx and template files? If <I> and <B> tags are missing in 9.2.0.1 then it is a bug in the INSO code.
    2. I have received an error in the CTX_USER_INDEX_ERRORS from one of the docs store in a BLOB here is the error.
    DRG-11207: user filter command exited with status 1.
    Is there a way to debug the ctxhx or INSO load libraries? I know what a 137 error is (NO LD_LIBRARY_PATH for ctx/lib)
    but what a 1. Where is the FL_CMD_EXIT_ERR info? Status 1 is a generic error and you can't debug it. Could you please post your email address? I would like to contact you for a test case.
    Thanks.

  • WebDB 2.1 & NT4 with SP ?

    The documentation supplied with WebDB 2.1 on NT says it requires
    NT 4 with SP4. Our systems guys refuse to deal with that SP.
    I see some folks are running on SP3. Are there any problems with
    this? Were they just kidding about the Service Pack 4 or above
    requirement?
    ANdrew
    null

    Andrew Faulkner (guest) wrote:
    : The documentation supplied with WebDB 2.1 on NT says it
    requires
    : NT 4 with SP4. Our systems guys refuse to deal with that SP.
    : I see some folks are running on SP3. Are there any problems
    with
    : this? Were they just kidding about the Service Pack 4 or
    above
    : requirement?
    : ANdrew
    Hi Andrew,
    I'm running WebDB 2.1 successfully on NT 4, SP3 with no new
    problems. Please be aware that due to a bug the interMedia Text
    Cartridge does not work in 2.1.
    Regards
    Frank
    P.S.: Many greetings and thanks again for the bar talk at ODTUG
    with John, Rich and the others.
    null

  • Oracle Intermedia Bug.

    Hi,
    I encounter an intertesting bug in using Oracle Intermedia.
    There will be a problem if there exist a char 0xFD in the
    "contains" functions when querying the database.
    Assume I have a table mytest(Userid Number(10), body
    varchar(2000))
    I have index the column body.
    I issue query like.
    select score(1), userid from mytest where contains(body,'str',1)
    0;if str contains character 0xFD, error will be thrown.
    Do anyone know it is a bug or anything? Also where can I submit
    these kind of bug to Oracle as I find nowhere to submit bug.
    Thanks.
    Alger Hoi
    null

    Hi,
    Thanks for answering.
    Yes I'm sure , both of them are using the same bind variables and it is:
    (FUZZY($INTERNATIONAL) AND FUZZY($JOURNAL) AND FUZZY($ELECTRONICS) AND FUZZY($COMMUNICATIONS)) WITHIN SERIES_TITLE';
    The same Query takes too long in Unix SQL*PLUS (~ 54 secs) also, but in Windows SQL*PLUS its faster (~ 7 secs).
    Bu t if I chabe the Bind Variable as :
    STR := '(($INTERNATIONAL OR ?INTERNATIONAL) AND ($JOURNAL OR ?JOURNAL) AND ($ELECTRONICS OR ?ELECTRONICS) AND ($COMMUNICATIONS OR ?COMMUNICATIONS)) WITHIN SERIES_TITLE';
    then its in both Environment faster and nearly the same. But its not the same as the previous one.
    I think the problem is when using the search as ?$<Word> (Fuzzy Stem together). But not everytime. Do you think its a Bug?

  • Using long vs. clob datatype with Oracle 8.1.7 and interMedia

    I am trying to determine the best datatype to use for a column I
    wish to search using the interMedia contains() function. I am
    developing a 100% java application using Oracle 8.1.7 on Linux.
    I'd prefer to use the standard JDBC API's for PreparedStatement,
    and not have to use Oracle extensions if possible. I've
    discovered that there are limitations in the support for LOB's
    in Oracle's 100% java driver. The PreparedStatement methods
    like setAsciiStream() and setCharacterStream() are documented to
    have flaws that may result in the corruption of data. I have
    also noticed that socket exceptions sometimes occur when a large
    amount of data is transferred. If I use the long datatype for
    my table column, the setCharacterStream() method seems to
    transfer the data correctly. When I try to search this column
    using the interMedia contains() function, I get strange
    results. If I run my search on Oracle 8.1.6 for Windows, the
    results seem to be correct. If I run the same search on Oracle
    8.1.7 for Linux, the results are usually incorrect. The same
    searches seem to work correctly on both boxes when I change the
    column type from long to clob. Using the clob type may not be
    an option for me since the standard JDBC API's to transfer data
    into internal clob fields are broken, and I may need to stick
    with standard JDBC API's. My customer wishes to purchase a
    version of Oracle for Linux that will allow us to implement the
    search capability he requires. Any guidance would be greatly
    appreciated.

    I've finally solved it!
    I downloaded the following jre from blackdown:
    jre118_v3-glibc-2.1.3-DYNMOTIF.tar.bz2
    It's the only one that seems to work (and god, have I tried them all!)
    I've no idea what the DYNMOTIF means (apart from being something to do with Motif - but you don't have to be a linux guru to work that out ;)) - but, hell, it works.
    And after sitting in front of this machine for 3 days trying to deal with Oracle's, frankly PATHETIC install, that's so full of holes and bugs, that's all I care about..
    The one bundled with Oracle 8.1.7 doesn't work with Linux redhat 6.2EE.
    Don't oracle test their software?
    Anyway I'm happy now, and I'm leaving this in case anybody else has the same problem.
    Thanks for everyone's help.

  • List of Bugs Fixed in JDev 3.2.3

    Several users requested a list of bugs addressed in JDeveloper 3.2.3. Here is a list:
    Bugs Fixed for DAC
    Infoswing Frame Could Not Be Closed. (1729167)
    Validation Methods Are Invoked During Removing Of A New Row From Gridcontrol (1727214)
    Regrn:Lov Control: All Fields In Dept Are Listed Instead Of The Selected One. (1724885)
    Regrn: List Control Unbound Once Rollback. List Control Is Empty (1723467)
    Regrn: Value For The Last Field Doesn'T Get Saved In The Database. (1723367)
    Remove The Commit/Rollback Limitation From Findpanel (1720412)
    Abm: Rowsetaccessimpl.Absolute() Does Not Check For -1 On Call To Getrangestart (1719841)
    Canceling Closing Of Infointernalframe Doesn'T Work (1718994)
    Viewlinkinfo Objects Are Not Nested Application Module Aware (1717528)
    Viewlinkinfo Objects Generate Illegal View Link Names (1717507)
    Dac Lov Controls Are Not Binding To Dataitems (1717492)
    Entity Validation Handling Problem In Dac Gridcontrol (1717482)
    Trw - Rollback Reexcutes All Queries (1715674)
    Getestimatedrowcount Is Called Unnecessarily (1709897)
    Rowsetinfo - Error Message Needs More Details (1692843)
    Nls: Translated Button Labels Are Shown As Squares In Styleeditor (1688651)
    Abm: Blank Rows Created In Grid In Mapping Wizard'S Summary Page (1680610)
    Validaterow Is Not Called If You Leave The Row From Non-Modified Column (1671182)
    Textareacontrol Color Will Be Gray Always If Run In Jdev With Jdk 1.3 (1666518)
    Qabk: Infoswing Control Dialog Box Throws Exception At The Run Time (1665341)
    Sessioninfo.Close() Does Not Close The Database Session (1664400)
    Nls Business Component Data Form Runtime Missing Translations (1652484)
    Qablk Tree Control Picks Up And Displays Only First Selected Rowset (1647498)
    Abm: Nullpointerexception Is Thrown When Detail Button Is Used In Visual Trace (1647449)
    Rowsetinfo.Publishrowset Does Not Restorec Revoked Rowset. (1640653)
    After Setting Validation To Row Level Messages Appear More Than Once. (1640604)
    Detail Row Inserted Via Entity Object Is Not Displayed Automatically. (1633778)
    Dac-106 Trying To Set Nullable Date Column To Null If A Date Format Is Used (1633564)
    Memory Leak When Closing And Reinstantiating Internal Frames (1631899)
    Issuing Rollback/Reexecute Query Resets Query Find Criteria (1631795)
    Rows Inserted In Vo Not Displayed On Gridcontrol When Rowset Is Published (1625827)
    Data In Grid Control Is Lost After Applying Filter And Performing Updates (1624068)
    Data Does Not Display In Comboboxcontrol (1623945)
    Abm: Find Button In Filter Control Should Be Default For Enter Key - Posco Issue (1584634)
    Abm: Sorting On Filtered Grid Control Clears Filter - Posco Issue (1584627)
    Last Record Is Not Displayed When Scrolling Thru A Grid Control With Jdk 1.3.0 (1583918)
    Abm: Findcontrol Gets Built Everytime The Navigation Bar Is Bound To A Dataitem. (1527169)
    Rowset.Setqueryonopen(False) Does Not Prevent The Grid From Populating Itself. (1527158)
    Find Panel Custom Editor Option Does Not Work (1511669)
    Addmasterlinkinfo -- No Such Method, Should Be Addmasterlink (1503508)
    Abm: Sql Error When Findcontrol Is Used The Second Time - Posco Issue (1477081)
    Bugs Fixed for BC4J
    Insert A Row Using "Immediate Loading" Causes Nullpointerexception (1766124)
    Apps: Jdbc Statement Not Being Closed In Viewobjectimpl.Closefreedstatements() (1765387)
    Appsjperf: Bind Indexes Changes For Different Users For Inserting/Updating Eo'S (1761569)
    Data Page: Query Form Generates Incorrect Query If Attribute Name != Column Name (1756150)
    Classcast Exception: Createviewobject() Not Returning Remote Vo Subclass In Visi (1742764)
    Samples: Tester Project Does Not Compile, Prevents Use Of Tester To Debug (1720551)
    Samples: Inserting A New Item Into The Auctions Database Fails To Insert Dbrecor (1718004)
    Samples: Bc4jauctions.Html Adding An Item To Auctions Db Instructions Has Error (1717988)
    Samples: Bc4j Auctions Sample Sign Me Up Link Throws Exception (1717967)
    Qablk: Required Libraries Are Not Included In The Bc4j Project (1714268)
    Datapage Wizard Cannot Generate Anything (1713272)
    Datapage Wizard Should Use "Iso8859_1" As Default Encoding (1705620)
    Nls: Japanese Characters Are Garbled In "Show Data As Xml" Dialog In Jbo Tester (1700430)
    Can Not Include Xml File Using Xsql:Include-Xsql (1700125)
    Nls: Error Message In Bc4j Jsp Application Is Garbaged (1695391)
    Nls:Web Bean Wizard Does Not Register Web Beans To Web Object Manager Correctly (1693941)
    Nls: Js Tab Container Web Beans Cannot Display Japanese (1690456)
    Inputdate Doesn'T Allow Field Editing By User (1689571)
    Nls:Descriptions For Some Hilo Charts Are Not Shown In Jsp Element Wizard (1684559)
    Nls: Truncated Help Button In Add Servlet Dialog Of Web Object Manager (1677201)
    Nls: Truncated Button Label For 'Reset' In Query Dialog Of Data Form Runtime (1675129)
    Wrong Tip For Js Tree Control Web Bean In Jsp Element Wizard (1673107)
    Application Pool Generates Cookies Containing Commas (1667201)
    Noclassdeffounderror When Try To Run The Tester In Three-Tier Mode. (1665040)
    Using Am In Am Pool 2nd Time (Even Times) Causes Jbo-25302 (1664901)
    Apps: Vo.Setattributeinternal Causes All The Rows To Be Brought In From Db. (1663724)
    Ora-29534/Ora-29545 When Deploying Bc4j Runtime Classes (1661861)
    Nls: Too Small List Box And Truncated List Items In Jsp Element Wizard (1660075)
    Nls: Jbo-27022 Cannot Navigate Through Japanese Data With Bc4j (1660065)
    Web Object Manager Truncated Label In Edit Webbean Dialog (1658304)
    The Datapage Wizard Does Not Generate Code To Display Each Attributes In Vo. (1656532)
    Nls: Jsp Application Runtime Missing Translations (1647710)
    Labels In An Entity View Are Not Displayed Correctly (1640869)
    Nls: Horizontal Alignment And Translation Problem In The Jsp Element Wizard(Edit (1636848)
    Nls: Instruction Of Webnew.Java File Missing Translations (1636779)
    Query Collection Shouldn'T Be Blown Away If Maxfetchsize = 0 (1634721)
    Jbo-25014 Exception For Intermedia Domains (1634452)
    Cannot Create A Viewlink Between A View In A Local Am And One In An Imported Am. (1631834)
    Apps:Rowset Interface Should Also Provide Removerowsetiterator Method (1604934)
    Extra Spaces Before ';' And Minor Typo For Visibroker In Jbo Resource Files (1585159)
    Typo In A Webobject Resource File: "Xqsl" For Xsql (1585124)
    Apps: Enhanced Stateless With Affinity Support For Viewobjects (1576128)
    An Exception Occurs When Run The Database Setup File For Bc4j (1563286)
    Apps:View Object Wizard Gives Incorrect Error Message With Invalid Extend (1562030)
    Apps: Cannot Override 'Extends' Class In The View Object Wizard (1561990)
    Ias 10210 Nt M1: Jsp Error While Going To The Online Orders Window (1554391)
    Apps: Returns No Row For A Detail Rowset Even Though Such Row Exists In Db (1554209)
    Mats: Bc4j Samples Not Working Correctly (1542381)
    Nosuchmethodexception Using Bc4j Design Time With Xml Parser 2.1.0 Beta (1527368)
    Cap Gmac: Insert Problem After Upgrading From 3.1 (1524873)
    Nls: New Xsl File Needs Output Encoding Tag (1473212)
    Createuser.Sql Needs To Be Provided To Customers (1449624)
    Ias 9i: Bc4j Installer Needs To React To 3.2 Tutorial Changes (1411505)
    Nls: Ias1.0.2 M3: Jsp Bc4j Application Cannot Insert Record (1404390)
    Bugs Fixed for JDev IDE
    Webtogo Displaying Stale Pages. (1761657)
    Nls: Datapage Application Updates Multibyte Data Incorrectly On Webtogo Server (1746080)
    Integration Or Cache Problem With Web-To-Go (1741134)
    Nls: Translated Booknotfound.Html And Nojavadoc.Html Are Not Installed (1738859)
    Nls: Html Help Cannot Be Installed With Japanese Build (1738854)
    Nls: Japanese Html Help Has Wrong Folder Structure In The Contents Tab (1737050)
    Nls: Cannot Register Servlet Using Web Object Manager (1736178)
    Nls: Import Library Utility Is Not Translated And Doesn'T Support Japanese Char (1724029)
    Repository Source Control Workarea Picker Does Not Work In Jdk 1.3 (1717231)
    Nls:Error And Warning Are Garbled In Setting Encoding Of Compiler To "Cp1252" (1716640)
    Nls: Popup Menus "Open" And "Edit With Oracle Jdeveloper" Are Not Translated (1684565)
    Qablk:Jdeveloper Crash When Opening Frame In The Ui Design Mode In Windows 2000 (1683235)
    Nls: Overtranslated Parameter Names In Created Dialog (1677246)
    Nls: Comment 'Constructor' In Application, Class, Sqlj, Beaninfo Not Translated (1677241)
    Nls:Error Message Is Different Between Locale = Us And Ja (1671222)
    Nls: Cannot Select More Than One Jar/Zip File When Adding Paths (1660130)
    Nls: Cannot Run Jsp Application Using Bc4j Created With Japanese Tables (1660019)
    Nls:Unable To Insert/Update For Bc4j Jsp Application On Ias 1.0.2.0 (1656603)
    Nls: Httpservlet Code Is Incorrect (1650724)
    Nls: All Web Object Wizards Behaviour For Character Encoding Should Be Unified (1650722)
    Nls Enterprise Javabean Wizard Truncated Translations (1645621)
    Nls: A Message 'Loading Jsp' Missing Translation In The Jsp Runtime (1636889)
    Unable To Invoke Dependency Manager (1630723)
    Incorrect Otn Link Specified In Creating_Html_Clients\Srv_Pxsqlservlet.Html (1618656)
    Must Use Thin Jdbc In Order To Solve Nls Problems With Repository Tools (1534551)
    Nls:Webtogo Doesn'T Find Jsp Pages With Japanese Names. (1477338)
    Nls:Japanese Character Corrupted When Sql*Plus Invoked From Jdeveloper (1461164)

    Hi Steve
    Many thanks for that. Could I ask that
    this kind of thing goes in the release
    readme also.
    Marc

  • Too many recursive statements in PRO*C in comparing to SQLPLUS for Intermedia Index.

    Hi,
    I hope someone can help about this Problem. I don't know ehther its Intermedia Index or Database Problem...
    The following Query;
    SELECT SCORE(1),D.DOCUMENT_ID,DOCU_DATE_NUM,DOC_TYPE_ID
    FROM
    DOCUMENT D WHERE CONTAINS(SEARCH_INDEX,:b1,1) > 0 ORDER BY SCORE(1) DESC,
    DOCU_DATE_NUM DESC
    takes approx 7 sec in SQLPLUS , but in PRO*C it takes approx 55 sec. They call the same PL/SQL Stored Proc including the SQL above returning REF Cursor.
    In PROC*C running Program the Trace file contains 139 Statements of:
    SELECT/*+INDEX(T "DR$DOCXML_IX$X")*/ DISTINCT TOKEN_TEXT FROM "GETINFO"."DR$DOCXML_IX$I" T WHERE TOKEN_TEXT LIKE :lkexpr and TOKEN_TYPE NOT IN (1, 2, 5)
    but in SQLPLUS generated Trace File it has only 18 of the Statement.
    The TKPROF Report for PRO*C is:
    SELECT SCORE(1),D.DOCUMENT_ID,DOCU_DATE_NUM,DOC_TYPE_ID
    FROM
    DOCUMENT D WHERE CONTAINS(SEARCH_INDEX,:b1,1) > 0 ORDER BY SCORE(1) DESC,
    DOCU_DATE_NUM DESC
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 33.37 33.72 3 94 0 0
    Fetch 44 0.04 0.04 29 69 4 43
    total 46 33.41 33.76 32 163 4 43
    For SQLPLUS:
    SELECT SCORE(1),D.DOCUMENT_ID,DOCU_DATE_NUM,DOC_TYPE_ID
    FROM
    DOCUMENT D WHERE CONTAINS(SEARCH_INDEX,:b1,1) > 0 ORDER BY SCORE(1) DESC,
    DOCU_DATE_NUM DESC
    call count cpu elapsed disk query current rows
    Parse 1 0.01 0.01 0 0 0 0
    Execute 1 4.36 4.37 0 0 0 0
    Fetch 44 0.02 0.02 10 44 0 43
    total 46 4.39 4.40 10 44 0 43
    Why is there so much difference? Even if they both do HARD Parse for the SQL above or run the same Stored Proc many times with "ALTER SESSION SET SESSION_CACHED_CURSORS=10", the difference in Time is the same.
    Can someone help about this, I think it is an important Tuning Problem for Intermedia Index or ORACLE Bug maybe...

    Hi,
    Thanks for answering.
    Yes I'm sure , both of them are using the same bind variables and it is:
    (FUZZY($INTERNATIONAL) AND FUZZY($JOURNAL) AND FUZZY($ELECTRONICS) AND FUZZY($COMMUNICATIONS)) WITHIN SERIES_TITLE';
    The same Query takes too long in Unix SQL*PLUS (~ 54 secs) also, but in Windows SQL*PLUS its faster (~ 7 secs).
    Bu t if I chabe the Bind Variable as :
    STR := '(($INTERNATIONAL OR ?INTERNATIONAL) AND ($JOURNAL OR ?JOURNAL) AND ($ELECTRONICS OR ?ELECTRONICS) AND ($COMMUNICATIONS OR ?COMMUNICATIONS)) WITHIN SERIES_TITLE';
    then its in both Environment faster and nearly the same. But its not the same as the previous one.
    I think the problem is when using the search as ?$<Word> (Fuzzy Stem together). But not everytime. Do you think its a Bug?

  • Intermedia problem after upgrade Portal 3.0.7 to 3.0.9

    Hello,
    I had several reports in Portal 3.0.7 with embedded Intermedia data ORDSYS.ORDIMAGE - they worked fine in Portal 3.0.7. After I upgraded iAs from 1.0.2.0 to 1.0.2.2 and Portal to 3.0.9. in all my reports I see only AAAHLOAADAAAAIFAAG instead of images. The same situation if I create new report with ORDIMAGE data.
    Have anybody met this problem?
    Thanks in advance for your help.
    Egor.

    It is a bug that has been identified and and rectified. I am sorry there are no workarounds. I am afraid you will have to
    wait till the next release to solve your problem.
    Regards,
    Sunil.
    null

  • Intermedia in Portal not working...

    Hi!
    I have installed the latest release of Portal with the latest patch (3.0.9.8.1) on a 8.1.7.2.1 database. Trying to create an intermedia text index gives the following result:
    An unexpected error has occurred (WWS-32100)
    An unexpected error has occurred (WWS-32100)
    ORA-29855: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: interMedia Text error:
    DRG-50857: oracle error in drsxsopen
    ORA-28133: full table access is restricted by fine-grained security
    (WWC-36000)
    Failed to parse as PORTAL30 - (WWS-08300)
    ORA-29855: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: interMedia Text error:
    DRG-50857: oracle error in drsxsopen
    ORA-28133: full table access is restricted by fine-grained security
    (WWC-36000)
    Any comments?
    I've searched Metalink but have not yet found a working solution.
    /Mikael

    Ok...
    I've since tried to do the following:
    Fresh install of Oracle 8.1.7.1.1 and 9iAS 1.0.2.2 (with patch 3.0.9.8.1) on a w2k laptop with 512 Mb RAM. All done by the book (done this more than 20 times on different machines and platforms).
    Loaded the latest MyCompany demo. No problem besides some problems (bugs) with provider timouts making the demo unusable.
    Then tried to create a intermedia index (done both via portal and manual via sqlplus). No errors!
    Searching the index however does display som odd results if it displays anything.
    What are we doing here? Manufacturing bugs? Downgrading? How does new releases get tested? Do they...
    How can a bug be known for more than a month whitout a fix? Are'nt interMedia a core function in our platform? Mentioned in every presentation regarding Portal...
    We keep bashing Microsoft for the DLL-hell...what are we doing? The same thing but loaded into the database.
    Exhausted from patching and installing...
    /Mikael

  • Intermedia search in mixed language CAs

    Here is an additional problem, arising when using Intermedia on
    CA containing documents in multiple languages.
    If choosing not to declare the language, so using a default
    English definition even for non English documents, Intermedia
    will not be able to use properly the stem operator (it will
    always apply the English one).
    If adding management of multiple languages, in addition to the
    problems exposed in a question already submitted to this forum,
    it will be mandatory to specify the language, so to search either
    in documents belonging to a language or in the others, with the
    proper usage of stem operator, but without the possibility to
    perform a multi-language search (many times people are interested
    in searching with language-neutral keywords, this setting will
    make this impossible).
    Is there anything available to solve the problem? Thanks.

    Johan,
    Are you using 306? There was bug in 306 where users were not able to search for swedish characters in "Simple" search, but were able to in "Advanced" search.
    This issue has been resolved in 308 release.

  • 8i intermedia ORA-03113 ORA-07445 CTX$N

    We get the occasional ORA-03113 end of file communication error along with a trace file with ORA-07445. On looking at the CTX$N - described as the negative list table I found it had quite a few entries (nearly 10,000). When I rebuilt the index the problem went away and the CTX$N table was empty. Clearly it gets written to during the course of time. Does anyone know any details or have any suggestions as to if/when large numbers of entries might cause this sort of failure.

    In the last couple of days we have started seeing ORA-03113 on some interMedia queries that lead me to think we're running into bug 1517789 (8.1.7.0.0 on NT4WSSP6a). The bug is supposed to be taken care of in the 8.1.7.1b patchset, but I haven't yet found the patch for NT. Does anybody have more information or a link to the patch?
    Interestingly, the number of rows in the table (in the hundreds), rows in the DR$ tables (a few thousand), and number of hits (hundreds) are small. It does respond to the "well, don't do that" workarounds mentioned in the bug discussion, though--changing the contains from '%' to a couple of characters preceeding the '%'.
    Any information appreciated

  • Oracle Portal with Intermedia Searching

    I had installed Oracle9iAS Portal and Intermedia. Then, I created a simple Content Area and added some items there, like Word Documents, HTML files, etc.
    Now, when I try to find a word using the default Portlet "Basic Search" and it returns "no data found". But, if I use the "Advanced Search" it returns the items correctly.
    I'm using "Brazilian-Portuguese" language and I think the problem is it. Can I modify the structure of these SQL codes (used from "Basic Search" portlet)?
    Any idea is good for me. Thanks!

    Enrique,
    see metalink for bug 1679678 . The workaround is for dutch, but you should be able to make it work in barzilian-portuguese. The side-effect is that searching the online-help becomes impossible ;-(
    Another workaround is to copy the source of the HTML-form of the search portlet into a HTML portlet and add the hidden inputfield p_language . See the HTML-source of the advanced search for the exact line for your language.
    Regards,
    Ton

  • Intermedia Image Analysis cant find DLL

    Win2k, Oracle 8.1.6EE. Fresh installations.
    With a new installation of Oracle, create a SHARED database using connection pooling etc. On another identical machine also create a standard default database from the CD.
    On both the standard default database and the shared one, can set the properties of images in ORDVIR objects.
    Only on the default can I analyse the images. On the shared I get the following error:
    err:ORA-06520: PL/SQL: Error loading external library
    ORA-06522: Unable to load
    DLL at 10000100
    I've not changed the SQLNET, TNSNAMES or LISTENER since the setup did it for me as it looks OK, and as I say - works for setting the properties, just not the image analysis.
    Any ideas?
    Here are the files:
    # SQLNET.ORA Network Configuration File: C:\Oracle\Ora81\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DEFAULT_DOMAIN = web.cre8tiv.com
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    # LISTENER.ORA Network Configuration File: C:\Oracle\Ora81\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LIVELISTENER1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rioja)(PORT = 1521))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_LIVELISTENER1 =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\Oracle\Ora81)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = islive1.web.cre8tiv.com)
    (ORACLE_HOME = C:\Oracle\Ora81)
    (SID_NAME = islive1)
    # TNSNAMES.ORA Network Configuration File: C:\Oracle\Ora81\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ISLIVE1.WEB.CRE8TIV.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rioja)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = islive1.web.cre8tiv.com)
    (INSTANCE_NAME = islive1)
    EXTPROC_CONNECTION_DATA.WEB.CRE8TIV.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Thanks, Jason.

    Thanks - this does appear to be the problem.
    I can reproduce this affect on any clean machine with a fresh install so there is obviously an Oracle bug here.
    Running the command
    select FILE_SPEC from all_libraries where library_name = 'ORDVIRLIBS';
    gives the output
    C:\Oracle\Ora81\lib\libordvir8.so
    for any non-default installation of a database created using the DBCA which uses InterMedia&Virage.
    The file libordvir8.so doesn't exist.
    It should have been oraordvir8.dll in the bin directory which does exist.
    Thanks,
    Jason.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by lguros():
    You may want to do a
    select library_name from all_libraries where library_name = 'ORDIMLIBS';
    and
    select library_name from all_libraries where library_name = 'ORDVIRLIBS';
    and make sure the FILE_SPEC field is valid and points to a correct shared object or DLL.
    If you DB location was moved, these will no longer be valid.<HR></BLOCKQUOTE>
    null

  • ERR: Intermedia Searches in Portal

    Currently we are able to perform one search with Intermedia, it works great. Then, if we try to perform additional searches we get one of several errors. After about half an hour of not searching, but making no other changes to the server - we can do our one search again.
    Thanks in advance for your help.
    This is the most recent error (I'll post others as replies):
    Tue, 19 Dec 2000 22:00:59 GMT
    ORA-20100:
    ORA-06512: at "PORTAL30.WWSBR_STDERR", line 437
    ORA-06512: at "PORTAL30.WWSBR_IMT_SERVICES", line 218
    ORA-20100:
    ORA-06512: at "PORTAL30.WWSBR_STDERR", line 437
    ORA-06512: at "PORTAL30.WWV_SEARCHDB", line 30
    ORA-20000: interMedia Text error:
    DRG-50857: oracle error in dretbase
    ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], []
    ORA-06512: at "PORTAL30.WWSBR_IMT_SERVICES", line 364
    ORA-06512: at line 7
    DAD name: portal30
    PROCEDURE : PORTAL30.wwsbr_imt_services.GenericView
    URL : http://<hostname>:80/pls/portal30/PORTAL30.wwsbr_imt_services.GenericView?p_docname=263.DOC&p_type=DOC&p_viewservice=VDG&p_searchstring=Keat
    PARAMETERS :
    ============
    p_docname:
    263.DOC
    p_type:
    DOC
    p_viewservice:
    VDG
    p_searchstring:
    Keat
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Apache/1.3.12 (Win32) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.22
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=80
    SERVER_NAME=<hostname>
    REQUEST_METHOD=GET
    QUERY_STRING=p_docname=263.DOC&p_type=DOC&p_viewservice=VDG&p_searchstring=Keat
    PATH_INFO=/pls/portal30/PORTAL30.wwsbr_imt_services.GenericView
    SCRIPT_NAME=/pls
    REMOTE_HOST=
    REMOTE_ADDR=<IP ADDRESS>
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=
    HTTP_CONTENT_LENGTH=
    HTTP_CONTENT_TYPE=
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
    HTTP_HOST=<HOSTNAME>
    HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=<snip>
    Authorization=
    HTTP_IF_MODIFIED_SINCE=
    null

    Wes,
    You're hitting bug 1548589. As a workaround, set the 'Enable Connection Pooling' to No for the Database Access Descriptor. Go to http://<yourhost.domain:port>/pls/admin_/ - click on "Gateway Database Access Descriptor Settings" to access your DAD settings.
    This workaround could affect Portal performance, especially if you have a large number of users connecting. You can expect a fix in the 3.0.8 release at the end of January.
    Regards,
    Jerry
    null

Maybe you are looking for

  • For Refreshing a table display in ALV when data is chngd in maintainance vi

    Hi All, I am displaying the fields of a Ztable in a ALV report. A maintainance view call button is attached to that report through which data of Ztable can be changed.Prolem is that when after changing the data when I return back to report, changes a

  • How can I transfer my apps from one Itune to another ?

    Hi, I got a G4 on witch My Iphone & I pod are sync. I've just bought MBP installed without tranfering accounts. My apps won't update asking the MacItune to update and I'd love to recycle my G4 ! anybodi has an idea? Thanks

  • Can I have more than one user account on my Ipod touch?

    I have an account on my IPod touch and would like to add an account for my son using his own laptop and itunes account is that possible?

  • Placing a variable value into an XML Object

    I am trying to figure out how I would get the value of a variable into an XML Object. I have the variable var dragonName:String = "Samuel"; var listing:XML = new XML(); listing = <thedragon>                         <dragon>                           

  • Creation of search help

    hi, i need to create a search help to get vendor with a given partner function. This allows the user to enter organizational information such as purchasing organization and plant, as well as the partner function and a reference to other vendor (the v