Recent content by eetele

  1. E

    querying for dates by text

    Just alter the nls settings for your session to any format you are using in your selects and it should work. Either at the start of your scripts or at login.sql . But writing date=[any_formatted_date_sting] is a bad pratice at all, blaming PL/SQL developer is an option but it wont get you...
  2. E

    templates and xquery

    thanks, works fine.
  3. E

    templates and xquery

    hi, saved a template, where is a query: select xmlquery( 'fn:node-name(for $d in //*[self::szilva or self::korte] return $d)' passing d.xml returning content).getstringval() as elco_mail from sq_base d; when im opening it, it seems the templating engine offers me to replace the part with [...
  4. E

    Feature request: forward declaration in package body edit

    Hi, from time to time we need to use forward delaration of functions/procedures in packages. In the package body edit window in these cases it just shows up once and makes the navigation somewhat awkward. Could you please make some improvements on this? Maybe show them 2x as its shown in case...
  5. E

    Using button "SESSIONS" and violation of "option pack" license for Diagnostic and Tuning

    Confirming it, its there. Not in my installation, cause using heavily modified and not the default. We being the lucky ones - its licenced, but it would be nice to confirm it from Marco and in case remove it from the default installation.
  6. E

    Using button "SESSIONS" and violation of "option pack" license for Diagnostic and Tuning

    Could you please specify which Filter / Details using it in Sessions. thanks
  7. E

    Comparing a Package only seems to compare the specification

    You can use the compare in the Object browser where you can compare the body or the specification. The topic opening and Marcos answers seems to describe 2 different things. To me it makes sense that when i write a packages name in sql window it should compare the specification - topic...
  8. E

    Program windor editor flickering

    the flickering is present on my side too. not noticed it till not seen the bugreport, but now its unpleasant, i agree
  9. E

    PLD 12 download from web

    the link https://allroundautomations.com/plsqldev.html just at the time of reporting showed me the site for 'PL/SQL Developer 11.0', still having it opened, weird now that it shows 'PL/SQL Developer 12.0'. same browser and no cache cleaned or anything.. got there from the pld 12 announcement...
  10. E

    PLD 12 download from web

    Hi, having a seemingly dumb questions but where i can find the download link for PLD 12 on the web? (not realy needing it) Update from PLD itself works, but its a bit silly that the site from v12 announcement leads to v11. thanks
  11. E

    color theme - enchancement request

    Hi, would it be possible to add some color theme options? Tried search on the forum, found its possible with changing windows theme. Various IDEs (true not seen on any plsql IDE) having similar option. Thanks
Back
Top