I am trying to execute an Oracle Stored Proc from a command line in Crystal.
The syntax for the requires a "begin" and "end" statement (an exec will work too), rather than the "select" that all other commands I have done in the past.
The error message I am getting indicates that the syntax is wrong, not that it's an invalid operand. Has anyone else done something similar?