Second LB Genschema Command In Single SQLcl Session Adds '/' Character
(Doc ID 2901751.1)
Last updated on MARCH 09, 2023
Applies to:
Oracle SQLcl - Version 22.2 to 22.2.1 [Release 22]Information in this document applies to any platform.
Symptoms
On : SQLcl 22.2 version
OS : It occurs on All UNIX & Windows Operating System
ACTUAL BEHAVIOR
---------------
While creating a SQLcl session & doing below steps.
cd area1
lb genschema -split -filter "LIKE 'MUL_APEX%'";
cd ../area2
lb genschema -split -filter "LIKE 'MUL_BILANZ%'";
The XML file generated through the second lb genschema are broken; They have a leading '/' character at the end of the XML file and thus can not be imported.
If you exit the SQLcl session between the two lb genschema commands it is working fine.
EXPECTED BEHAVIOR
-----------------------
lb genschema should produce XML file without '/' character at the end
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |