Writing Binary files from PL/SQL
Hi Group,
I wish to read tables in Oracle and write them in to Binary files in a predefined format, Can any one help me How to write binary data from within PL/SQL.
UTL_FILE package has support to .txt files only, is there any other way to deal with this problem.