Skip to main content
Oracle Help Center

Sign Out

Sign In

  • Table of Contents
  • Search
  • Print
  • Download
  1. Database
  2. Oracle
  3. Oracle Database
  4. Release 19

SQL Language Reference

  • Table of Contents
  • Search
  • Print
  • Download

Loading...

Search

Print

Download

PDF for offline and print

  • Previous
  • Next
  1. SQL Language Reference
  2. Functions
  3. UID

UID

Syntax

Description of uid.eps follows
Description of the illustration uid.eps

Purpose

UID returns an integer that uniquely identifies the session user (the user who logged on).

See Also:

USER to learn how Oracle Database determines the session user

Examples

The following example returns the UID of the session user:

SELECT UID FROM DUAL;
  • Previous
  • Next
Back to main content
  • About Oracle
  • Contact Us
  • Legal Notices
  • Terms of Use
  • Your Privacy Rights
Copyright © 1996, 2019, Oracle and/or its affiliates. All rights reserved.
  • Previous
  • Next
Video