GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  D2K

 Print  |  
Question:  How are text files read and written in forms ?



September 09, 2005 18:44:07 #2
 Subhash   Member Since: Visitor    Total Comments: N/A 

RE: How are text files read and written in forms ?
 
UTL_FILE is for backend procedures and this writes and reads from DB server , while TEXT_IO package is used in forms to read and write from Client machine
     

 

Back To Question