Recent content by dthibi

  1. dthibi

    Compile only SPEC or BODY in Program Window

    I like a combo of both solutions with some additional preference setup: 1) I downloaded plug-in "Execute Current Statement" (new name for "Compile Current"?) 2) Set the following preferences: Window Types: Program Window -> Ignore unrecognized PL/SQL AutoSelect statement User Interface ->...
  2. dthibi

    Compile only SPEC or BODY in Program Window

    In the Program Window, is there a way to only compile the Package Spec or Package Body? For example if I have file mypackage.pck: set DEFINE OFF create or replace package PKG_TEST is end PKG_TEST; / create or replace package body PKG_TEST is begin null; end PKG_TEST; / SHOW ERRORS The...
  3. dthibi

    Imported Fixed Users

    Is there a way to initiate this from the current version? or some other way to import a large number of new connections?
  4. dthibi

    Imported Fixed Users

    In the Connections panel, what is the "Imported Fixed Users" folder for? I was hoping there was a way to actually import my "Fixed Users" so that I could then manually place them into the folders I want them in. I have 10 or so databases with 4-6 logins each. I was trying to find an easy way...
Back
Top