Recent content by zobbi1

  1. Z

    LOBs as out parameters in oracle external procedure

    Hi all, I am developing an external procedure to perform some complicated image processing. More specifically 1. I have a table (A) storing small images as BLOBs 2. Based on different criteria a number of images are selected from the table 3. These images must be combined together to produce...
  2. Z

    Array DML with objects

    essentially what i want to do is batch insert mdsys.sdo_geometry objects in a table. table definition create table dummy (id number not null, geom mdsys.sdo_geometry); i want to insert ~ 1000000 records into this table something like insert into dummy (:id, :geom); where...
  3. Z

    Array DML with objects

    Hi all, Does direct oracle access (or even oracle itself, I am not sure) support array DML using objects (mdsys.sdo_geometry in my case) ? thanks george
Back
Top