Recent content by ladonna

  1. L

    Source Control with Source Gear Vault (SGV)

    I cannot get this working either. I get the same error. Is there a solution to this to get vault working with PL/SQL Developer?
  2. L

    How to Create/Edit/View DBMS_SCHEDULER jobs?

    I want to create jobs with Oracle 10g's DBMS_SCHEDULER. Are there tools in PL/SQL Developer to assist this? How do I view/edit existing jobs?
  3. L

    Tablespace Info for I/O Tables Not Shown

    Thanks. Yes, I can do that to see the data for one a time. Would just be nice if it actually showed on the normal screens as well. LaDonna
  4. L

    Tablespace Info for I/O Tables Not Shown

    PL/SQL developer just doesn't show the tablespace information at all for I/O tables. Enterprise Manager does, but PL/SQL Developer doesn't. This appears to be a bug/limitation in this tool. When will this be resolved?
  5. L

    View Column Aliases not shown

    I have a view that was created with column aliases. When I view the source of this view in PL/SQL Developer, I don't see the column aliases. However, the view does return the aliased columns when data is selected. This is very confusing when using the tool. Example of Real Source for View...
  6. L

    How to Debug Package

    How do you debug a package? I have a package that calls a procedure and returns a REF CURSOR. How do I debug this? Also, how do you debug any package?
Back
Top