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

Thread: Problem creating context index type

  1. #1
    Join Date
    Jun 2002
    Location
    VA,USA
    Posts
    83

    Problem creating context index type

    Hi All ..

    create index search_idx
    on tb_sdw024_fct_sales(ship_to_cust_nam)
    indextype is ctxsys.context

    Error;
    ORA-29833: indextype does not exist


    There is problem in creating context index type.. i searched the net and found out that we need to run "dr0csys.sql" script which created the ctxsys users.

    Anybody pls let me know if any other script needs to be run along with it and do we need to shutdown the database for running this script .
    saravana kumar

  2. #2
    Join Date
    Aug 2001
    Location
    chennai,bangalore
    Posts
    840
    Hi,
    Check this link,

    http://metalink.oracle.com/metalink/...Not&id=73605.1

    See manual installtion on what all needs to be done to create a context index

    This requires login to metalink.

    regards
    anandkl
    anandkl

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