Oracle error: Access violation ... in module 'oracore9.dll'
Posted: 14.10.2009, 12:05
Hi,
I have on the server side an Oracle XE 10 and the client side an Oracle Client 9.1.1. (the problem is same with 8.1.7)
I have also a Delphi7 compiled EXE.
I use ZeosDBO 6.6.1 or 6.6.5. The problem is same with the both versions of Zeos.
My SQL command is:
SELECT id, name, tax_number, trade_reg_number, postal_code, city, street, lastmoddate
FROM org_company
The table org_company.
CREATE TABLE ORG_COMPANY
(
ID INTEGER NOT NULL,
NAME NVARCHAR2(50) NOT NULL,
LASTMODDATE TIMESTAMP(6),
TAX_NUMBER VARCHAR2(20 BYTE),
TRADE_REG_NUMBER VARCHAR2(20 BYTE),
POSTAL_CODE VARCHAR2(10 BYTE),
CITY VARCHAR2(40 BYTE),
STREET VARCHAR2(50 BYTE)
);
And finally the error message:
Access violation at address 610A3285 in module 'oracore9.dll'. Write of address 00000000
I don't have the problem if I use Oracle Client 9.1.7.
But it is not a good solution, becose my client (a bank) do not give permission updating the driver. The bank use the v:8.1.7./9.1.1.
For this reason I must work with v:8.1.7./9.1.1.
I'm just wondering if this problem is know.
If yes what is the solution?
Can anybody help me?
BR
Okos
I have on the server side an Oracle XE 10 and the client side an Oracle Client 9.1.1. (the problem is same with 8.1.7)
I have also a Delphi7 compiled EXE.
I use ZeosDBO 6.6.1 or 6.6.5. The problem is same with the both versions of Zeos.
My SQL command is:
SELECT id, name, tax_number, trade_reg_number, postal_code, city, street, lastmoddate
FROM org_company
The table org_company.
CREATE TABLE ORG_COMPANY
(
ID INTEGER NOT NULL,
NAME NVARCHAR2(50) NOT NULL,
LASTMODDATE TIMESTAMP(6),
TAX_NUMBER VARCHAR2(20 BYTE),
TRADE_REG_NUMBER VARCHAR2(20 BYTE),
POSTAL_CODE VARCHAR2(10 BYTE),
CITY VARCHAR2(40 BYTE),
STREET VARCHAR2(50 BYTE)
);
And finally the error message:
Access violation at address 610A3285 in module 'oracore9.dll'. Write of address 00000000
I don't have the problem if I use Oracle Client 9.1.7.
But it is not a good solution, becose my client (a bank) do not give permission updating the driver. The bank use the v:8.1.7./9.1.1.
For this reason I must work with v:8.1.7./9.1.1.
I'm just wondering if this problem is know.
If yes what is the solution?
Can anybody help me?
BR
Okos