Skip to Main Content

SQLcl

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

SQLcl APEX export cannot split if path contains dot

User_KDF98Oct 24 2019 — edited Oct 24 2019

I tried to run export of my APEX application using command: apex export -skipExportDate -split -splitUpdate -expOriginalIds -applicationid 1804

If I run it on path without dots, e.g. C:\ it runs successfully but if i runs it on path with dots, such as: C:\Users\ksawery.karwacki\git\export-test

Single file with name f1804.sql is created but during splitting I get error:

C:\Users\ksawery\application\delete_application.sql (The system cannot find the path specified)

Exporting application 1804APEX: Unable to process request. Verify specified options:

I run it on Windows 10 using SQLcl version 19.2.1

Comments

Post Details

Added on Oct 24 2019
0 comments
368 views