After updating to 24.2, I encountered this error:
"error": {
"errorCode": "DBTU-02500",
"message": "An unexpected condition occurred that prevented the request from being fulfilled",
"cause": "An unexpected error with the following message occurred: Duplicate key PPLP_DR,PPLP_DR.WORLD (attempted merging values (...))",
"action": "Retry the request, if the issue persists, report it to product support"
}
DBTU-02500: An unexpected condition occurred that prevented the request from being fulfilled. An unexpected error with the following message occurred: Duplicate key PPLP_DR,PPLP_DR.WORLD (attempted merging values (...)).
Caused by: java.lang.IllegalStateException: Duplicate key PPLP_DR,PPLP_DR.WORLD (attempted merging values (...)).
I checked my tns.ora for duplicates of PPLP_DR,PPLP_DR.WORLD
but there is just one instance. This didn't happen in the previous version of the extension.
Another question: When I enable Sqldeveloper: Logging to File, where does the log file get saved?
Appreciate the help!