Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

V$DB_PIPES

V$DB_PIPES displays the pipes that are currently represented in the shared pool for this instance.

Column Datatype Description
OWNERID NUMBER Owner ID of the owner (if this is a private pipe), else NULL
NAME VARCHAR2(1000) Name of the pipe (for example, SCOTT.PIPE)
TYPE VARCHAR2(7) Type of the pipe:
  • PUBLIC

  • PRIVATE

PIPE_SIZE NUMBER Amount of memory the pipe uses