Recent content by Bjarte

  1. B

    TOracleScript connect as sysdba

    Hi, I'm trying to connect as sysdba in my sql script but it fails with: ORA-28009: connection to sys should be as sysdba or sysoper connect sys/mypwd@myalias as sysdba Works like a charm in sqlplus Is this functionality supported in TOracleScript? Thank you, Bjarte
  2. B

    Intermedia oBJECTS

    Hi! I'm trying to figure out the DOA code for accessing intermedia object (ORDImage) I'm able to read the values from its member functions, but when I want to get hold on the BLOB, the size is 0. 10g doc: CREATE OR REPLACE TYPE ORDImage AS OBJECT ( ------------------- -- TYPE ATTRIBUTES...
  3. B

    TOracleQueue and LOB

    Hi, How can I retreive lob data using TOracleQueue. Example taken from 10g documentation and DemoQueue project: type: CREATE TYPE aq.message AS OBJECT(id NUMBER, subject VARCHAR2(100), data BLOB...
Back
Top