Recent content by HarrisDFO

  1. H

    Finding TODO items in any PL/SQL object

    Not sure if this will be useful for others, or if a newer releases has it already, but I wrote this query and added it as a template. It finds all of the TODO items in any PL/SQL object (not just the one you have open) in the specified schema (replace YOURDEFAULT with the schema you use most...
  2. H

    TFS not mentioned as supported using VCS PlugIn

    I noticed that TFS is not listed in the Version Control Interface section of the PL/SQL Developer Plug-Ins section. We still use it with TFS 2010, so I am wondering if it would work with TFS 2015.
  3. H

    DBMS_Metadata / DDL - Extract spec and body to single file (SOLVED)

    I did find other info in the forums on this, but nothing on how to do specifically what I need. I want to right-click the package in the objects explorer and extract the metadata (spec and body) into a single file. Using v11.0.6.1176 UPDATE: Scratch that request - just figured it out. 1...
Back
Top