Recent content by tvergote

  1. T

    Small bug in Copy All as xlsx

    Hi, I suddenly started getting this error when copying data to xlsx file: Invalid value for parameter "Date": -686654 is not on the range -657435 - 2958466 I narrowed it down to one (incorrect) date value in the year "0016" (wrong user input, this should have been 2016 obviously), so for me...
  2. T

    Context with schema and synonym with the same name

    The same as right-click without selecting : the context refers to the KALENDER view/synonym instead of TABLE_NAME in KALENDER schema.
  3. T

    Context with schema and synonym with the same name

    I have the following problem : There is a view called "KALENDER" in one schema that has a public synonym that is also called "KALENDER" Then there is also a schema called "KALENDER". The result in PL/SQL developer is that the context of any table/view in the KALENDER schema refers to the...
  4. T

    v9.0.6.1665 serious performance issue with DBMS_OUTPUT.PUT_LINE

    It seems to be network related: on a database in local LAN it's about 1 or 2 seconds on a remote database with tnsping of 70 ms , the above takes about 50 seconds...
  5. T

    Beautifier not working correctly with correlated update statement

    Sometimes I get similar problem for other constructions that are not supported by the beautifier (like parameters in a cursor). I usually solve this by adding some fake comments to force the beautifier to take a new line. Your example would become : UPDATE purchase_requisition prh SET...
Back
Top