3.76 ALL_SQL_TRANSLATIONS
ALL_SQL_TRANSLATIONS describes all SQL translations accessible to the user.
               
Related Views
- 
                        DBA_SQL_TRANSLATIONSdescribes all SQL translations in the database.
- 
                        USER_SQL_TRANSLATIONSdescribes all SQL translations owned by the user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the SQL translation profile | 
| 
 | 
 | 
 | Name of the SQL translation profile | 
| 
 | 
 | 
 | The SQL statement | 
| 
 | 
 | 
 | The translated SQL statement | 
| 
 | 
 | 
 | SQL identifier of the SQL statement | 
| 
 | 
 | 
 | Hash value of the SQL statement | 
| 
 | 
 | 
 | Displays whether the translation is enabled. Possible values: 
 | 
| 
 | 
 | 
 | Time the translation was registered | 
| 
 | 
 | 
 | Client information when the SQL was parsed and the translation was registered | 
| 
 | 
 | 
 | Module when the SQL was parsed and the translation was registered | 
| 
 | 
 | 
 | Action when the SQL was parsed and the translation was registered | 
| 
 | 
 | 
 | Current user ID when the SQL was parsed and the translation was registered | 
| 
 | 
 | 
 | Current schema ID when the SQL was parsed and the translation was registered | 
| 
 | 
 | 
 | Comment on the translation | 
| 
 | 
 | 
 | Last error code when the SQL was run This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). | 
| 
 | 
 | 
 | Source of the last error This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). | 
| 
 | 
 | 
 | Method used to translate the SQL during the last error This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). | 
| 
 | 
 | 
 | SQL identifier of the SQL text in the translation dictionary used to translate the SQL during the last error This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). | 
See Also: