Error in index creation: null

Hi,
I have a problem when I try to create an index.
The message I get is: Could not create the index: null
But apparently the index is created. I try to add data sources but then i get portal runtime error.
Looking in TREX monitor the Queue is created (obviously without any entries).
And finally when I try to create a taxonomy (after choosing Trex Search and Classification service in index creation) the new button doesn't appear!
Could anyone give a clue?
Thanks in advance.
Guillermo.

Please visit Google and issue
ora-29833 site:oracle.com
Kindly do this with every error you get.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Errors in index creation

    Hi,
    I'm using Oracle Intermedia on Oracle 8.1.7.0.0 to index some columns of type LONG.
    During the index creation I'm having some errors with some tables:
    [type 1 error]
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: interMedia Text error:
    DRG-50857: oracle error in drekalc startid
    DRG-50858: OCI error: OCI_NO_DATA
    ORA-06512: at "CTXSYS.DRUE", line 126
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 78
    ORA-06512: at line 1
    [type 2 error]
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    In this second case the result is also that I'm no longer connected to Oracle.
    Do you have some hints?
    Patchset 2 can solve these problems?
    Best Regards. Riccardo Girardi

    There has been some bugs with LONG so try to get the latest patchset. I suggest going to 8.1.7.4

  • Error creating index (trailing null missing from STR bind value)

    I'm having the following error:
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: interMedia Text error:
    DRG-50857: oracle error in dreii0fsh
    ORA-01480: trailing null missing from STR bind value
    ORA-06512: at "CTXSYS.DRUE", line 157
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 176
    ORA-06512: at line 1
    my script is:
    create index IDX_XML on EN_TESTE_XML(TXT_XML_CURRICULO)
    indextype is ctxsys.context;
    My Oracle is 9.0.1
    TXT_XML_CURRICULO -> XMLTYPE then
    the section group is PATH_SECTION_GROUP by default.
    thanks.
    Marlon

    If you get an OCI error when simply updating a record in PL/SQL Developer, it sounds like a PL/SQL Developer issue, although not one I've come across. You might try Allround Automations tech support. They'll need your exact versions of Oracle server, Oracle client and PL/SQL Developer.
    SQL*Plus is part of the Oracle Client software so you should have it somewhere, or you can download it free.

  • Error during INDEX creation

    Hi ,
    I am trying to create Index on table D010TAB but it is giving error "Indexes Z1 and 0 for table D010TAB have identical fields".
    When I tried to search for Index 0, I did not find it.
    does the table have default index as 0 assigned?
    Regards,
    Saurbah

    >
    saurabh kulkarni wrote:
    > does the table have default index as 0 assigned?
    >
    Hi saurabh kulkarni,
    Answer is Yes and it consist of Primary Key Fields.
    The ID '0  ' is reserved for the primary index. The name ranges 'Y..' and 'Z..' are reserved for customer indexes.
    Also there is one more index 1 is present in table D010TAB with fields TABNAME & MASTER
    Why you want to create duplicate index ?  it's already present.
    For more information about index please have a look at [SAPHelp|http://help.sap.com/saphelp_erp60_sp/helpdata/EN/cf/21eb20446011d189700000e8322d00/frameset.htm]
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • DRG-10582 error during index creation

    Hi!
    I am getting the error below when I try to create a context index. I am using an Oracle 9.2.0.1.0 database on a win2000 professional platform. Oracle returns a column which does not really exist. Can anyone help me? Thanks in advanced.
    Erick
    SQL> CREATE INDEX "SECDB"."TB_ENTITY_INDEX"
    2 ON "SECDB"."TB_ENTITY" ('NAM_ENTY_LONG')
    3 INDEXTYPE IS CTXSYS.CONTEXT;
    CREATE INDEX "SECDB"."TB_ENTITY_INDEX"
    ?1????????????:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10582: column SYS_NC00011$ does not exist in table TB_ENTITY
    ORA-06512: at "CTXSYS.DRUE", line 157
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 186

    Hi,
    Just to highlight one of the message what you get
    ORA-01658: unable to create INITIAL extent for segment in tablespace YM4Try to increase the space allocated to this tablespace.
    Nicolas.

  • Process chain error - Create Index 0SD_C04 is not permitted

    Hi,
    We are trying to load Infocubes 0SD_C03 and 0SD_C04 in a process chain. The Delete Index and Load Infopackage processes are executing successfully, but we are getting an error on Index creation for Infocube 0SD_C04.
    The error message is "Deleting/Reconstructing Indexes for Infocube 0SD_C04 is not permitted".
    Is there a setting to allow index creation for this cube?
    Thanks
    Pooja.

    Pooja,
    maybe the index was not properly dropped ,
    check if the index has not got corrupted..
    found a program:
    RSDU_INFOCUBE_INDEXES_CHECK
    this could be of help - but an unable to test it here since I cannot replicate the scenario..
    Arun
    Assign points if it helps..

  • Intermedia text index creation error

    My intermedia text was working fine, but now when create one index, it failed and it gave me the following error message:
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: ConText error:
    ORA-06520: PL/SQL: Error loading external library
    ORA-06522: ld.so.1: extprocPLSExtProc: fatal: libskgxp8.so: open failed: No such file or directory
    ORA-06512: at "CTXSYS.DRUE", line 122
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 34
    ORA-06512: at line 1
    The listener itself is fine, is it because some library need to be re-created?
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Alexander Bogomolov ([email protected]):
    I've installed Intermedia text. During sample index creation i've get following error messages:
    ORA-06520: PL/SQL: Error loading external library
    ORA-06522: Unable to load DLL
    ORA-06512: at "CTXSYS.DRUE", line 126
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 54
    ORA-06512: at line 1...
    seems to be incorrect NET8 settings. How can I solve this problem?
    thanks.
    Sorry for bad English. regards!<HR></BLOCKQUOTE>
    *** check your listener.ora file
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = oracle_home)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = global dbname)
    (ORACLE_HOME = oracle_home)
    (SID_NAME = sidname)
    for the correct location of extproc
    null

  • Error while running index creation

    Hi All ,
    I am running index creation step like below .
    alter session enable parallel DDL;
    alter session set workarea_size_policy=manual;
    alter session set sort_area_size=250000000;
    alter session set db_file_multiblock_read_count=128;
    CREATE INDEX "CUST_ROUTE_IDX" ON "CUST_2_K2K" ("PP2S", "KK2S")
    PCTFREE 10 INITRANS 2 MAXTRANS 255 NOLOGGING
    STORAGE( INITIAL 5M
    NEXT 16777216
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    PCTINCREASE 0
    FREELISTS 1
    FREELIST GROUPS 1
    BUFFER_POOL DEFAULT)
    TABLESPACE "INDX" PARALLEL 2;
    when i am running like above i am getting following error..
    CREATE INDEX "CUST_ROUTE_IDX" ON "CUST_ROUTE_IDX" ("PP2S", "KK2S")
    **ERROR at line 1:**
    **ORA-00604: error occurred at recursive SQL level 1**
    **ORA-04031: unable to allocate 38410272 bytes of shared memory ("large**
    **pool","SEQ$","QERHJ hash-joi","kllcqc:kllcqslt")**
    DB is ORA 10gR2 installed on 8 cpu machine with 32 GB of RAM . From Unix Top command i can understand that 18GB of RAM is free.
    When i remove "alter session set sort_area_size=250000000;" and run above script no error is coming .
    But enough memory is availabe to the machine as per UNIX . Can any one help me out why this err is coming .
    Also when I do " show parameter sort_area_size " in any new sqlplus session it displays 65536
    This value is in bytes/KB/MB ...pls advice
    Thanks in Advance

    Please read any error message carefully, prior to posting.
    **ORA-04031: unable to allocate 38410272 bytes of shared memory (*"large**
    **pool"*,"SEQ$","QERHJ hash-joi","kllcqc:kllcqslt")**
    Oracle is trying to allocate memory in the large pool, and the large pool is too small.
    The sort_area_size has nothing to do with it.
    Also there is no gain in setting the work_policy to manual, as Oracle will allocate memory beyond pga_aggregate_target automagically.
    There is also no gain in setting db_file_multiblock_read_count, as Oracle will adjust that automagically.
    Sort_area_size is in bytes, as documented, and it is your value in the spfile/init.ora which is the default or which you have set.
    You can read about this in the documentation which is online at http://tahiti.oracle.com
    Sybrand Bakker
    Senior Oracle DBA

  • Strange: Conditional Error in Intermedia Text Index Creation

    Hi All,
    I am facing a strange error while creating the Intermedia Text index on 8.1.6 release for NT 4.0.
    I have one database instance installed on the server. When i connect to Oracle through SQL plus as: connect username/password;
    The index creation works fine!
    But, if i connect using: username/password@servicename;
    The index creation does not work!
    The following error occurs.
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000:intermedia Text error:
    ORA-50704:Net8 listener is not running or cannot start external procedures
    ORA-28575:unable to open RPC connection to external procedure agent
    ORA-12154:TNS:could not resolve service name
    ORA-06512:at "CTXSYS.DRUE", line 126
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 54
    ORA-06512:at line 1
    Could anyone please help as to why it works without when connected without the service name but not otherwise?
    Thanking you in advance!
    Thanks and Regards
    Anurag Agarwal

    Hi All,
    I am facing a strange error while creating the Intermedia Text index on 8.1.6 release for NT 4.0.
    I have one database instance installed on the server. When i connect to Oracle through SQL plus as: connect username/password;
    The index creation works fine!
    But, if i connect using: username/password@servicename;
    The index creation does not work!
    The following error occurs.
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000:intermedia Text error:
    ORA-50704:Net8 listener is not running or cannot start external procedures
    ORA-28575:unable to open RPC connection to external procedure agent
    ORA-12154:TNS:could not resolve service name
    ORA-06512:at "CTXSYS.DRUE", line 126
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 54
    ORA-06512:at line 1
    Could anyone please help as to why it works without when connected without the service name but not otherwise?
    Thanking you in advance!
    Thanks and Regards
    Anurag Agarwal

  • Index Creation wrong error in process chain

    Hi Experts,
    One of my process chain got failed due to following error:
    "Index creation in Infocube got wrong"
    can anyone help,how to resolve this issue?
    Edited by: Nirav Shah on Dec 21, 2007 7:05 AM

    1)You can even see the INDEX in DB02 t.code
    2)Goto Cube -> Manage -> Performance TAb -> Repair Indices (you can see all the index related statuses hre, like check indexes, repair indexes, you will get the green/red status here if you got green status no worries, if red you can rebuild indexes)
    3) You can read the message from Process logs and you can find out some solve issue from there also
    Edited by: Aduri on Dec 21, 2007 7:10 AM

  • Index Creation Error, while creating Information space

    Hi,
    I'm trying to create an Information Space in explorer based
    off of a Universe created on a Bex Query from SAP BW. 
    This
    Universe is created in Universe design tool based on BW 7.4,  gives below error, while creating report in  Web Intelligence based on Universe.
      Database error: Failed to execute MDX Query.
      Reason occured when starting the parser timeout during
    allocate/CPC-CALL.
    2) In Explorer everything seems to be working fine with the
    Information Space creation up until the point where I need to index it.  When I click 'Index' it takes about 5-10
    seconds and then fails with the following error
    Latest indexing failed
      Start Date: 2015/02/11 08:51
    End Date: 2015/02/11 08:53
    Server, BOHDSIA.ExplorerIndexingServer, generated the
    following messages:
      Index Creation Failed (
      The execution of the specified analysis query
    failed.-Database error: A database error has occured. (IES 10901)
      Database error: A database error has occured. (IES 10901))
      The Bex Query executes successfully in BEx Analyzer and webi
    report created with BEX as datasource

    Please see reply at:
    http://technet.oracle.com:89/ubb/Forum36/HTML/000661.html

  • Trex Index Creation Error

    Hi everybody,
    Trying to create a nex index (the first one) using the index Administration iview I get the following error:
    Index could not be created; creating index failed: general configuration error (Errorcode 2030)
    I also obtain the same errorcode running the python script runInstallationTest.py
    Everything looks fine in the portal trex monitor (all green lights)
    Any help would be very apprecieated.

    Hi again Detlev and thanks for your reply,
    I'm a bit confused here, take a look of this note:
    Note 798575:
    Symptom
    TREX 6.1 SP9/SR1 index creation failed
    Other terms
    cannot create allConfig, Windows 2000 2003, create index
    Reason and Prerequisites
    You have installed TREX 6.1 SP9/SR1 and cannot create an index. The returned message in trace files is like the following: Cannot create allConfig.
    Solution
    Add the TREX-User to administrotors group:
    Choose from Control Panel/Administrative Tools the Computer Management Tool.
    Navigate to System Tools/Local Users and Groups
    Under users select the TREX-user with right click and choose properties.
    In the Member Of tab add the administrators group.
    But the installation guide recommends on page 24: "We recommend not giving the user administrative
    permissions for security reasons.
    If the group sapsys is available, we recommend that you
    assign this group to the user."
    Sapsys is not available, I think I will try with David's approach.

  • R-tree index creation error

    I'm getting the following error when trying to create an r-tree index:
    create index new_gps_idx on gis.new_gps (geometry) indextype is mdsys.spatial_index PARAMETERS('TABLESPACE=INDX')
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-06512: at line 1
    I get the error regardless of which tablespace I specify.
    I can however create fixed quad-tree indexes with the following command, in the same tablespace:
    create index new_gps_idx on gis.new_gps (geometry) indextype is mdsys.spatial_index PARAMETERS('SDO_LEVEL=4');
    The error is defined as:
    ORA-29855 error occurred in the execution of ODCIINDEXCREATE routine
    Cause: Failed to successfully execute the ODCIIndexCreate routine.
    Action: Check to see if the routine has been coded correctly.
    I have created one r-tree index on a large spatial table, 5633 geometries, in the INDX tablespace. I am not able to create another one.
    The INDX tablespace is only 2% used and its size is 200MB.
    Any help would be greatly appreciated.
    Dave
    null

    Hi David,
    Can you try applying the patch (if you haven't already)? Unfortunately I can't rememeber the details of what the symptoms were, and although the patch kit describes a fix there is no corresponding bug in Oracle's bug database. If I remember correctly there was a bug in the values the r-tree code was using for intermediate (temporary) tables created during r-tree index creation.
    Sorry I can't pin this down for you.
    dan

  • ORA-1652: Index creation error

    At the time of table re-organisation, Index creation got aborted for the secondary index creation. then we have continued our activity leaving the index creation due to short of System downtime.
    Again we have run the sql statment when the sap system is up, then it has thrown an error:
    ORA-1652 unable to extend temp segment by 128 in tablespace PSAPTEMP.
    In the current system, we are not ready to increase the size of datafile or resizing.where it leads to the increase the size of database.
    Here we have option to create a new temp tablespace, will delete after index creation, but while doing this how do we point the new tablespace which is created for this activity.
    SAP 4.6c oracle 9 sun solaris.
    Kindly advise what can be done. reply ASAP

    Martin,
    We have discussed with the team like,
    1. Create new temporary tablespace with desired Size which should be minimum 25GB
                CREATE temporary tablespace PSAPTEMP1......
        2. If the original tablespace is a default temporary tablespace, set the new tablespace as default temporary tablespace in the database.
                 SQL> alter database default temporary tablespace PSAPTEMP1;
        3. Perform the index creation
        4. Make the old tablespace PSAPTEMP as the default temporary tablespace.
                 SQL> alter database default temporary tablespace PSAPTEMP
       5. Drop the new tablespace.
                 SQL> drop tablespace temp including contents.
    Here I have a question, while switching the default temporary tablespace from PSAPTEMP to the much bigger new PSAPTEMP1Tablespace whether this will affect the running transaction.
    Any impact on switching the tablespace online..?
    We are performing this activity in the online system(running sap system)
    Thanks,

  • INDEX CREATION ERROR IN iFS

    Hello i took an export of iFS schema "ifssys" and tried to import into another database with same set of tablespaces. the tables got created but index creation failed with following error msg.
    Oracle error 6510 encountered.
    Pl/Sql: unhandled user-defined exception
    at CTXSYS.DRIUTL
    no data found
    at CTXSYS.DRIIMP
    problem importing metadata for index
    INDEXBLOB_I. index creation will be skipped.
    Please note i had given connect, resource,dba and ctxapp role to ifssys user.
    Kindly suggest.
    Manish Jain.
    null

    Please see response at: http://technet.oracle.com:89/ubb/Forum36/HTML/000661.html

Maybe you are looking for

  • Reg: JDBC Sender Adapter Locking everytime

    HI Experts, I am facing one issue regarding Sender JDBC Adapter. I already gone through few SDN LInk and followe the SAP Note 1083488 and few other links and blogs but there is no Use. I already kept JDBC SENDER>Advance>TASKTIMEOUT = 0 because as per

  • Table for billing documents not posted  to acounting

    Hi , Could you let me know the table  name wherein we can find biling documents not posted to accounting and has vbx3 error? Thanks, Praveen

  • To reinstall Essbase server

    We would like to reinstall Essbase server to fix a server performance issue.Can we keep all App and Db to do this or is it necessary to delete all app before?Nota: Essbase 6.5.1 on windows NT 5 environmentThanks in advance

  • Own function in computation (Interactive Report)

    Hello, I have checked package WWV_FLOW_WORKSHEET_DIALOGUE (it's wrapped, so I've checked it only slightly) and table WWV_FLOW_WORKSHEET_COMPUTATION and found that those two objects are responsible for functions we can see/use at Compute panel of Inte

  • What is double byte support for Materials?

    We recently upgraded to ECC5 Unicode form our earleir no unicode 46C. In this regard: How do we do a double byte language set up for Material master? What is meant by double byte support in the first place? Pl advise. - Ven