Recent content by Donna

  1. D

    see data in debug mode of temporary table

    the problem with a single connection is that debugging is not possible in this mode
  2. D

    see data in debug mode of temporary table

    i am opening a separate window - but i can not see the changes
  3. D

    see data in debug mode of temporary table

    Hello All, help would be appreciated. I am debugging a program that is using temporary global tables - that have been defined with 'on commit preserve rows'. the question is how can I see the data of these tables while running in debug mode. I have changed the prefrences - oracle connection -...
  4. D

    support for syntax (case when p = x then y else z end )

    thanks - in 10g db the problem is solved.
  5. D

    support for syntax (case when p = x then y else z end )

    syntax: update table t_table set c_column = (case when p = x then y else z end ); I couldn't compile such a statement. Is this syntax supported ??????????? If not , does anybody know when will it be supported. for now I am using a workaround: the execute immediate statement but its very...
Back
Top