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

Thread: create index (inter media text)

  1. #1
    Join Date
    Apr 2001
    Posts
    46
    while creating index i am getting the following error

    create index myindex on docs(text) indextype is ctxsys.context;
    create index myindex 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-50704: Net8 listener is not running or cannot start external procedures
    ORA-28575: unable to open RPC connection to external procedure agent
    ORA-06512: at "CTXSYS.DRUE", line 122
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 34
    ORA-06512: at line 1

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Is your listener is confiured to use the external procedure option? check the sample on the listener.ora on the server.

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


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