Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Kernel Parameters for Solaris Linux/Unix
  • find_log_switch.sql Find log switches in graphical manner Oracle
  • Ports used by Oracle Software Oracle
  • on IBM-AIX for display Linux/Unix
  • Rownum with Order by Oracle
  • New Latest Param.sql for finding all hidden parameters also Oracle
  • Generate SSH without password authentication. Linux/Unix
  • sess_server.sql Oracle
  • Parallel DML Oracle
  • Oracle Connections expire_time and firewall Oracle
  • scripts to take listener.log backup Linux/Unix
  • Important Solaris Commands Linux/Unix
  • online_bkup.sql Oracle
  • find_pk.sql /* Find Primary Key */ Oracle
  • How to collect CPU usage on Linux using Shell script Linux/Unix

Global Unique Identifier Generation in Oracle 9.2 SYS_GUID()

Posted on 12-Sep-2005 By Admin No Comments on Global Unique Identifier Generation in Oracle 9.2 SYS_GUID()

SYS_GUID generates and returns a globally unique identifier (RAW value) made up of 16 bytes. On most platforms, the generated identifier consists of a host identifier and a process or thread identifier of the process or thread invoking the function, and a nonrepeating value (sequence of bytes) for that process or thread.

The following example adds a column to the sample table hr.locations, inserts unique identifiers into each row, and returns the 32-character hexadecimal representation of the 16-byte RAW value of the global unique identifier.

SQL-> select sys_guid() from dual;

SYS_GUID()

——————————–

0096CC63BC0070DAE0440003BA194E67

Oracle, SQL scripts

Post navigation

Previous Post: How to Modify the statistics collection by MMON for AWR repository
Next Post: online_bkup.sql

Related Posts

  • Default User Profile Oracle
  • All About Trace Fils Oracle
  • DBMS_UTILITY PACKAGE Oracle
  • DBMS_Shared_pool pinning triggers Oracle
  • Locktree.sql Oracle
  • Free conference number from http://www.freeconference.com Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (387)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (336)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024
  • Add new columns in dataframe30-Sep-2023

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Read CSV file using PySpark Python/PySpark
  • 556976.1 Oracle Clusterware: Components installed Oracle
  • How to see which patches are applied. Oracle
  • v$event_name Oracle
  • When to rebuld B-tree index Oracle
  • Debugging Shell FIles Linux/Unix
  • Search and Replace vi editor command. Linux/Unix
  • create user with unlimited quota Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme