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!

apex export -dir not working with relative path

Gergely19 hours ago

This is my scirpt file content:

apex export -applicationid 10001 -split -dir ..\apex -overwrite-files

This should export the application to the apex directory that can be found in the parent directory of the script file.

It worked fine in 25.2.2, and broke in 25.3.

In two commands it still works:

cd ..

apex export -applicationid 10001 -split -dir apex -overwrite-files

Comments
Post Details
Added 19 hours ago
0 comments
14 views