"ORA-00933: SQL command not properly ended" using Oracle.ManagedDataAccess "ORA-00933: SQL command not properly ended" using Oracle.ManagedDataAccess oracle oracle

"ORA-00933: SQL command not properly ended" using Oracle.ManagedDataAccess


If you have a select statement you must remove ";" at the end of the query.For an SQL statement with a "begin end" Block you have remove the "/" at the end (here you need the ";")