Recent content by Imre

  1. I

    Export/Import of Hints - Naming Convention

    Is there some Export/Import of Hints Naming Convention? We want to set it equal for all developers in the project's team.
  2. I

    Save windows List for next use of PL/SQL Developer ?

    When the PL/SQL Developer is reopened, the database objects will be opened again with the "Autosave Desktop" option (Tools > Preferences > User Interface / Options) needs to be enabled though.
  3. I

    AWR Reports

    In the future is possible any user friendly handling the AWR report viewer in plsql developer? Thanx, Imre
  4. I

    Tools: "Export User Object"

    Mea culpa - In propertie was setting equal extension for package spec. and package body. After export of objects was the files rewrited.
  5. I

    Tools: "Export User Object"

    In tools "Export User Objects" when selected objects are package spec. and his package body , export is like "File per object" , every time is exported only package body. Is it a bug ? I have PLSQL Developer ver. 10.0.5.1710 thanx Imre
  6. I

    Apply the beautifier "in one" for all the objects in schema

    you are right , now works properly thank you very much Imre
  7. I

    Apply the beautifier "in one" for all the objects in schema

    I tried run Beautifier by plsqldev userid=user/pass@db commandfile="c:\beautify.plsql" with beautify.plsql as SET BEAUTIFIERRULES 'C:\temp\newBeautifier.br' BEAUTIFY test1.sql BEAUTIFY test2.sql / where test1.sql , test2.sql are triggers in the Db , but in command window does errors...
  8. I

    Apply the beautifier "in one" for all the objects in schema

    Hi, Is there any way to apply the beautifier "in one" for all the objects in schema (functions, procedures, packages, act...)? Thanks Imre
Back
Top