Why is it important to know the position of a field in the table?
In any case, you can query the all_tab_columns view to find this information. You need to know the owner and name of the table, and the name of the column. The column_id is the sequence number of the column as created.
------------------
Marco Kalter
Allround Automations