Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using sqlldr in Forms 4.5

Status
Not open for further replies.

jcasas23

IS-IT--Management
Oct 10, 2003
54
MX
Hi I want to use sql loader inside Oracle Forms 4.5, How could I do this?

I just want to made a when-button-pressed trigger and load any info from excel to oracle.

It would be wonderful if someone give me a code clue for Oracle Forms 4.5.

Thanks in advance.
 
If you already know how to load data from excel using sql*loader (BTW would you share your experience?) the only thing you need is to call sql*loader from Forms using HOST built-in.

Regards, Dima
 
Hi,
Make use of HOST command to call SQl*loader from Forms.

Regards
Himanshu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top