Recent content by JohnnyBeGood

  1. JohnnyBeGood

    enhancement requests

    Hi, I love to work with the Code Contents. With all the new section like "Declaration", "Code section". it helps us to find rapidly part of the package. But I don't uderstand why we don't have a "Declaration section" for the variable that are global to the package spec and body. Because...
  2. JohnnyBeGood

    Java stored procedure : how to get the output written to system.out ?

    In a test window write this declare -- Local variables here i number; begin dbms_java.set_output(100000); execute your java procedure here end; In the DBMS_OUTPUT window you'll see the result
  3. JohnnyBeGood

    cast(multiset

    Hi when I try to execute this statement select cast(multiset ( select vaat_code_info from pilo_tbl_val_attr vaat where atgl_id = 8923) as capg_type_tab_atgl_code_info ) from dual in a sql window pl/sql Developer as a unexpected error and...
  4. JohnnyBeGood

    beautifier

    In the dml section of the beautifier option it would be nice if we could put the keyword "and" on a new line If I applied the beautifier on this (all on the same line) select * from pilo_tbl_utilsn_spec utsp where utsp.atgl_id_spec = 1 and utsp.vaat_id = 3 I get select * from...
  5. JohnnyBeGood

    Key configuration for bookmark

    Hi, I've just downloaded the new version , and i want to configure a hotkey for the new fonction next bookmark and previous bookmark But I don't see any of the bookmark fonction in the key configuration tab in the preference Thanks Jean Boul
  6. JohnnyBeGood

    What's this for ??

    There is a new preference , but nothing to explain the use of it New SQL Window preference: Show Dictionary Info In Result Grid Thanks Jean ------------------
  7. JohnnyBeGood

    Nice to have

    Hi, I't would be, I think, usefull to have a utility that could identified the matching pair of parentese "(" . I explain my self Lets say we have a range of 4 colors red,blue,yellow,green than I select the expression like this one and ((inte.inte_type = 'I'...
  8. JohnnyBeGood

    Reports Menu

    Thanks There was only 1 entry in the Report directory list but it was the "Default Report Directory" and the checkbox was checked I remove the entry and now it is ok ------------------
  9. JohnnyBeGood

    Reports Menu

    I've PL/SQL version 5.1.0.654 In the Repots Menu every reports is define twice Ex. in DBA sub-menu I have Initialization Parameters Initialization Parameters NLS Database Parameters NLS Database Parameters Even though I only have one instance of NLS Database Parameters.rep...
Back
Top