Skip to Main Content

SQLcl: MCP Server & SQL Prompt

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!

lb data command leaves spawned sqlcl session connected

user10310346Oct 26 2022

Hi,
When using sqlcl 22.3.1 lb data command spawns an sqlcl session which remains after command completes. This makes it impossible to drop the test schema being used from the current session as the spawned session is still connected. Once the current session is exited, the spawned session is released.
Note that lb generate-schema also spawns a session but releases it once the command completes.
Session has same osuser and username of session that launches the lb command.
command used was:
lb data -output-file t1_data.xml -include-objects T1
Wondering if anyone else has come across this
I am running sqlcl on Windows
Thanks.

Comments

Processing

Post Details

Added on Oct 26 2022
0 comments
70 views