INSO_FILTER with  Oracle8i 8.1.7

Hi all,
I've noticed a strange behaviour with O8.1.7 and intermedia Text module. I've created an index :
create index search_attach on Nexans_ed_attachement(nx_attach_full_url)
indextype is ctxsys.context
parameters('datastore URL_NX_DATASTORE filter NX_INSO_FILTER populate');
where my preferences where previously created with the standards options (I was unable to use URL_DATASTORE and INSO_FILTER in the query).
Here is what I obtain in the DR$SEARCH_ATTACH$I tokens ...
TOKEN_TEXT
1
2
3
4
6
7
A
B
C
D
E
F
G
That's all.
When I use the NULL_FILTER instead, I obtain >200000 rows (with binary tokens in it, telling me the URL_DATASTORE works fine).
So I have two questions :
Q1 : What's wrong here ???
Q2 : Is there a multi_language lexer with my config ? or do I have to refine the select with another where clause ?
Thanks in advance
Cyril ZEKSER

Check the ctx_user_index_errors view for more information.

Similar Messages

  • How to install Oracle developer/2000 with Oracle8i

    hi, my dear firends
    please show me how to install the Oracle Developer/2000 with Oracle8i. or where i can find the install guide for that.
    thank you
    yours
    frank

    Hi you !
    You can do steps:
    1. Install Oracle developer/2000 into Oracle Home: Default - the first.
    2. Install Oracle8i/9i into another Oracle Home - the seconde
    Good luck for you !
    [email protected]
    hi, my dear firends
    please show me how to install the Oracle Developer/2000 with Oracle8i. or where i can find the install guide for that.
    thank you
    yours
    frank

  • Is it possible to have the result from webservices with oracle8i

    hi,
    i call webservices MS .net with package utl_http under oracle 8i.
    exemple:
    DECLARE
    x utl_http.html_pieces;
    msg varchar2(12);
    BEGIN
    x := utl_http.request_pieces('http://localhost/ServiceNotification/Notification.asmx/NotifT?messagetmp=' || msg);
    END;
    I don't know how to have a result from a webservices!
    thanks for helping me.

    While the following paper is Oracle9i DB specific, conceptually, what is done should work with Oracle8i.
    Bear in mind that the use of XMLType is specific to Oracle9i DB R2 so if you were to follow the example, you would have to use varchars and probably acept the result into the PL/SQL XML Parser. See:
    http://otn.oracle.com/tech/webservices/htdocs/samples/dbwebservice/DBWebServices.html
    Mike.

  • Dbping errors with Oracle8.1.5 and Oracle thin driver

    I am trying to connect to Oracle 8.1.5.0.0 with Oracle thin driver 8.1.5. However I keep getting error ORA-24327. Any suggestions on how to fix this error?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jayanta Ghosh ([email protected]):
    Hi,
    Does XML parser for PL/SQL work with Oracle 8.1.5? Did any one install the
    same and if so what are steps to follow? I ran initjvm.sql to install
    JServer and then tried to load jar files using loadjava, but it's giving
    error. It's working fine with Oracle8.1.6.
    Any idea?
    Thanks,
    Jayanta<HR></BLOCKQUOTE>
    Oracle XML Parser has differents distributions for 8.1.5 and 8.1.6 databases, try the correct version, then runs the oraclexmlsqlload.csh from the lib directory of XSU distribution.
    Best regards, Marcelo.
    null

  • How to install Oracle form 6i with Oracle8.1.7 on the same driver?

    My machine is P4 with W2K.
    How to install Oracle form6i with Oracle8.1.7 on this machine?
    Could some one give me the details?
    Thanks a lot!!

    Hi Shay,
    Thanks for help. I got it.
    The problem I met is I should not export/import Oralce folder in registry.
    If do that, Oracle only configure one home to either oracle817 or form6i.
    Thanks again

  • Is oracle objects for ole installed with oracle8i

    Is oo4o installed with oracle8i personal edition or does it need to be installed separately
    How can i check whether it is installed on my machine

    I don't think it is included with the personal edition.

  • Congiguring jsps with oracle8i,urgent reply needed

    Beginner for oracle8i ---need ur help
    I have installed oracle8i database server8.1.5 on winNT workstation which has Jserver to run java components.
    Please tell me how to run jsps with oracle8i.
    Ihave written certain jsp files but don't know where to put them and how to start the server to test them.This is an urgent requirement for my client,if anybody can help.
    A great thanks in advance.
    null

    Do you refer to the 9i AS Metadata Repository / iasdb?
    then,
    1) yes, if mid-tier components (like Reports) metadata is stored there
    2) do you consider your apps important?
    Also note that Infra. and Mid-tier installs should be backed up sync'd (both at same time). There is a paper on OTN about this.

  • I got the Error with PHP5 with Oracle8i

    Dear friends.
    I am using php in Apache server. in windows platfrom.
    i connected with oracle8i with php5. so i uncomment the php_oci8.dll file.
    but it doesnt show in the phpinfo page.
    then i use this method to connect. : ocilogon('scott','tiger','TEST202');
    i got the error.
    Fatal error: Call to undefined function ocilogon() .
    i checked the php/ext directory . in that directory it contain the oci8.dll file and oracle.dll file.
    so pl give me A to Z step by step how to connect with the oracle databse using php5
    pl help me.
    thanks
    Bhagya

    Set your ORACLE_HOME path and then when you're doing the configure, use --with-oci8=$ORACLE_HOME and it should configure it that way.  I'm not sure if php5 works with Oracle 8i client, you might have to use the Oracle 10g instantclient and link to that instead, then set your tnsnames up to go from 10g instant to the 8i server.
    ~Jer

  • Certification of 8iAs with Oracle8i Database release 1.7.4

    I would like to know if 8iAS is certified with Oracle8i Database release 1.7.4.
    Thanks for your reply.
    Alexis

    Please see the product cerfication matrices at: http://otn.oracle.com/support/metalink/content.html
    OTN

  • Deploying jsp with oracle8i

    hello,
    Can anybody tell me how to deploy jsp with oracle8i server which has Jserver and loadjava utilities.
    Thanks in advance.

    Thanks srinivas and don.
    I have gone through that file.In that file it has been mentioned to use loadjava utility to load java files to oracle database and ojspc uitlity to translate jsps and publishjsp to publish it.
    I have installed oracle8i database server on my machine. I only found loadjava and dropjava utility but not ojspc and publishjsp.
    Can u help me out. Is it that these utilities are not in version 8.1.5 or there is any other way to deploy jsp in oracle8i(8.1.5).
    One more question:when i installed only oracle client on a machine, sqlplus is not running giving a protocol error but when i installed both server and client on a machine then it is fine.Does that mean u cannot install client without server.
    Thanks in advance.
    Reviews from oracle support are most welcome.

  • Cannot install Formsreports6i with Oracle8i?

    Hi,
    I have Oracle8i 8.1.7 installed and running well. Now,, I try to install FormsReports6i. However, I got message: "The location is already used as an Oracle home for Oracle 817 product. It cannot be used as Oracle home for 'nt'". If I select different location, then I have two kinds of service: OracleHome81 and OracleHomeNT, and they cannot run at the same time. When I was using old version (Oracle 8, 8.0.6) it did not have this problem. Any suggestion?
    Thanks!
    H.

    Thanks! However, I could not find Net8 Easy Configure. On another system that has Oracle8 (not Oracle8i 8.1.7) I did find Net8 Easy Configure which has "Add new service". On this Oracle8i I found only Net8 Configure Assistant, which does not provide "Add new service". Are you talking about Oracle8? I need to get a version of Oracle Developer compatible with Oracle8i (8.1.7).
    Thanks!
    H.

  • How to get Connection with Oracle8i In OAS through EJB?

    I've created a EJB in OAS,and invoked its method successfully.However,when I added a method using JDBC to get connection to Oracle8i,it failed.The source code is as below:
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Connection l_connection = DriverManager.getConnection(......);
    then there is an Exception about omg.CORBA;
    but using the code in an application to connect to Oracle8i directly is ok.
    Would you please give me some advices?
    null

    Were you able to fix your problem?
    I am getting a similar error. I am using the Reference Implementation from J2EE SDK.
    I can connect to Oracle8i with JDBC in a Java Application but when I put my code in my Entity Bean, I get a NoClassFoundError on the oracle.jdbc.OracleDriver.
    Any suggestions?
    Al
    [email protected]

  • How to parse an XML document with oracle8i

    Has anyone a good link or an example how to decode and store an XML document into an oracle8i database.
    I' ve found only good things for oracle9i.
    Thank you
    Roger

    Here is an example of parsing xml taken fro Oracle8i 8.1.7 xdk.
    This one uses external OS files to pase, but could be easily converted to
    use CLOB or VARCHAR2 string for parsing XML documents.
    IF you wanted to use CLOB to store and manipulate xml documents you can use XMLParser and XMLDom
    packages along with the DBMS_LOB package to do that.
    -- This file demonstates a simple use of the parser and DOM API.
    -- The XML file that is given to the application is parsed and the
    -- elements and attributes in the document are printed.
    -- The use of setting the parser options is demonstrated.
    set serveroutput on;
    create or replace procedure domsample(dir varchar2, inpfile varchar2,
    errfile varchar2) is
    p xmlparser.parser;
    doc xmldom.DOMDocument;
    -- prints elements in a document
    procedure printElements(doc xmldom.DOMDocument) is
    nl xmldom.DOMNodeList;
    len number;
    n xmldom.DOMNode;
    begin
    -- get all elements
    nl := xmldom.getElementsByTagName(doc, '*');
    len := xmldom.getLength(nl);
    -- loop through elements
    for i in 0..len-1 loop
    n := xmldom.item(nl, i);
    dbms_output.put(xmldom.getNodeName(n) || ' ');
    end loop;
    dbms_output.put_line('');
    end printElements;
    -- prints the attributes of each element in a document
    procedure printElementAttributes(doc xmldom.DOMDocument) is
    nl xmldom.DOMNodeList;
    len1 number;
    len2 number;
    n xmldom.DOMNode;
    e xmldom.DOMElement;
    nnm xmldom.DOMNamedNodeMap;
    attrname varchar2(100);
    attrval varchar2(100);
    begin
    -- get all elements
    nl := xmldom.getElementsByTagName(doc, '*');
    len1 := xmldom.getLength(nl);
    -- loop through elements
    for j in 0..len1-1 loop
    n := xmldom.item(nl, j);
    e := xmldom.makeElement(n);
    dbms_output.put_line(xmldom.getTagName(e) || ':');
    -- get all attributes of element
    nnm := xmldom.getAttributes(n);
    if (xmldom.isNull(nnm) = FALSE) then
    len2 := xmldom.getLength(nnm);
    -- loop through attributes
    for i in 0..len2-1 loop
    n := xmldom.item(nnm, i);
    attrname := xmldom.getNodeName(n);
    attrval := xmldom.getNodeValue(n);
    dbms_output.put(' ' || attrname || ' = ' || attrval);
    end loop;
    dbms_output.put_line('');
    end if;
    end loop;
    end printElementAttributes;
    begin
    -- new parser
    p := xmlparser.newParser;
    -- set some characteristics
    xmlparser.setValidationMode(p, FALSE);
    xmlparser.setErrorLog(p, dir || '/' || errfile);
    xmlparser.setBaseDir(p, dir);
    -- parse input file
    xmlparser.parse(p, dir || '/' || inpfile);
    -- get document
    doc := xmlparser.getDocument(p);
    -- Print document elements
    dbms_output.put('The elements are: ');
    printElements(doc);
    -- Print document element attributes
    dbms_output.put_line('The attributes of each element are: ');
    printElementAttributes(doc);
    -- deal with exceptions
    exception
    when xmldom.INDEX_SIZE_ERR then
    raise_application_error(-20120, 'Index Size error');
    when xmldom.DOMSTRING_SIZE_ERR then
    raise_application_error(-20120, 'String Size error');
    when xmldom.HIERARCHY_REQUEST_ERR then
    raise_application_error(-20120, 'Hierarchy request error');
    when xmldom.WRONG_DOCUMENT_ERR then
    raise_application_error(-20120, 'Wrong doc error');
    when xmldom.INVALID_CHARACTER_ERR then
    raise_application_error(-20120, 'Invalid Char error');
    when xmldom.NO_DATA_ALLOWED_ERR then
    raise_application_error(-20120, 'Nod data allowed error');
    when xmldom.NO_MODIFICATION_ALLOWED_ERR then
    raise_application_error(-20120, 'No mod allowed error');
    when xmldom.NOT_FOUND_ERR then
    raise_application_error(-20120, 'Not found error');
    when xmldom.NOT_SUPPORTED_ERR then
    raise_application_error(-20120, 'Not supported error');
    when xmldom.INUSE_ATTRIBUTE_ERR then
    raise_application_error(-20120, 'In use attr error');
    end domsample;
    show errors;

  • Protocol- TCP/IP and SPX with Oracle8 and TCP/IP

    Hi,
    We are running Oracle8.0.4 under Novel 5.0 Client side has Win95 and Developer/2000 rel 2.1 with forms 5.
    The problem over here is When we run the Application with alias theough TCP/IP it takes around 59 second while through SPX same screen takes around 8 seconds why?
    Malik Saqib
    null

    It's because, TCP/IP is only for Windows NT Platforms and SPX is for Novel Networks.
    I hope I am currect.
    -Aqueel.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by malik saqib ([email protected]):
    Hi,
    We are running Oracle8.0.4 under Novel 5.0 Client side has Win95 and Developer/2000 rel 2.1 with forms 5.
    The problem over here is When we run the Application with alias theough TCP/IP it takes around 59 second while through SPX same screen takes around 8 seconds why?
    Malik Saqib<HR></BLOCKQUOTE>
    null

  • Problem with Oracle8i Lite and Forms 6i

    Problem:
    I have installed first Oracle8i Lite Version 4.0.0.2.0 on my computer witch has no network card and it works wery well with The Open Client Adapter (OCA).
    Then, I have installed Oracle Forms and Reports Release 6i, and from this moment, I get this message : "OCA-30002: ubofscr function not supported".
    In the release notes, I can read :
    "OCA Release 6.0.5.3.0 is installed for compatibility with Oracle Required Support Files version 8.0.5. If you install newer client tools which upgrade your Required Support Files to version 8.0.5.1, you may experience an error message, "OCA-30002: ubofscr function not supported". To upgrade OCA to correct this problem, copy the OCA605290.zip file from the \WIN32 folder of the Oracle8i Lite CD-ROM, unzip it and follow the instructions in the README.TXT file which it contains."
    But on my Oracle8i Lite CD-ROM, there is no OCA605290.zip file from the \WIN32 folder.
    What can I do ?
    null

    You could try to "hide" the db-link by creating a local view above the dblink-table.

