Recent content by ID20

  1. I

    Virtual Column Support in 11g

    Hi gents, again Oracle 11g using virtual columns: When i use the "Export Tables" Function, PLSD creates insert statements including the virtual columns. These insert cannot work! Regards Andreas
  2. I

    Virtual Column Support in 11g

    Hi, a table with a virtual column is displayed in the "object - edit" menu as column having a default value. The same in the create script. Please may you support virtual columns correct? Regards Andreas
  3. I

    Compare User Objects => temporary table

    Compare User Objects does not compare the definition of global temporary tables. Exact: It does not recognice the "on commit preserve rows" definiton. Would you please have a look on that (-: Regards Andreas
  4. I

    Enhancement request - separate target schema for Compare tools

    When I have to compare USER's OBJECTS as a DBA, sometimes I don't have the password to connect as owner to the source schema. Why is that neccessary? It would be great if a DBA could choose both schemas from a selection list, just like it is allready possible for the Target Schema. Regards Andreas
  5. I

    Quoted string (10g) causes error in beautifier

    Hi Marco, we have the same problem, even when the string is on one line. The beautifier breaks a_string||q'[t.changeuser = 'XYZ']'||a_string into three lines: a_string|| q '[t.changeuser = ' XYZ ']' ||a_string and therefore the package is no longer valid )-: What do you think when this...
Back
Top