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!
Hi, When I past a long procedure to sqlcl it folds some lines and give me this sign >.... Is there a way to stop this behavior. It is really annoying.
Hi Copy-pasting large snippets sounds like you could benefit of using editor instead? It is possible to define editors like: emacs, vi, visual studio code. For vcode: --open terminal in vcode and use sqlcl and e file.sql and / commands and enjoy define _EDITOR=code -w -r rgrds Paavo ps. have a look on @thatjeffsmith-oracle blogs e.g. http://www.thatjeffsmith.com/archive/2016/05/multiple-ways-to-edit-in-sqlcl/
--open terminal in vcode and use sqlcl and e file.sql and / commands and enjoy
define _EDITOR=code -w -r
Thanks for your response.
I will definitely try it.