Print Thread
Page 3 of 3 1 2 3
Re: TOracleDataset fails on Oracle 10g
#8101 06/09/06 06:04 PM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
You should be contacting Oracle about this. Apparently there was a bug in the Oracle10g R2 when freeing temporary LOB's, which affects XMLTYPE functionality. This will be fixed in Oracle11.

However, Oracle has provided a workaround, and we have successfully tested this last week. If you let me know your Delphi version, I can provide you with a pre-release of this workaround.


Marco Kalter
Allround Automations
Re: TOracleDataset fails on Oracle 10g
#8102 06/12/06 09:01 PM
Joined: Jan 2006
Posts: 10
R
Member
OP Offline
Member
R
Joined: Jan 2006
Posts: 10
Hi Marco,

We are using the following versions:

Borland Delphi Enterprise 7.0 (build 8.1)
DOA 4.0.7.1
Oracle 10.2.0.1.0

If it is compatible, can you send us the pre-release of this workaround that you have tested?

Best Regards.

Re: TOracleDataset fails on Oracle 10g
#8103 06/12/06 10:41 PM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
Okay. I will upload it today or tomorrow, and will notify you.


Marco Kalter
Allround Automations
Re: TOracleDataset fails on Oracle 10g
#8104 06/20/06 09:37 PM
Joined: Jul 2005
Posts: 6
A
Member
Offline
Member
A
Joined: Jul 2005
Posts: 6
Hi Marco,

We have this same issue and it is severely limiting our ability to support our clients. We are using Delphi 7.0 Enterprise build 4.4, DOA 4.0.7.1 and Oracle 10.2.0.2.0. Can we have a pre-release as well?

Regards,
Alex

Re: TOracleDataset fails on Oracle 10g
#8105 06/20/06 09:55 PM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
Please send me an e-mail with this request.


Marco Kalter
Allround Automations
Re: TOracleDataset fails on Oracle 10g
#8106 07/03/06 05:11 PM
Joined: Jan 2006
Posts: 10
R
Member
OP Offline
Member
R
Joined: Jan 2006
Posts: 10
Hi Marco,

We have tested the workaround but TOracledataset reported errors still remain.

Is there any chance to focus Allround team effort to solve this issue or provide a new workaround?

Best Regards,
Rodrigo.

Re: TOracleDataset fails on Oracle 10g
#8107 07/06/06 08:53 PM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
Sorry, I though this was about the XMLTYPE issue. This thread went off-topic halfway, so it's a bit difficult.

The problem with your issue is that Oracle9 reports the column as optional, whereas Oracle10 reports it as required. The only work-around I could find is to use the rowidtochar function for the rowid column in the view. Now it is reported as optional again, and it should work the same on Oracle9 and Oracle10:

create view ... as
select ..., rowidtochar(ROWID) as RID, ...


Marco Kalter
Allround Automations
Page 3 of 3 1 2 3

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.038s Queries: 15 (0.016s) Memory: 2.5406 MB (Peak: 3.0378 MB) Data Comp: Off Server Time: 2024-05-05 21:39:51 UTC
Valid HTML 5 and Valid CSS