Maybe you are looking for

  • Using dynamic query to create sequence

    Hello, I created the sequence dynamically in a Procedure, but when I executed, it gave me an Insufficient privileges error: SQL> create table dummy (id number, module_id varchar2(20), p_order number, status varchar2(1)); SQL> insert into dummy values

  • Call RFC with DLL created with DCOM CONNECTOR

    I try to call a RFC with a DLL that i created with the SAP R/3 DCOM CONNECTOR (Release 4.5.B): My external soft calls the DLL, which calls the RFC, which calls a transaction (Call Transaction Mode N, Update S)... When i test the RFC in SAP (SE37), it

  • Auto email after execution of scheduled business rule

    Hi All, We have certain business rules which will be scheduled on daily, weekly and monthly basis. Our requirement is that every time when a scheduled business rule is executed a email is sent to the administrator (specifying the name of BR and time

  • So why offer Flash 13 upgrade to OS 10.9.2 if it is NOT working????

    I have spent about 45 minutes trying to install the 'new' update for OS 10.9.2, following all instructions, disabling possible problems with extensions, and uninstalling last version.  No success, and then find something saying there is a bug in new

  • How to simultaneously multitrack record in GB for iPad?

    Hi, I'm running GB on my iPad 3, and I'm looking to get a Focusrite Scarlett 18i20 interface (via cc kit) to record guitars, keys and vocals. How do I arm tracks for recording and assign tracks to different interface inputs? I want to record from mul