Oracle Error ORA-24270: a row already exists in the string table for these parameters

Oracle Error Message

ORA-24270: a row already exists in the string table for these parameters

Reason for the Error

A call was made to create a new row in the specified table. A row already exists in the table with the specified values.

Solution

Delete the existing row using the appropriate API or check the parameters used to create the row.