Convert rdf data into excel format

How to convert rdf data into excel format directly report builder when the report is initialized then output of this report into excel?

Showing Answers 1 - 6 of 6 Answers

Text_IO Package in Oracle reports 10g

Procedure/Exception/Function       Description
TEXT_IO.FCLOSE procedure that closes an open file.
TEXT_IO.FILE_TYPE type that specifies a handle to a file.
TEXT_IO.FOPEN function that opens the designated file in the specified mode.
TEXT_IO.IS_OPEN function that checks to see if the specified file is currently open.
TEXT_IO.GET_LINE procedure that retrieves the next line of an open file and places it in item.
TEXT_IO.NEW_LINE procedure that concatenates the specified number of newline characters (that is, carriage returns) to the current line of an open file, or outputs them to the Interpreter.
TEXT_IO.PUT procedure that concatenates the supplied data to the current line of an open file, or outputs it to the Interpreter.
TEXT_IO.PUTF procedure that formats and writes a message to an open file, or outputs the message to the Interpreter.
TEXT_IO.PUT_LINE procedure that concatenates the character data supplied by item to the current line of an open file, or outputs it to the Interpreter.

Regards
Imran Baig

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions