Session.Savepoint('test') raises ora-03001
Posted: Tue 02 Mar 2010 08:37
Hi,
we have used Delphi 2006 with ODAC v5.80.0.38 in direkt/net mode with Oracle 10g Enterprise 10.2.0.4.0 - 64bit.
Since we have upgraded to Delphi 2010 with ODAC v6.90.0.55, each call of OraSession.Savepoint with any savepoint name as parameter fails with "ora-03001: unimplemented feature".
Session properties are:
Session.ConnectPrompt := false;
Session.AutoCommit := false;
Session.Options.Net := true;
Session.Options.NeverConnect := true;
Session.Options.DateFormat := 'DD.MM.YYYY';
Session.Options.DateLanguage := 'GERMAN';
Session.ThreadSafety := true;
Do you know what about this? A similar problem was wrote by "scw2hi" on Tue 26 Jan 2010. Post subjects: "Savepoint problem" and "more problems?" and is fixed, but it doesn't helps to me.
By the way, i get ORA-03001 in Oracle sql*plus if i call "savepoint" without any name.
Thanks.
we have used Delphi 2006 with ODAC v5.80.0.38 in direkt/net mode with Oracle 10g Enterprise 10.2.0.4.0 - 64bit.
Since we have upgraded to Delphi 2010 with ODAC v6.90.0.55, each call of OraSession.Savepoint with any savepoint name as parameter fails with "ora-03001: unimplemented feature".
Session properties are:
Session.ConnectPrompt := false;
Session.AutoCommit := false;
Session.Options.Net := true;
Session.Options.NeverConnect := true;
Session.Options.DateFormat := 'DD.MM.YYYY';
Session.Options.DateLanguage := 'GERMAN';
Session.ThreadSafety := true;
Do you know what about this? A similar problem was wrote by "scw2hi" on Tue 26 Jan 2010. Post subjects: "Savepoint problem" and "more problems?" and is fixed, but it doesn't helps to me.
By the way, i get ORA-03001 in Oracle sql*plus if i call "savepoint" without any name.
Thanks.