Search found 2 matches
- Wed Sep 01, 2010 5:55 am
- Forum: Suggestions
- Topic: Execute Oracle Procedure
- Replies: 3
- Views: 26133
Execute Oracle Procedure
yes thanks, that is what i mean, because this here ";" is not permitted and this error code is coming on start: E: 01.09.2010 15:52:50: Error has occured: ORA-06550: Zeile 3, Spalte 1:<LF>PLS-00103: Fand das Symbol "END" als eines der folgenden erwartet wurde:<LF><LF> := . ( % ;
- Tue Aug 31, 2010 11:43 pm
- Forum: Suggestions
- Topic: Execute Oracle Procedure
- Replies: 3
- Views: 26133
Execute Oracle Procedure
hi, i have a problem with SQL und oracle, connection via OLE DB / ODBC. i can start all sql-commands, (select, update, insert, delete), because i don't can start a procedure like plsql.... for example: EXECUTE schema.procedure(value1, value2) or begin & nbsp; & nbsp; ...