Problem with Oracle 10g for writing trigger that will create CSV file with the contents of the data
- by kishore
How can a trigger be written which is invoked after updating a particular column in the table and creates a CSV file with the contents of same table?
I am using Oracle 10g.