Recent content by dwwallac

  1. D

    PLSQL developer Save results from Grid without line number

    Thanks null0000, i hadn't used that column highlight option previously, so i'll use that in future for part copies. However this query was prompted by one of our end users , who we've recently convinced to switch from Toad to PLSQL Developer, and who's using the product as an Oracle GUI...
  2. D

    PLSQL developer Save results from Grid without line number

    This is probably just an option that i haven't configured properly, but I was wondering how can I set the results grid for the SQL Window , so when i export or copy the data, it doesn't copy or export with the line number in the output ? eg. if i have multi line output from select * from...
  3. D

    Slow select on wide table with 460 columns

    I have a simple query (select count(*) from [TABLE]) that returns a result of 16,833 within .31 of a second from sqlplus or via Oracle's sql developer gui. However when I attempt the same in plsql developer the query just locks up the sql window screen in executing mode with an hour glass and...
Back
Top