Recent content by Prashanth Deshmukh

  1. P

    Suggestions for Bookmarks in PL/SQL dev

    Hi, I'm using PL/SQL developer 8.04 version. Currently we can have only at max 10 Lines which can be bookmarked.Is there a plan to change it to have as many as bookmarks. Thanks.
  2. P

    To Edit a Stored Procedure within another stored procedure

    Dear All, Currently If I want to view a Stored proc inside another stored proc,I am pressing Ctrl+Mouse Right Click which opens the stored proc in Read mode. Is there any way other than this to open through Mouse rather than having a keyboard mapping attached to Edit Package.. Thanks in Advance
  3. P

    Copy from Resultset takes more time

    Marco, I think it has solved the problem..Will check for some more time and will update. Thanks for ur quick help.
  4. P

    Copy from Resultset takes more time

    Hi All, I am finding below 2 issues in PL/SQL developer very often. 1. After issuing For Update,sometimes Pl/SQL developer hangs before allowing to change target column data. 2. When I try to copy the data from resultset,again the PL/SQL developer hangs before copying the text to clipboard...
  5. P

    To List DML performed on tables in a stored procedure

    Hi All, I am using PL/SQL Developer Version 5.1.6.747. I would like to know the DML operations performed on tables in a stored procedure in Matrix format so that instead of going through the whole code,I can use the tool to determine that. The SQL Navigator has the above functionality in a...
  6. P

    Uppercase the Keywords

    Hi Mike, This is exactly what I wanted.. Thanks for your efforts..
  7. P

    Uppercase the Keywords

    Hi All, I am using PL-SQL Developer 5.1.6.747.. I have many Sql files which is fully formatted but the only problem is Keywords are in Lower case.. I want to retain the formatting and just convert the keywords to Uppercase.. If i use Beutifier,it changes my whole formatting.. Please let me...
  8. P

    SQL Inserts of Selected Data

    Hi All, I am using PL/SQL Developer Version 5.1.6.747 .. Please let me know how can I export query results as SQL Inserts ?? Thanks in Advance
  9. P

    Export user Objects from Command Line

    Thanks Marco for the reply..
  10. P

    Export user Objects from Command Line

    Hi All, I'm using PL-SQL Developer 5.1.6.747 and I love the application due to its vast features and it hardly crashes.. I have exported the user objects ( Functions ,Procedures,Packages,Package Body ) of a DB and stored accordingly in appropriate folders using File Per Object option (...
  11. P

    Query Database while Debugging the stored procedure

    Hi, Since I work on UAT database,I cant create tables and test as and when required.. Please let me know if there are any other alternatives..
  12. P

    Access Violation at Address 007BC7D6 in Module PLSQLDEV.exe

    Hi Marco , I have disabled the Include Font Style with Copy Option under Fonts.. Let me check this for some time since this error didnt used to occur usually.. Thanks for your Quick Support..
  13. P

    Access Violation at Address 007BC7D6 in Module PLSQLDEV.exe

    Hi, I am using PL/SQL Developer 5.1.6.747 on Windows XP m/c.. I am getting Access Violation error error when I try to copy the data on the Grid after querying the database.. Please find the PLSQLDEV.Log file .. ---------------------------2007/07/05 1:09:47 PM---------------------------...
  14. P

    Want to Create Plugin using VB

    Hi, I want to create a plugin for PL-SQL developer using Visual Basic.. Any help will be appreciated..
  15. P

    Query Database while Debugging the stored procedure

    Hi, I want to query the database while debugging the Stored procedure.. Here I cant use Dual Mode since only one window can be executed in Dual Mode.. Please let me know any alternate solutions.. I'm using PL/SQL Developer version 5.1.6.747
Back
Top