35 pts.
 Oracle directory form 6i
HOW I CAN USE FORM 6I FOR STORE AND Retriev  A FILE IN DATABASE BY  ORACLE DIRECTORY ?

Software/Hardware used:
ASKED: September 14, 2011  7:42 AM
UPDATED: March 31, 2012  4:38 PM
  Help
 Approved Answer - Chosen by KERMANI (Question Asker)

You will have to use the UTL_FILE package.

Here's another page with information and examples:

UTL_FILE: Reading and Writing Server-side Files

ANSWERED:  Sep 19, 2011  1:45 PM (GMT)  by KERMANI

 
Other Answers:

in server’s file system

Last Wiki Answer Submitted:  September 17, 2011  9:33 am  by  KERMANI   35 pts.
Latest Answer Wiki Contributors:  KERMANI   35 pts.
To see other answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

KERMANI: do you want to store the file in the database, or in the database server’s file system (to read it from a database application) ?

 63,580 pts.