Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Connection error after updating to 24.2 (duplicate key)

Qohar DamanhuriAug 2 2024

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!

This post has been answered by Rinie Romme on Aug 6 2024
Jump to Answer
Comments
Post Details
Added on Aug 2 2024
15 comments
539 views