Recent content by ghn

  1. G

    Automating/Scheduling a sequence of tasks

    Is it possible to automate and schedule a sequence of tasks in PL/SQL Developer? I would like to have Developer run a query on a certain date, at a certain time, then save the output as a CSV file to a specified folder on the network.
  2. G

    Commandfile Parameters

    Just checking since this response was given to verion 7, 4 years ago. Is it still not possible to pass parameters to a command file?
  3. G

    Disappearing Result Grid

    Sometimes, the result grid under the SQL Window disappears. I think this happens when I Remote Desktop into my office computer. My office computer has two larger (17") monitors while my laptop has a single 10" monitor. PL/SQL Developer is scrunched to fit the smaller screen, and the result...
  4. G

    How do I use filters in the Browser

    I am also on 7.0.2. And I still see ALL the tables in the Browser. The filter does not seem to be working.
  5. G

    How do I use filters in the Browser

    I go to Tools | Preferences, then select "Browser" and click on "Filters." In the Define Browser Filters dialog box, I select "All objects" and in the "Where clause" box I enter substr(object_name,1,3) 'EUL' (I do NOT want to see listed the tables that begin with the characters 'EUL'.)...
  6. G

    Turning off pop up list

    Sorry to bother about such a basic thing, but . . . as I'm editing a script in the SQL window, the program pops up a list of field names anticipating what I'm going to type. I find this irritating and would like to turn off this feature. I did it once in an older version of Developer, but I...
Back
Top