Recent content by Gary Wong

  1. G

    Inclusion of new custom renderer in PL/SQL Dev

    Hi, Given that the tool already has a 'Large Data Editor' function, what is the interest out there in adding a built-in renderer of Oracle Spatial data? You know, something along the lines of the GeoRaptor extension at...
  2. G

    Feature request: substitition variables in package window

    Hi, Assuming this thread is talking about 'project' variables that get substituted in SQL Window SQL (i.e. &var_x)... did this ever get implemented? I'm on 6.0.6.947, but don't see this anywhere (obvious). gary
  3. G

    How to disable variable substitution in SQL window?

    Ara, I notice that the 'Command Window' will accept the 'SET DEFINE OFF' command. Can you run your HTP package in the Command window instead of the SQL Window? HTH gary
  4. G

    Command Window 'spool': capturing entered commands

    Thanks for the quick answer. I put it into my glogin.sql and now the 'spool' command in PLSQL/Dev's command window works as I expect it to.. thanks again, gary
  5. G

    Command Window 'spool': capturing entered commands

    How do I get the 'spool' command to capture not just the output of my commands, but also the entered commands? See below for an example.. thanks in advance, gary ------- in Command Window --------- SQL> spool c:\temp\a.lst Started spooling to c:\temp\a.lst SQL> desc dual Name Type...
  6. G

    Passing "Project" to plsqldev

    Marco, Thanks for the quick response. I assume that I need to also turn off: Preferences -> User Interface -> Options - Autosave username, and - Autosave desktop Until I did this, PL/SQL Dev would always open up the last opened project, regardless of the project paramater...
  7. G

    Passing "Project" to plsqldev

    Hi, Is there a way to startup the tool with a certain project? I looked at the "Command-line parameters" and saw nothing applicable. I have several projects (with different logins and different project items), and would like to have Windows shortcut item pass not just my login, but also the...
Back
Top