Software for converting RTF Text in Oracle

Asked By 10 points N/A Posted on -
qa-featured

Hi guys,

Is there an oracle function convert rtf text? Anything that includes rtf text conversion will do. There are some instances that I have to learn more about rtf files. I need some help for my research paper about oracle functions and rtf files.

Expecting some help, thank you.

SHARE
Answered By 0 points N/A #187793

Software for converting RTF Text in Oracle

qa-featured

There are many solutions to your problem. Here are some:

1. Download a converter. Just google rtf converter oracle and you will get lots of programs to download that can help you. This would be very easy. 

2. In Oracle, you can produce many functions on your own which is a bit hard but it can work better than relying on programs that can do this in an instant. Just remember that parameters can be set. If you wish to declare parameters in the Oracle functions, choose from IN, OUT or IN OUT to prevent certain overwriting. 

Related Questions