3.75 ALL_SQL_TRANSLATION_PROFILES
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 theOWNER
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:
|
|
|
|
Indicates whether there are log errors ( |
See Also: