Error creating intermedia index in Portal

We are running Portal 3.0.6 on Solaris 3.8.
We are having trouble creating intermedia index. We get the "An unexpected error has occurred (WWS-32100)", when trying to create the index thru the UI.
We tried metalink's suggestion and executed inctxgrn.sql. The error Persists on the UI, when you click create index.
We tried to create the index from pl/sql, by executing ctxcrind.sql. we got the following error
ERROR at line 1:
ORA-06502: PL/SQL: numeric or value error
ORA-06512: at "SYS.OWA_UTIL", line 323
ORA-06512: at "SYS.HTP", line 859
ORA-06512: at "SYS.HTP", line 974
ORA-06512: at "SYS.HTP", line 992
ORA-06512: at "SYS.HTP", line 40
ORA-06512: at "PORTAL30.WWERR_API_ERROR_UI", line 109
ORA-06512: at "PORTAL30.WWERR_API_ERROR_UI", line 57
ORA-06512: at "PORTAL30.WWSBR_STDERR", line 350
ORA-06512: at "PORTAL30.WWSBR_ERROR", line 8
ORA-06512: at "PORTAL30.WWV_CONTEXT", line 377
ORA-20100:
ORA-06512: at "PORTAL30.WWSBR_STDERR", line 437
ORA-06512: at "PORTAL30.WWV_CONTEXT", line 218
ORA-20100:
ORA-06512: at "PORTAL30.WWSBR_STDERR", line 437
ORA-06512: at "PORTAL30.WWV_CONTEXT_UTIL", line 39
ORA-20000: interMedia Text error:
DRG-12603: CTXSYS does not own user datastore procedure: WWSBR_THING_CTX_41
ORA-06512: at line 4
null

Seems like a package owenership problem.
I suggest to post the same message in the Portal forum.

Similar Messages

  • Error creating intermedia index (8.1.5)

    Hi!
    The following error occours while I try to create an index with
    indextype
    "ctxsys.context":
    create index idx_name on user.table_name(field_name) indextype
    is ctxsys.context;
    ORA-03113: end-of-file on communication channel
    The intermedia text installation was succesful. Does someone
    have an idea?
    Thanks!!!
    Best regards
    Andri Klos

    Hi Andre,
    when you have the possibilty to use an 8.1.7 then do this,
    because Intermedia Text works there better.
    For your problem, please set your own preferences and try again:
    exec CTX_DDL.drop_preference('MY_LEXER');
    exec CTX_DDL.create_preference('MY_LEXER','BASIC_LEXER');
    exec CTX_DDL.set_attribute('MY_LEXER','ALTERNATE_SPELLING',
    'GERMAN');
    exec CTX_DDL.set_attribute('MY_LEXER','BASE_LETTER','YES');
    exec CTX_DDL.set_attribute('MY_LEXER','MIXED_CASE', 'NO');
    exec CTX_DDL.set_attribute('MY_LEXER','INDEX_THEMES','NO');
    exec CTX_DDL.set_attribute('MY_LEXER','INDEX_TEXT', 'YES');
    exec CTX_DDL.set_attribute('MY_LEXER','COMPOSITE', 'GERMAN');
    exec ctx_ddl.Drop_Preference ('MY_FILTER');
    exec ctx_ddl.Create_Preference ('MY_FILTER','NULL_FILTER');
    exec ctx_ddl.drop_section_group ('MY_SECTION');
    exec ctx_ddl.create_section_group
    ('MY_SECTION','NULL_SECTION_GROUP');
    create index <indexname> on <table> (<column>)
    indextype is ctxsys.context
    parameters ('lexer MY_LEXER
    filter MY_FILTER
    section group MY_SECTION
    memory 20M');

  • Error creating Intermedia Index

    I've struggled through the listner configurations and it appears I'm beyond that. However I'm receiving the following error when trying to create an index
    create index doc_index on docs(text) indextype is ctxsys.context
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: ConText error:
    DRG-12504: stoplist CTXSYS.DEFAULT_STOPLIST does not exist
    ORA-06512: at "CTXSYS.DRUE", line 122
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 34
    ORA-06512: at line 1
    It says CTXSYS.DEFAULT_STOPLIST does not exist. Anyone seen this? Or should I try to reinstall the intermedia options.
    -- dt

    Load the default stoplist by loading the sql script appropriate for your language/locale. You can find the scripts in ctx/admin/defaults/
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by dtrappil:
    I've struggled through the listner configurations and it appears I'm beyond that. However I'm receiving the following error when trying to create an index
    <HR></BLOCKQUOTE>
    null

  • Creating intermedia index is taking too long!!

    creating intermedia index is taking too long. then memory insufficient... system down.
    please help.
    platform: win2000 pro, oracle817
    linux redhat, oracle817

    Use CTX_OUTPUT_START_LOG() to begin logging index requests. Then create an index and see what's going on.
    o.

  • ERROR creating spatial index

    Hi all.
    I have a problem during the creation of a spatial index for a table column.
    The metadata is in the USER_SDO_GEOM_METADATA VIEW, but Oracle throws the message:
    ORA-29855: se ha producido un error en la ejecución de la rutina ODCIINDEXCREATE
    ORA-13203: fallo al leer la vista USER_SDO_GEOM_METADATA
    ORA-13203: fallo al leer la vista USER_SDO_GEOM_METADATA
    ORA-06512: en "MDSYS.SDO_INDEX_METHOD_10I", línea 10
    The code that i use to create the index is:
    DELETE FROM USER_SDO_GEOM_METADATA;
    INSERT INTO USER_SDO_GEOM_METADATA
    VALUES (
    'E011_CIUDADES',
    'F011_GEO',
    MDSYS.SDO_DIM_ARRAY(
    MDSYS.SDO_DIM_ELEMENT('Longitud', -180, 180, 10), -- 10 meters tolerance
    MDSYS.SDO_DIM_ELEMENT('Latitud', -90, 90, 10) -- 10 meters tolerance
    8307 -- SRID for 'Longitude / Latitude (WGS 84)' coordinate system
    CREATE INDEX IX_SPATIAL_011_GEO
    ON SYSTEM.E011_CIUDADES(F011_GEO)
    INDEXTYPE IS MDSYS.SPATIAL_INDEX
    PARAMETERS ('tablespace=ASOUSU');
    I will apreciate any help. Thanks.

    This is very bad:
    CREATE INDEX IX_SPATIAL_011_GEO ON SYSTEM.E011_CIUDADES(F011_GEO)
      INDEXTYPE IS MDSYS.SPATIAL_INDEX PARAMETERS ('tablespace=ASOUSU');It means you've stored spatial data in the SYSTEM user's schema, which, as noted, is mucho malo. Either that, or it is a typo and that is why you got: fallo al leer la vista USER_SDO_GEOM_METADATA

  • ORA-29855 - Error creating Spatial Index using a Stored Procedure

    Hi
    I am using Oracle 10gR2 database and I have written a stored procedure to create spatial index. But when i execute this function i get the following error message.
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in R-tree: [mdrcrtscrt]
    ORA-13231: failed to create index table [MDRT_217C1$] during R-tree creation
    ORA-13249: Stmt-Execute Failure: CREATE TABLE FGDABZ40.MDRT_217C1$ (NODE_ID NUMBER, NODE_LEVEL NUMBER, INFO BLOB) LOB (INFO) STORE AS (CACHE) NOLOGGING PCTFREE 2
    ORA-29400: data cartridge error
    ORA-01031: insufficient privileges
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 10
    ORA-06512: at line 1
    ORA-06512: at "FGDABZ40.PKG_PSSDBE_APPLICATION", line 298
    ORA-06512: at line 17
    The tables that i am passing are registered in metadata and I am able to create indexes directly in sql plus. But when i try to create using this stored procedure, it fails.
    it should be possible to create indexes using a generic function. Has any faced a similar problem?
    regards
    sam

    Hi,
    I am having a same error on Oracle 10gR2 database. When I execute the same statement in sqlplus, it works. But it gives this error when I call the procedure which has this create spatial index statement.
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in R-tree: [mdrcrtscrt]
    ORA-13231: failed to create index table [MDRT_20CDA$] during R-tree creation
    ORA-13249: Stmt-Execute Failure: CREATE TABLE "SDOMGR".MDRT_20CDA$ (NODE_ID NUMBER, NODE_LEVEL NUMBER, INFO BLOB) LOB (INFO) STORE AS (CACHE) NOLOGGING PCTFREE 2
    ORA-29400: data cartridge error
    ORA-01031: i
    Any help will be appreciated.
    Thanks,
    Sri

  • Error creating Spatial Index - ORA-29855

    I have a DB in 11g that I used SQL Developer to copy to my local machine, 10g installation. I copied the same kind of databases around a lot but this is the first time I'm getting this error, when creating the spatial index.
    For this table I only copy the DDL and then run a .sql file with lot's of inserts and now I'm trying to create the spatial index.
    So I tried:
    CREATE INDEX location_spatial_idx ON location(locationcoordinates) INDEXTYPE IS MDSYS.SPATIAL_INDEX;
    And got:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13203: failed to read USER_SDO_GEOM_METADATA view
    ORA-13203: failed to read USER_SDO_GEOM_METADATA view
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 10
    My DB is:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    I tried running the create index as SYSDBA with no luck.
    select * from mdsys.sdo_index_metadata_table -> empty for this user owner
    select sdo_index_name from user_sdo_index_metadata -> empty
    SELECT * FROM SDO_INDEX_METADATA -> empty
    So... any clue on what I'm doing wrong?

    user10768987 wrote:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13203: failed to read USER_SDO_GEOM_METADATA view
    So... any clue on what I'm doing wrong?I would think that Oracle is quite clearly telling you what is wrong here: Your table is not in the metadata.
    If you simply create the DDL for the table and create the insert statements from SQL Developer, it won't create the insert into user_sdo_geom_metadata....
    And in order to create a spatial index, the table MUST be in the user_sdo_geom_metadata, whether you try to create the index as SYSDBA or as the owner of the table.
    Regards,
    Stefan
    Edited by: Stefan Jager on Jun 4, 2013 9:14 AM

  • Error creating spatial indexes

    I'm using oracle 10g2.
    I retrieve the following error message during spatial index creation:
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13236: internal error in R-tree processing: [failed to cluster in memory]
    ORA-13232: failed to allocate memory during R-tree creation
    ORA-13236: internal error in R-tree processing: [failed to allocate memory
    4387752 (mdrtsalloc)]
    ORA-04031: unable to allocate ORA-04031: unable to allocate 4387800 bytes of
    shared memory ("large pool","unknown object","koh-kghu sessi","kpmalloc")
    bytes of shared memory ("","","","")
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 10
    I've already tried to increase memory, shared and large pool, actually I have the following settings:
    Shared pool 500
    Buffer cache 200
    Large pool 200
    Pool Java 20
    I've already installed data and created spatial indexes on other machine correctly with the same data with less memory use, and I can't find any difference.
    Could anybody help me?

    Andre,
    I didn't think the , and ; in the sdo_geom_metadata would be causing the problem because he indicated that he could build indexes on other data - I assume he uses the same diminfo values for these as well. But, one can never be too sure!
    But certainly, follow what the error messages indicate.
    The Oracle Error message manual says:
    "ORA-13232: failed to allocate memory during R-tree creation
    Cause: This feature assumes a minimum of 64K memory for bulk creation.
    Action: Create the index for a small subset of the data. Then, use transactional insert operations for the rest of the data."
    The spatial manual says:
    "Before you create a spatial index, be sure that the rollback segment size and the SORT_AREA_SIZE parameter value are adequate, as described in Section 4.1.1."
    One way to change the sort area size is to alter your existing session before
    executing the create index statement. So, from 4.1.1. this can be done via:
    ALTER SESSION SET SORT_AREA_SIZE = 20000000;
    Also, do what Andre suggests. On my laptop with 1G of memory as a matter of course I change the SGA from the default to being much larger.
    regards
    S

  • Error creating text item in portal

    Hello forum, I am having an error creating a text item in portal. I'd like the item to be displayed directly on the page. However, the item is greater than 32K. This is the error in the log file: portal: [module=RepositoryServlet, ecid=83707100943,1] ERROR: Repository Gateway error: Request Processing Error: Value param too long. Length is 189640. Upper limit is 32512
    Does anybody know of a work around this issue?
    Thanks

    There's not a workaround, per se, for this. The 32K is a hard and fast (and very annoying) limit. Depending on the item and display you'd like to use, you could put it in a dynamic page and display it as a portlet, or split it up into different items.

  • SDO_GEOM error creating spatial index

    Hi,
    We are attempting to create a spatial index on column, GEOM, for a transit lines table but got the error "SDO_Geometry is not a valid column type for use in a text index". The source data is a shapefile. We used both FME and an Oracle conversion tool to convert the shapefiles into an Oracle table (both methods led to the same error). We also created the metadata and validated the geometry.
    Has anyone had this issue?
    Thanks,
    Renee

    If you have issues, best is to copy also your sql statements and error messages to your post.
    Have you tried creating your index with the following syntax?
    CREATE INDEX your_index_name ON your_table_name(geom)
    INDEXTYPE IS MDSYS.SPATIAL_INDEX

  • Error creating an Index

    I get the error ORA-00603 when trying to create an index. Anyone able to help.

    ORA-00603 ORACLE server session terminated by fatal error
    Cause: An Oracle Server session is in an unrecoverable state.
    Action: Log in to Oracle again so a new server session will be created automatically. Examine the session trace file for more information.
    The session trace file is located in the path according
    the parameter user_dump_dest. This parameter is located
    in the parameter file. You can see it of the following way :
    show paramters user_d
    [email protected]
    Joel P�rez

  • Error creating text index

    Hi,
    i'm using ORACLE 8.1.5 Standard edition
    and i've tried to execute the following
    statements, but an error occured at the
    create index statement.
    Anyone knows why?
    SQL> create table docs (id number primary key, text varchar2(80));
    Tabelle wurde angelegt.
    SQL> insert into docs values ( 1, 'first document');
    1 Zeile wurde erstellt.
    SQL> insert into docs values ( 2, 'second document');
    1 Zeile wurde erstellt.
    SQL> commit;
    Transaktion mit COMMIT abgeschlossen.
    SQL> create index doc_index on docs(text) indextype is ctxsys.context;
    create index doc_index on docs(text) indextype is ctxsys.context
    FEHLER in Zeile 1:
    ORA-29855: Fehler bei Ausf|hrung der Routine ODCIINDEXCREATE
    ORA-20000: ConText error:
    DRG-11422: Initialisierung der linguistischen Dienste schlug fehl
    DRG-00100: Interner Fehler; Argumente: [52100],[drxf.c],[707],[gxtopen],[0]
    ORA-06512: in "CTXSYS.DRUE", Zeile 122
    ORA-06512: in "CTXSYS.TEXTINDEXMETHODS", Zeile 34
    ORA-06512: in Zeile 1

    I fixed the same proble today.
    Set your client NLS_LANG to the same value as on your database. your database might run with "NLS_LANG=american_america.we8iso8859p1".
    If you want to use german stopwords etc. lokk at the script "drdefd.sql". Replace all "DEFAULT_" settings with your keyword (e.g. "GERMAN_"). Run the script. Now you can create a index with german parameters:
    create index a on b(c)
    indextype is ctxsys.context
    parameters ('lexer ctxsys.german_lexer stoplist ctxsys.german_stoplist wordlist ctxsys.german_wordlist')
    null

  • IVew Error:Create IVIEW in a Portal  for a SAP BW Query

    Hi,
    My requirment is to publish a BW Query to Portal.
    When i tried to create a iver for a particular BW query in portal.....it is pulling every thing.
    When i click to execute a query for which i created iview...a new window pops up and and displays queries according to roles
    Please update me whats happening
    Background:
    BW Version : 7.0
    Currently we are accessing a BW Reports/Queries using BEX WEB Analyzer.
    We are using a Standard Web Templete in WAD.
    When we create a New Query in BW Query designer and publish it a role folder(BW)-PFCG.
    When i execute BEX WEB Analyzer through Explorer i can access query from the folder in the role to which i published.
    I don't need to add each query to web templete when i publish the query to a pole folder in PFCG when i run the BEX WEB Analyzer the query will be in that role automaticall.
    Now i am planning to publish queries in Portal
    I created a role in Portal>Created a work set>assigned the workset to the role
    I am trying to create a iview
    Create a new iview> templete>Query string details
    i assigned this iview to the role
    When i try to access the query from the role i created. intsed of opening the query for which i created iview ...it is opening all the queries that i can access form BEX WEB Analyzer...
    Please update whats happening
    Please let me know if you need firther information
    Thanks

    Hi
    Thanks for the updare...the document (pdf) is not able open...file damegaed...
    PLease aupdate me
    When i created a iview for a single BW query why i can able to see all the queries in the BEX WEB Analyzer
    Thansk

  • Create intermedia index hang

    Hi
    I have table that contain XML in a CLOB datatype
    I'm trying to create this index with this section group:
    begin
    ctx_ddl.create_section_group
    ('feature_group','XML_SECTION_GROUP');
    ctx_ddl.add_field_section('feature_group', 'Title', 'title',
    true);
    ctx_ddl.add_field_section('feature_group', 'Level1', 'level1',
    true);
    ctx_ddl.add_field_section('feature_group', 'Level2', 'level2',
    true);
    ctx_ddl.add_field_section
    ('feature_group','Partnerlist','partnerlist',true);
    ctx_ddl.add_field_section
    ('feature_group','Topiclist','topiclist',true);
    end;
    CREATE INDEX INTEGRATED_SEARCH ON INTEGREATED_SEARCH(CONTENT)
    INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS ('Section group
    feature_group');
    the index start to work after 19000 record indexed it Hang, i
    tried everything to see what happen but nothing no messages, i
    trace all the file.
    by the way i have 4 instance in Oracle all of them work fine
    with this index only in this instance.
    Thank you
    Ray.

    Also here after a big while I was able to help myselfe. Obviousely no ORACLE Personell if available for this forum.
    With the following script I can update the InterMediaIndex periodically.
    Index-Sync-Prozedur:
    create or replace procedure ctxsys.i_doc_sync
    is
    cursor
    c1 is
    select distinct PND_INDEX_OWNER, PND_INDEX_NAME from CTX_PENDING;
    begin
    for c_rec in c1
    loop
    execute immediate 'alter index '&#0124; &#0124;c_rec.pnd_index_owner&#0124; &#0124;'.'&#0124; &#0124;
    c_rec.pnd_index_name &#0124; &#0124;' rebuild online parameters(''sync memory
    1000000'')';
    end loop;
    end;
    Index-Sync-Job:
    declare
    jobno number;
    begin
    dbms_job.submit(job=>jobno, what=>'ctxsys.i_doc_sync;',
    next_date=>sysdate+2/(60*24), interval=>'sysdate+5/(60*24)');
    commit;
    end;
    null

  • Error while creating intermedia search in portal

    hi,
    i tried to install the intermedia search feauture. i followed all the steps in the document,i ran all scripts necessary. i started the server by connecting as ctxsys/ctxsys..it started successfully.
    then i logged into portal, enabled the intermedia search checkbox. then when i clicked on the create index
    button...it shows the following error,
    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: file not found
    DRG-10700: file not found (WWC-36000)
    Failed to parse as PORTAL30 - (WWS-08300)
    ORA-29855: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: file not found
    DRG-10700: file not found (WWC-36000)
    can any one help me on this..
    regds
    Rajesh

    my database version is 9.0.1.1.1 and the version of intermedia text installed is 8.1.7. as i came to know that error might be due to external procedure calls. i checked the tnsnames and listener .ora files in my database home. i have extproc_connection_data entry in the tnsnames.ora. tnsping on extproc_connection_data is working fine.
    but when i try to connect as system/manager@extproc_connection_data it throws a error. what might be the problem. can u help me out in this????
    Regds
    Kiran

Maybe you are looking for

  • Removing the Search Helper Extension and Bing Bar

    The above question has been asked a number of times already, and some replies date back 8 months or more. Sadly, whilst the offers of help are much appreciated, they no longer seems to fix the problem, AFAICS. My setup details, if it assists: Dell In

  • FIle adapter Test Mode

    Hi Guys,                What are the modes available in File adapter sender and receiver mode? what is Test mode for? can you pls send me a link on file adapter attributes? XIer

  • Cannot uninstall PC Suite therefore cannot install...

    Dear All, I have just tried to install a new version of the PC suite and get the following error; "This version of PC Connectivity Solution cannot be used with the currently installed version of Nokia PC Suite. Update or uninstall Nokia PC Suite befo

  • Just bought imac5.1 and needing os. which is the best for this model? only 2gb of ram

    Just bought imac 5.1 2gb ram need os which is the best to run?

  • Import (which tablespace to go to ?)

    Another question about imports. On another (non-Oracle) database I used, I could specify with exports if the tablespaces must be specified (that the tables are loaded into). I could choose if they must go back into the same tablespaces, or if the tab