Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
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
PDF · Mobi · ePub

ALL_TRANSFORMATIONS

ALL_TRANSFORMATIONS displays information about all transformations accessible to the current user. These transformations can be specified with Advanced Queuing operations such as enqueue, dequeue, and subscribe to automatically integrate transformations in AQ messaging.

Related Views

Column Datatype NULL Description
TRANSFORMATION_ID NUMBER NOT NULL Unique identifier for the transformation
OWNER VARCHAR2(30) NOT NULL Owning user of the transformation
NAME VARCHAR2(30) NOT NULL Transformation name
FROM_TYPE VARCHAR2(30)   Source type name
TO_TYPE VARCHAR2(60)   Target type name