Recent content by rbybee

  1. R

    DEBUG 10G NOT WORKING

    This was not the case in 9i. Is there a workaround to this problem as the majority of the packages are not compiled with debug information on. There are several thousand packages and bodies that would need to be recompiled in a Production environment. Thanks for your help.
  2. R

    DEBUG 10G NOT WORKING

    I am trying to run debug in 10G but the debugger refuses to step into the procedure and then it runs the procedure to completion. I am running the latest version of PLSQL Developer 7.1.1.1339.
  3. R

    Code Assistant does not work for a Database Link

    Is there a way to enable the Code Assistant so it will show me the columns of a table using a database link? For example, if I type the following select, no columns are displayed when I type the period after the table alias. select * from fnd_user@prod u where u. Thanks.
  4. R

    Code Assistant Pauses after column selection

    That was it. What does "Use original case if possible" do?
  5. R

    Code Assistant Pauses after column selection

    I am trying to determine why it takes about 10 seconds for the cursor to return to my query after using the code assistant to select a column for a view. Here is the select I am using: select * from all_tab_columns c where c.COLUMN_NAME After I enter the period, the list of columns appears...
Back
Top