Recent content by jlt

  1. J

    PL/SQl Developer is very slow

    File's content: # C:\ORANT\NET80\ADMIN\SQLNET.ORA Configuration File:C:\orant\net80\admin\sqlnet.ora # Generated by Oracle Net8 Assistant NAME.DEFAULT_ZONE = world NAMES.DEFAULT_DOMAIN = world NAMES.PREFERRED_SERVERS = (ADDRESS_LIST =...
  2. J

    PL/SQl Developer is very slow

    Hi, PL/SQL Developer version: 7.0.3.1123 PL/SQl Developer is very slow to start. Debug.txt: 08/10/2007 10:09:41 TOracleSession $021AAEB0 Start Session.LogOn as dba@Vendeur 08/10/2007 10:10:05 TOracleQuery Query Start Query.Execute SQL = select...
  3. J

    Plsql command line

    Hello, I'm trying to launch plsqldev within a command line in order to connect to a schema and display a package body or trigger. So, I use : plsqldev viewobject=XXXX with connection parameters. An error occured each time I specify any viewobject parameter. Even if I specify a table name, it...
  4. J

    Edit Data : ListBox not visible

    Hello, When I insert a row in a table with a foreign key associated with a column, I can't see the Listbox containing possibles values for this column. The joined table contains exactly 940 rows. I saw in an other topic that if the table contains more than 1000 rows, the listbox would not...
  5. J

    PLSQL Developer seems to make other applications hanging

    It works fine with this solution. Thanks for your help.
  6. J

    PLSQL Developer hangs when inserting row

    Do you think it could be an evolution in a future version of PLSQL Developer ?
  7. J

    PLSQL Developer seems to make other applications hanging

    We are using the Version 6.0.5.931 (MBCS).
  8. J

    PLSQL Developer hangs when inserting row

    Hello, We noticed a problem when inserting rows : Example : We have 2 tables with a foreign key : TABLE1 TABLE2 ------ ------ Primary Key : Primary Key : COL1
  9. J

    PLSQL Developer seems to make other applications hanging

    Hello, Several users have the same problem : After having restarted their computer, and opened only PLSQL Developer, it takes a very long time to open a word document, excelsheet or other document (without cpu or memory saturation). If we kill the PLSQL process, the opening is immediate. The...
  10. J

    Multiple locations of tnsnames.ora

    Thanks for your help.
  11. J

    Multiple locations of tnsnames.ora

    Hi, We are experimenting PL/SQL Developer on a workstation with multiples tnsnames.ora which are not included in our ORACLE_HOME directorie. Unfortunately, that doesn't seem to work correctly : we don't manage to logon. Can you tell me if it is possible to specify the location of our...
Back
Top