Recent content by hoyman

  1. H

    Passing clob as IN parameter

    Do you have an idea when the Beta version gets available for commercial use?
  2. H

    Passing clob as IN parameter

    I am receiving the "ORA-22275: invalid LOB locator specified" when passing a clob parameter to a stored procedure. The problem is the procedure takes a clob NOT to update a database column with parameter contents (which I know how to handle using in out parameter), but only to pass it to...
  3. H

    Array DML Error

    Hi, I did declared this variable as PL/SQL Table. Please note that my dataset is opened successfully and returns results when called first time. When I reopen the dataset and set the variable value again (does not matter whether identifiers array is exactly the same or other), this fails...
  4. H

    Array DML Error

    Hi, I receive the following error message when reopening the TOracleDataSet component: "All arrays must be of equal size for Array DML" My component (odsValues) calls a stored procedure that gets an array of identifiers as input and returns a cursor. Therefore I declared two variables: 1.Ids...
Back
Top