Hi Sharan,
Thanks for your reply. I won't be able to implement the suggested solution due to some other preconditions.
1. There are more than 100 tables. It is not good idea to a create duplicate tables.
2. I must use UUID not sequences due to the nature of the application
3. I am not using xsjs. It is a pure java implemetation and already tested fo Oracle/MS SQL Server
4. I cannot/dont want to change application code , because I would like to use common code for Oracle,SQL Server and SAP HANA.
Based on the above, I would like to use trigger/procedure to populate UUID column with UUID.
Any other idea??
Thanks