Display fields from view with fulltext indices
I'm working on a search function for some views and I need a query that will list all the columns in the view with fulltext indices. I can query a table like so:
show index from treatments where index_type="fulltext";
But it doesn't work on views. Is there a query that will do the same thing, but for views?
Subject
Views
Written By
Posted
Display fields from view with fulltext indices
4107
May 08, 2013 01:26PM
2093
May 09, 2013 10:57PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.