ALL_SQL_TRANSLATION_PROFILES
describes all SQL translation profiles accessible to the user.
Related Views
DBA_SQL_TRANSLATION_PROFILES
describes all SQL translation profiles in the database.
USER_SQL_TRANSLATION_PROFILES
describes all SQL translation profiles owned by the user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the SQL translation profile |
|
|
|
Name of the SQL translation profile |
|
|
The translator package |
|
|
|
Indicates whether the SQL syntax is foreign. Possible values:
|
|
|
|
Indicates whether to translate new SQL statements and errors using the translator. Possible values:
|
|
|
|
Indicates whether to raise translation error. Possible values:
|
|
|
|
Indicates whether to log translation error. Possible values:
|
|
|
|
Indicates whether to trace translation. Possible values:
|
See Also: