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!

SQLcl stops processing after a while

User609481-OCDec 15 2017 — edited Dec 18 2017

Hello teams,

I have a PowerShell script that loops through an array of CountryNames and generates a SQL file based on the Where clause of the CountryName.

I use latest production SQLcl version to execute the SQL file.

Sometimes it processes the First iteration only then hangs/stops and sometimes it stops in the 4th iteration.

When I the script run manually, it normally goes fine.

Why it hangs after a while? What could be happening? how to troubleshoot it and find errors? (I have a try/catch block and no exceptions are catched)

Please let me know if you need more details.

This post has been answered by Gary Graham-Oracle on Dec 16 2017
Jump to Answer
Comments
Post Details
Added on Dec 15 2017
10 comments
696 views