Recent content by karthik

  1. K

    Feature Request: Order By in Export Tables - SQL Inserts

    Hi, We have been doing a lot of export of data from the tables as SQL Inserts. The Where clause in the tab is very helpful. But we are kind of handicapped when it comes to take out the data in a sorted order. We have to use less productive methods. It will be of immense help, if you...
  2. K

    ETA for v7.1?

    Hi Marco, Any update on the date of the release of 7.1 beta? Eagarly awaiting!!!
  3. K

    Debugging starts very slow in Test window

    Hi Marco, I am using PL/SQL Developer Version 6.0.5.931. In the test window for testing a procedure, DEBUG->Start is pressed is taking so much time to execute. In the status bar the "initializing ..." is the message coming. Can you please let me know what is the problem and a solution for this?
  4. K

    Hangs on any query on table with XMLtype column

    Hi Marco, I have mailed the information ------------------------------------------------- Can you go to Help > About, press the 'Info' button, press the 'Copy all pages' button on this info screen, and paste this text into an e-mail reply? -------------------------------------------------
  5. K

    Hangs on any query on table with XMLtype column

    Hi Marc, I am facing the problem of the PL/SQL Developer hangs when the query involves XMLType column sometimes XML features of oracle9i.I copied all the pages. There is nothing changed in the server. Created a new table with the xmltype column and another table with a clob column.
  6. K

    Enabling the SQL Trace for a Session

    Thanks you Marco!! It worked. But how can I view the results of the trace or is there any window where the traced information is displayed ?
  7. K

    Enabling the SQL Trace for a Session

    Hi, When I try to "Enable SQL Trace" for a selected session, I am getting the following error. "PLS-00201: identifier 'SYS.DBMS_SYSTEM' must be declared" Can anyone please help me in clearing this problem? Regards, Karthik
  8. K

    No Debug Information

    Thank you very much. Now I am able to see the values.
  9. K

    No Debug Information

    Hi, I use PL/SQL Developer to do a lot of debugging of the PL/SQL procedures. There will be variables which will be assigned different values at different places during the execution of the procedure. If I want to know what is the value assigned, I used to put the variable in the...
Back
Top