I don't do any update or Delete operation. I'am using TOracleQuery and my SQLs are only insert statements.
My application is multithreaded and I just do insert operations in the transaction. In this case I am not sure if I really need Serializable Transaction.
In MultiThreaded Applcations, is...