Closed (outdated)
Project:
Oracle Driver
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2011 at 12:38 UTC
Updated:
20 Oct 2025 at 09:33 UTC
Jump to comment: Most recent
Comments
Comment #1
aaaristo commentedyou have to migrate the blobs table... or you may lose data
Comment #2
arrancia commentedBut when i migrate the blobs table the whole drupal is down. Nothing is working it's jut white screen of death.Or maybe some fatal error that is impossible to track back
Comment #3
aaaristo commentedthis is probably because you use db caching.. cache_* tables...
try to:
this should solve your problem. remeber to reschedule the blob cleanup job from admin/settings/oracle/blob screen.
have you got some error in your apache error logs?
Comment #4
arrancia commentedAfter some time of using the web this errors went away but when i try to clear the blobs with the function i found in other issue:
begin
blobs_cleaner.cleanup;
end;
I get the errors back again. And after some time they go away. I'll try to figure out how to turn-off database caching if you give some more info i'll appricate it very much thanks for the help and info i'll try to migrate right now.
Comment #5
arrancia commentedJust one thing isn't the "Clear All Caches" from Configuration > Performance clearing this tables prefixed woth CACHE_
Comment #6
aaaristo commentedyes it is, i've understood that you can't access this page.
Comment #7
amfis commentedI'm still getting this error:
Notice: Trying to get property of non-object in DatabaseConnection_oracle->readBlob() (line 564 of /web/shared/drupal/includes/database/oracle/database.inc).
Drupal was installed from the start to the Oracle DB. I was able to investigate, that at some point Drupal driver does not convert data to proper datatype or what it expects.
For example it looks for object but gets array, or other inconsistencies. Using version = "7.x-1.9" of Oracle module. Drupal 7.8.
Comment #8
amfis commentedAny update on this?
Comment #9
amfis commentedComment #10
amfis commentedManaged to get rid of that notice messages like this:
The main reason for it was, that there were no blob by handle ID and it failed to check.
Comment #11
bohartD7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.
Everyone can apply the patches/suggestions above (not tested by the maintainers, tested by the community) to their D7 projects.
If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.
Thanks!