in reply to how could i insert data from a file to oracle database

Most DBMs come with a command line client that can execute SQL statements. You can just pipe your file into that. (Sorry, don't know how it's called for oracle).
  • Comment on Re: how could i insert data from a file to oracle database