Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DBD-Oracle CPAN distribution.

Report information
The Basics
Id: 4441
Status: resolved
Priority: 0/
Queue: DBD-Oracle

People
Owner: Nobody in particular
Requestors: tom.van.lint [...] busy.be
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.14
Fixed in: (no value)



Subject: problem with update/insert into LOB when object is PUBLIC SYNONYM
When insering or updating in a LOB (CLOB or BLOB) column of an object that is a PUBLIC SYNONYM you get an error that the table cannot be found. This happens because the test to see wether you are dealing with a synonym is done by querying the synonyms available to the user, not taking into account the PUBLIC synonyms.
After some testing this seems to be fixed.