dotConnect for Oracle 8.2 + EF6.0.2 Oracle 10gR2 Migration issue
Posted: Thu 15 Jan 2015 00:12
I have a code first database migration application using dotConnect for Oracle 8.2 + EF6.0.2 that works great with Oracle 11g but fails with Oracle 10gR2. The problem is on inserting records into "__MigrationHistoryTable" using the script generated by dotConnect for oracle. Is there a work around for this issue?
INSERT INTO "__MigrationHistory" ("MigrationId", "ContextKey", "Model", "ProductVersion") VALUES ('201308141958137_V20130200', 'CW.DataAccess.Configuration', BINARY_VALUE, '6.0.2-21211');
ORA-06550: line 1, column 1:
PLS-00103: Encountered the symbol "" when expecting one of the following:
begin case declare exit for function goto if loop mod null
package pragma procedure raise return select separate type
update while with <an identifier>
<a double-quoted delimited-identifier> <a bind variable> <<
form table call close current define delete fetch lock insert
open rollback savepoint set sql execute commit forall merge
library OPERATOR_ pipe
INSERT INTO "__MigrationHistory" ("MigrationId", "ContextKey", "Model", "ProductVersion") VALUES ('201308141958137_V20130200', 'CW.DataAccess.Configuration', BINARY_VALUE, '6.0.2-21211');
ORA-06550: line 1, column 1:
PLS-00103: Encountered the symbol "" when expecting one of the following:
begin case declare exit for function goto if loop mod null
package pragma procedure raise return select separate type
update while with <an identifier>
<a double-quoted delimited-identifier> <a bind variable> <<
form table call close current define delete fetch lock insert
open rollback savepoint set sql execute commit forall merge
library OPERATOR_ pipe