Recent content by Alba

  1. A

    How to save my scripts automatically after closing pl sql developer

    That wasn't exactly what I meant. I'd like PL SQL Developer to save automatically all the scripts even if non saved so as to restore them when I'll start again PL SQL Developer as it happens when I "kill" PL SQL Developer by means of Task Manager of Windows.
  2. A

    How to save my scripts automatically after closing pl sql developer

    When every morning I have to switch off my PC, I've learnt that killing the process of PL SQL Developer by means of Task Manager of Windows, the following day in which I start PL SQL Developer, it asks to me whether I want to use the last session and so I get Pl SQL Developer to obtain the same...
  3. A

    How not to export the sql statement in excel

    If I perform a query and then export the result into excel, I get a folder with the report and another folder named "SQL Statement" containing the SQL that generated the result. How can I make Pl Sql Developer to not create the second folder by default? Thanks!
  4. A

    Genereting custom reports automatically

    Thanks. I've just tried, but it seems to me that it's not possibile to get automatically by using the commandline-interface the graph layout, isn't it? What I mean is that if I define the graph for the report by using the the Graph Wizard and then I save the graph type as tamplate, how can I get...
  5. A

    Genereting custom reports automatically

    Let's suppose I develop a few queries and their graphs by using Report Window and I want in some way that every last day of the month they get generated and saved automatically on my pc's directory. Is it possible or do I always have to open manually pl sql developer, loading the .rep and...
  6. A

    How to set linesize from Command Window

    Hi, I use PL/SQL Developer vers. 8.0.0.1480 If I try to launch a script from Command Window I've noticed that if I execute "set linesize 1000" and launch the spooling of my script, afterwords I get a TXT file where the rows selected are truncated, whereas if I do that by using SQL Plus of Oracle...
Back
Top