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

Thread: Reg Context Indexes and Storage Parameters

  1. #1
    Join Date
    Oct 2004
    Posts
    18

    Reg Context Indexes and Storage Parameters

    Hi all,
    One idex is created like

    CREATE INDEX index_name ON Table(DESCRIPTION) INDEXTYPE IS CTXSYS.CONTEXT parameters('storage INDEXSTORAGENEW');

    another index is created like

    CREATE INDEX index_name ON Table(DESCRIPTION) INDEXTYPE IS CTXSYS.CONTEXT parameters('storage NEWCTXINDEXSTORE');

    Can any body explain about storage clause
    INDEXSTORAGENEW AND NEWCTXINDEXSTORE.

    Thanks in advance,
    Regards
    SankarG

  2. #2
    Join Date
    Sep 2003
    Location
    over the hill and through the woods
    Posts
    995
    Hmmm, maybe Metalink might be able to help you out.
    Oracle it's not just a database it's a lifestyle!
    --------------
    BTW....You need to get a girlfriend who's last name isn't .jpg

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