Hi,
How can oracle convert rtf to text?
I heard about the ability of this oracle database system that it can possibly convey some rtf file into a text file.
How true is this?
There are some instances that researches from the internet are not proven true that is why I decided to ask you experts based on your experiences to be more accurate.
Regards,
Stephen Heris.
How can oracle convert rtf to text?
Hi,
1. To convert rtf format data into plain text you have to create indexes with null filter.
2. Otherwise create an auto filter when the index in not created in your database and use regexp expressions by replacing your rtf with text files.
3. Execute a function which drops existing policy and create new ones with auto filter.
4. Begin a slab of data to filter and for more information go to forums oracle.com and type your query there and click on threads you will get similar explanations.
Hope these shall help you.
Thanks.
How can oracle convert rtf to text?
Hello Stephen,
You have to create indexes with null filter, or an auto filter when the index is not created in your Database and use the "regexp" expression by replacing the rtf with text files.
Or simply, you can just execute a function that drops existing policy and create a new one with auto filter.
Using both solutions, you should be fine.