To load data from variable to oracle table

Hi all,

How to load variable value into Oracle table? I have created a file validation shell script. After the validation completes, i need to update a Oracle table with the variable value...

Can someone help me how to do it? I have searched, but not able to get answer.

i have 4 variables in a shell script which holds value & need to update into oracle table.
feed_dt
feed_nxt_dt
record_cnt
chksum

my target table is as below
source_name = varchar2 = always static 'PUR' based on this, i need to update remaining field.
feed_dt = date
feed_nxt_dt = date
record_cnt = number
chksum = varchar2

Regards,
Amit

Please search the forums before you post, ala the forum rules. Here, for instance, is a thread that should answer your question: How to pass variable to SQLPLUS in a ksh script?

If your question ends up being more specific, re-post with the specific question.