Does Oracle 19 database support UUID columns, to store for example 123e4567-e89b-12d3-a456-426614174000
?
I know that Oracle NoSQL supports this, but I'm looking for Oracle SQL.
If not how should I implement it? A 36 character varchar2 column with constraint to check for the value?