I am using a sql loader statement and have the Time_Stamp column t be updated in the database.
I am using
Time_Stamp EXPRESSION "current_timestamp(3)"
in the sql loader command
but im doin this through C# program. All the other fields are loaded in a csv from where they get loaded. But what do i write in the csv for Time_stamp column in C#