@@dbts equivalent
900808Nov 17 2011 — edited Nov 17 2011Hello,
I'm trying to convert some Transact SQL queries into PL/SQL.
SQL Server uses a variable called @@DBTS which returns the last timestamp used across the whole database and it's guaranteed to be unique.
I was wondering if there is something similar that I could use with Oracle.
Thanks!