Recent content by IanMorrison

  1. I

    SQL parsing

    Thanks Marco, I did have a long raw variable defined. After changing this to a string I did stop the re-parsing. I did not really need a long RAW, but I did want to use a RAW variable. Does DOA support RAW variables? I noticed there is otRaw, but I could not find a function similar to...
  2. I

    SQL parsing

    I am performing a lot of insert operations into a table and Oracle is parsing each SQL statement, even though I am using bind variables and the statement is always the same (except for the value of the variables). How can I get Oracle to not parse the statement every time, ie it should only...
Back
Top