Recent content by sumsar

  1. S

    Funny error message when trying to close a viewed function

    I have viewed a function in the SYS schema and when I try to close it again I get the error: "You must keep at least one program in a sourcefile" BR Rasmus
  2. S

    Subversion Integration?

    I found this plugin. http://plsqldev-svn-plugin.tigris.org/ It seems to work, although I haven't used it very much yet.
  3. S

    Enhancement request: Compare user objects Tool

    I would also very much like theese features. :D
  4. S

    7.1 final and Comment Lines Plug-In

    A new version has been released (1.4) that solves the problem. It can be downloaded here: http://www.bar-solutions.com/software/plug-ins.html :D
  5. S

    Problem with Comment Lines plug-in

    A new version has been released (1.4) that solves the problem. It can be downloaded here: http://www.bar-solutions.com/software/plug-ins.html :D
  6. S

    Problem with Comment Lines plug-in

    Hi there Prior to version 7.1 all lines in a selection where marked with "--" when the "Comment Lines" plug-in was activated. In version 7.1 only the last line is marked. What's wrong :confused: Best Regards
  7. S

    How to get shortcuts plug-in to work in 7.1

    Hi there How do I get the Shortcuts plug-in to work with version 7.1?? Best regards Rasmus
  8. S

    Ordering of columns in "Session Query"

    Hi I'm trying to define a new "session Query" that shows long running operations. My problem is that the columns seem to be sorted randomly. My select clause is: SELECT s.sid, s.serial#, l.opname, l.target, l.target_desc, l.sofar, l.totalwork...
  9. S

    Filtering the "Users"

    Thanks a lot D. This was just what I was looking for. :)
  10. S

    Filtering the "Users"

    How do I create a filtered list of users? I have a database with several hundreds of users, but I only want the "Users" folder to list the schema owners, in my case, users named 'P$.....' :confused: Rasmus
  11. S

    Navigating to trigger source

    Thanks! Just one problem, I normally run with the browser filter "My objects", because my database is quite large. If I try to "Browse" an object in an other schema it fails, meaning I still have to select "Users//Objects/Tables/Triggers" to get to the trigger source. :rolleyes: Rasmus
  12. S

    Navigating to trigger source

    What is the easiest way to view triggers on a table, when the table name is in a program window, eg. in an select clause?? Right click on the table name only allows you to view the table, not the triggers. Rasmus :confused:
  13. S

    What happened to CompareSource

    Is there an easy way to compare a source script to an existing object. At least for pl/sql objects eg. packages /Rasmus
  14. S

    Script to create comma separated list and insert statements

    Try pasting into wordpad, save as text. /Rasmus
Back
Top