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!

Can't export data with liquibase

cc13comOct 2 2024

Hi,

I try to follow the post from Jeff and run in an issue with the Step 2a running this command with my “DEBUG” table:

lb data -ouf debug-data.xml -include-objects DEBUG

After starting the command I see that there is an issue (a lot of scrolling text) but the SQLcl connection is closed very fast and then the following text will popup in VSC.

The terminal process "C:\Users\username\Downloads\VSCode-win32-x64-1.53.1\data\extensions\oracle.sql-developer-24.2.1-win32-x64\dbtools\jdk\bin\java.exe '--add-modules', 'jakarta.ws.rs,jakarta.annotation,jakarta.inject,jakarta.xml.bind', '-Djava.awt.headless=true', '-classpath', 'C:\Users\username\Downloads\VSCode-win32-x64-1.53.1\data\extensions\oracle.sql-developer-24.2.1-win32-x64\dbtools\lib\classpath\osdt_cert-21.12.0.0.230906.jar;C:\Users\username\Downloads\VSCode-win32-x64-1.53.1\data\extensions\oracle.sql-developer-24.2.1-win32-x64\dbtools\lib\classpath\osdt_core-21.12.0.0.230906.jar', '-p', 'C:\Users\username\Downloads\VSCode-win32-x64-1.53.1\data\extensions\oracle.sql-developer-24.2.1-win32-x64\dbtools\lib\modules;C:\Users\username\Downloads\VSCode-win32-x64-1.53.1\data\extensions\oracle.sql-developer-24.2.1-win32-x64\dbtools\sqlcl\lib\modules', '--add-opens', 'java.prefs/java.util.prefs=oracle.dbtools.common.all', '--add-opens', 'org.eclipse.parsson/org.eclipse.parsson=orajsoda', '-m', 'com.oracle.dbtools.app/com.oracle.dbtools.app.DatabaseToolsApplication', 'sql', '-name', 'DB23ai'" terminated with exit code: 70.

Here are some more connections details:

SQLcl: Release 24.2 Production on Wed Oct 02 11:56:27 2024

Copyright (c) 1982, 2024, Oracle. All rights reserved.

Last Successful login time: Mi Okt 02 2024 11:56:34 +02:00

Verbunden mit:
Oracle Database 23ai Enterprise Edition Release 23.0.0.0.0 - Production
Version 23.6.0.24.07

Any idea how to solve?

Comments
Post Details
Added on Oct 2 2024
3 comments
492 views