Recent content by Flieger

  1. F

    Automatically dock connections list

    After opening PL/SQL Developer and choosing a connection from the connections list, the connections list stays as a floating window. Is there a way to have it automatically dock next to Objects and Files?
  2. F

    Session id in window title

    Is it possible to display the Oracle session id (either SID, SERIAL#, or AUDSID) in the window title? Thanks Christoph
  3. F

    How to write a plugin that can react on keystrokes in an editor window?

    Are you thinking of creating a VI editor? That would be fantastic!
  4. F

    factored subquery

    Have just started a similar thread: http://www.allroundautomations.com/ubb/ultimatebb.php?ubb=get_topic;f=3;t=002821
  5. F

    Factored subquery

    Here you go: --- Info --- PL/SQL Developer Version 7.0.0.1050 (MBCS) 02.31551 - 5 user license Windows XP version 6.0 (build 2600) Service Pack 2 Physical memory : 523,496 kB (127,660 available) Paging file : 1,276,964 kB (782,132 available) Virtual memory : 2,097,024 kB...
  6. F

    Factored subquery

    I have Version 7.0.0.1050.
  7. F

    Factored subquery

    Hi, i was trying to get a factored subquery to work but could not get any results. In sql*plus this works fine: with sub_qry as ( select empno,ename,sal from emp ) select * from sub_qry / The query returns 14 rows. In plsdev (SQL or Command window) i get zero rows. Can you please take a...
  8. F

    Favorite Features

    I've been preaching the gospel of PL/SQL Developer to my co-workers and any contractor/consultant who makes it through my office. I tell them about my favorite features. Now i'm curious what yours are. If you had to pick one favorite feature, which one would it be? Ok. One is not enough. How...
  9. F

    Custom Browser Folders

    Thanks!! That did the trick! :)
  10. F

    Custom Browser Folders

    Hmm, i'm trying to get this to work, but have no luck. Can you please give another example? I tried: owner = 'DUMMY' UNION SELECT 'WCS',ENAME,'TABLE','VALID' FROM scott.emp expecting to have the enames listed in that folder. Thanks, Christoph
  11. F

    Test REF CURSOR in PL/SQL Developer

    I'm not familiar with 'Scan Variables.' What does it do?
  12. F

    Test REF CURSOR in PL/SQL Developer

    Here is how i tested ref cursors in pl/sql developer: ============================ CREATE OR REPLACE PACKAGE test_ref_cur IS -- Author : CRUEPPRICH -- Created : 10/20/2005 8:48:38 AM -- Purpose : TYPE g_emp_rec_type IS RECORD( empno NUMBER(4)...
  13. F

    RSS Feed

    Thanks!
  14. F

    RSS Feed

    Would it be possible for you to add an RSS feed for the forums?
  15. F

    gVim as editor

    I would like to use gVim as my editor. I know i can add gVim as an external application, but how can i have my sql text automatically be copied from the PL/SQL developer window into gVim and then back again?
Back
Top