Oracle9i Database Reference
Release 1 (9.0.1)

Part Number A90190-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Dynamic Performance (V$) Views, 116 of 211


V$OPEN_CURSOR

This view lists cursors that each user session currently has opened and parsed.

Column  Datatype  Description 

SADDR 

RAW 

Session address 

SID 

NUMBER 

Session identifier 

USER_NAME 

VARCHAR2(30) 

User that is logged in to the session 

ADDRESS  

RAW 

Used with HASH_VALUE to identify uniquely the SQL statement being executed in the session 

HASH_VALUE  

NUMBER 

Used with ADDRESS to identify uniquely the SQL statement being executed in the session 

SQL_TEXT 

VARCHAR2(60) 

First 60 characters of the SQL statement that is parsed into the open cursor 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback