Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> SYS_OP_GUID

SYS_OP_GUID

From: Luc Gyselinck <Luc.Gyselinck_at_be.pwcglobal.com>
Date: Wed, 10 Mar 1999 16:56:12 +0100
Message-ID: <7c64ug$5fu$1@xenon.inbe.net>


Oracle 8:

I want to use GUID's as unique identifiers for tables.

There exists a function(?) SYS_OP_GUID that generates a GUID (like the CoCreateGuid in Microsofts OLE/COM).

It can be used as
select SYS_OP_GUID() from DUAL;

But I could not figure out how to use it in PL/SQL.

Thanx Received on Wed Mar 10 1999 - 09:56:12 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US