Recent content by dkortekaas

  1. dkortekaas

    Can't open PLSQL Dev

    Before the hard crash. Have you issued a print call. One of my co-workers experienced a simulair situatie. After he issued a print call, pl/sql dev. hanged. After he tried to restart the application, he don't get a gui. only the pl/sql proces in de proceslist in the taskmanager. After deleting...
  2. dkortekaas

    Beautifier with statements ver 8.0

    When using the beautifier on a statement with a "with .. as" clause. I get the following result: with ding as (select pizza from eten where land = 'Italie') select pizza from ding, eten where ding.land = eten.land But i would expect the following statement: with ding as (select...
Back
Top