My rowstamp column is not nullable. If i don't specify the rowstamp in my query than it throws up the message saying its not a nullable column.

I looked through the oracle online doco and can't find much. Pretty much stuck.

The table i am inserting into is a table that is continually getting rows inserted to is and hence its rowstamp increments. However i am not sure how to get it to increment from my own insert query.

Surely there must be something?