CREATE_SYNONYM
Messages with __TYPE=19 (XlaConstants.CREATE_SYNONYM) indicate that a synonym has been created.
Table 6-13 shows the name/value pairs that are in a MapMessage instance generated for a CREATE_SYNONYM operation.
Table 6-13 CREATE_SYNONYM Data Provided in Update Messages
| Name | Value |
|---|---|
|
|
String value of the owner of the created synonym |
|
|
String value of the name of the created synonym |
|
|
String value of the schema of the object for which you are creating a synonym |
|
|
String value of the name of the object for which you are creating a synonym |
|
|
Boolean value indicating whether the synonym is public |
|
|
Boolean value indicating whether the synonym was created using |