Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> SQL Server rowversion or timestamp equivalent in Oracle 9i
Hi All,
I need to migrate a SQL Sever Database to Oracle 9i. I am just curious what
equivalent of SQL Server timestamp datatype in Oracle. Or how I can
implement similar behavior in 9i. I am sure Oracle must have very elegant
way to handle such situation.
" timestamp is a data type that exposes automatically generated binary numbers, which are guaranteed to be unique within a database. timestamp is used typically as a mechanism for version-stamping table rows. The storage size is 8 bytes."
Thanks in advance.
Najm Received on Mon Dec 13 2004 - 11:36:45 CST
![]() |
![]() |