ORA-00933 Error with Oracle 7.3

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jbucher
Posts: 13
Joined: Wed 20 Aug 2014 06:05

ORA-00933 Error with Oracle 7.3

Post by jbucher » Wed 20 Aug 2014 06:08

Hi,
Posting a query with an old Oracle 7.3 i get the above mentioned error. With Oracle 11 i do not have this problem. Using dbMonitor i can only see a "commit"-Transaction but no SQL.
Are there any properties i have to change for Ora 7.3?

Thanks
Juergen

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ORA-00933 Error with Oracle 7.3

Post by AlexP » Wed 20 Aug 2014 12:12

Hello,

Please specify what an SQL query causes this error?


P.S. Please try to enable the OCI7 mode - OraSession1.Options.UseOCI7 := True;

jbucher
Posts: 13
Joined: Wed 20 Aug 2014 06:05

Re: ORA-00933 Error with Oracle 7.3

Post by jbucher » Wed 20 Aug 2014 15:43

Hi Alex,

my SQL: 'Select * from BSOPHTATENSIO where pat_id=25 order by datum desc'

I set in my Connection the property useOCI7 to true. But this does not help.

Juergen

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ORA-00933 Error with Oracle 7.3

Post by AlexP » Thu 21 Aug 2014 08:13

We cannot reproduce the problem. Please specify the exact version of the Oracle client.

jbucher
Posts: 13
Joined: Wed 20 Aug 2014 06:05

Re: ORA-00933 Error with Oracle 7.3

Post by jbucher » Mon 25 Aug 2014 06:57

i use "Direct=TRUE"
OCIW32.dll in the orant/bin-folder is dated: 18.3.1997

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: ORA-00933 Error with Oracle 7.3

Post by AlexP » Tue 26 Aug 2014 08:43

Try to execute this query in the SQLPlus standard utility. If the error doesn't repeat, enable the Debug mode (to enable the Debug mode, add the ODACVcl module to the uses section and set the OraQuery.Debug property to true), and send the query text from the Debug window.

Post Reply