Recent content by Jenean

  1. J

    PL SQL 12 Compile Invalid Objects does not allow filter by mask

    It looks like I can turn off the current user but cannot set the default to a different user. Is this correct?
  2. J

    PL SQL 12 Compile Invalid Objects does not allow filter by mask

    This is a huge step back in functionality. I used the Objects filter to compile everyday. How do I get the 'Compile Invalid Objects' to default to a different user than ''. I could not find how to change this in the Help file.
  3. J

    SQL Window - Query Not Completing

    Yes and the query complete just fine. It returns 57 rows in 2 seconds. In fact I am using sqlplus.exe as my work around. Jenean
  4. J

    SQL Window - Query Not Completing

    I have a query that returns the first three records and then hangs. The only way to resolve the issue is to close the window and choose to terminate the query. The same query in SQL/Plus returns all 57 records in 2 seconds. This query is using object types and calling a couple of...
  5. J

    plsqldoc {*} problem

    /** Object for procedure parameters. %author Jenean Spencer, 10/9/2007 4:50:37 PM %attribute Procedure_Parameter_Id - Procedure parameter id. %attribute Procedure_Id - Procedure id. %attribute Position - Position of the parameter in the parameter list. %attribute Parameter_Type -...
  6. J

    plsqldoc {*} problem

    I did add the %attribute tag. Under what conditins does {*} bullet values work? Jenean
  7. J

    plsqldoc {*} problem

    My documentation look like this /** Object for procedure parameters. %author Jenean Spencer, 10/9/2007 4:50:37 PM %attribute Procedure_Parameter_Id - Procedure parameter id. %attribute Procedure_Id - Procedure id. %attribute Position - Position of the parameter in the parameter list...
Back
Top