Results 1 to 4 of 4

Thread: upload txt file data using oracle forms

  1. #1
    Join Date
    Feb 2006
    Posts
    1

    upload txt file data using oracle forms

    Hi,

    I am trying to upload txt file data into oracle using oracle forms
    can anyone provide the code how to upload the data from text file to oracle tables

  2. #2
    Join Date
    Oct 2005
    Posts
    2,557
    host out and call sqlldr
    create an external table, then do ctas
    call a Java/external stored procedure

  3. #3
    Join Date
    Oct 2006
    Posts
    1
    hi. can u help me to find upload txt file data using oracle forms

  4. #4
    Join Date
    Feb 2007
    Posts
    1

    Text File upload through Oracle Forms

    Use Text_IO built-in (already available) front end package.
    Text_IO.fopen, Text_IO.get_line etc.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •