Recent content by Kishu

  1. K

    Tools-Export User Objects

    Tools-Export User Objects always gives ORA-03114 not connected to Oracle
  2. K

    Freezes

    No Performance changes
  3. K

    Freezes

    Why you people takes a day to reply?
  4. K

    Freezes

    # sqlnet.ora Network Configuration File: C:\app\client\username\product\12.1.0\client_1\network\admin\sqlnet.ora # Generated by Oracle configuration tools. # This file is actually generated by netca. But if customers choose to # install "Software Only", this file wont exist and without the...
  5. K

    Freezes

    Can i get a reply for the above please???
  6. K

    Freezes

    PL/SQL Developer Version 12.0.4.1826 (64 bit) 01.115327 - 50 user license Service Contract: 9/1/2018 Windows 10 Build 14393 Physical memory : 8,274,356 kB (3,491,296 available) Paging file : 10,436,716 kB (2,334,888 available) Virtual memory : 137,438,953,344 kB...
  7. K

    Freezes

    Everytime when i try to run screen freezes during for the first time and after that it takes lot of time for intialization, FYI: I already switched off "Show Dictionary info in grid"
  8. K

    External File Editor

    I'm using BIRT tool (Eclipse Photon) to open BLOB Field to edit and design, everything was working fine, but all of sudden now when i click it opens the Eclipse but file attached to it is not present, only eclipse application opens.
  9. K

    how to add DebugSQL parameter to get debugSQL.txt?

    still not clear, can you please explain
  10. K

    how to add DebugSQL parameter to get debugSQL.txt?

    how to add DebugSQL parameter to get debugSQL.txt?
  11. K

    PLSQL developer freezes

    PLSQL developer freezes as soon as I open bracket "(" or placing DOT . for alias column names for example select lower(
  12. K

    Prompt Importing table

    Is it possible to ignore the follwing feedback entries while exporting the insert statements to sql clipboard prompt Importing table cst_items... set feedback off set define off prompt Done. and also can we copy to clipboard only not null columns?
  13. K

    slow when table alias insert

    It's already enabled
  14. K

    slow when table alias insert

    Whenever i try to give table alias before column name, PLSQL dev will go to "Not responding" for 5 to 10 seconds before leting me to type Example: select a.col1, a.col2 from transaction a where a.Acc_number = 10000; In the above example, whenever i insert alias "a" before column, screen of...
  15. K

    Function View -PLSQL Developer

    I didn't get what BUG you're referring, i have select privilege on mentioned tables(DBA_VIEWS) but still i'm not able to view that,but i can view from DBA_SOURCE table
Back
Top