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!

Schema name result in Babel script error

JacMaNov 7 2025

There is an error that seems to be with the schema name that starts with XX.

Error:

Uncaught SyntaxError: /Inline Babel script: Bad character escape sequence. (329:65) (at babel.min.js:1:248064)
 327 |                                         panelsContent: <>
 328 |                                     <div style={{height: "100%", padding: "0 20px 20px"}}>
> 329 |                                         <ResultSet webviewId={"\xxYYY á db\object\XXyyy\TABLE\zzz"} tabIndex={0} />
     |                                                                  ^
 330 |                                     </div>
 331 |                                         <div style={{height: "100%", padding: "0 20px 20px"}}>
 332 |                                             <DataBrowser webviewId={"\xxYYY á db\object\XXyyy\TABLE\zzz"} tabIndex={1}/>

Seems like “**\x**” (XXyyy) is not escaped properly.

Name: Oracle SQL Developer Extension for VS Code

Identifier: oracle.sql-developer

Version: 25.3.0

This post has been answered by csedano-Oracle on Nov 18 2025
Jump to Answer
Comments
Post Details
Added on Nov 7 2025
2 comments
103 views