invalid sql statement SQL = / - when open toad scripts #34886
Answered
by
E1izabeth
alansenairj
asked this question in
Q&A
-
DescriptionIt cannot execute a toad created script and gets error parsing information. DBeaver VersionCE 24.1.0 Operating SystemFedora 39 Database and driverSteps to reproduce1 import sqls Additional context |
Beta Was this translation helpful? Give feedback.
Answered by
E1izabeth
Jun 21, 2024
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
E1izabeth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/
is a TOAD-specific command to execute statementAs far as I understand, you have
/
at the end of each statement in your scripts. So, you can change Statements delimiter setting to/
in preferencesPlease let me know if it helps.