DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: INdex Creation / SQL/PL Problem?

  1. #1
    Join Date
    Dec 2000
    Posts
    5

    Angry

    HI out there,

    i have a Problem with the interMedia Context Server.
    After Importing a large Dump 250MB, im about to create an index.
    CREATE INDEX AV_STR_VAL ON ATRIBUTEVALUE(STRINGVALUE) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS ('Memory 50M');
    also tried it with 500M ... but the same Problem:

    After a short while the PL Script is hanging and the CPU Load is 100% for the Script. The CTX Log says 1600 documents indexed. Thats it. Nothing else ... No error Message at all.

    So is there a way to find out whats going on there? Maybe a Log for what he is really doing.

    Thaks alot
    P.S: Please if possible post scripts as im no DBA till now :)

  2. #2
    Join Date
    Nov 2000
    Posts
    212
    isn't it better to run a script to create index based on index type?
    At least this is the only valid option we know for SDO indextype based indexes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width