Recent content by YSR

  1. YSR

    ldap and pl/sql developer : 7.0.3.1123

    PL/SQL Developer Version 7.0.3.1123 (MBCS) 142.38620 - 20 user license Windows XP version 6.0 (build 2600) Service Pack 3 Physical memory : 2,097,152 kB (1,178,944 available) Paging file : 4,194,304 kB (4,194,304 available) Virtual memory : 2,097,024 kB (2,006,000 available)...
  2. YSR

    ldap and pl/sql developer : 7.0.3.1123

    I am getting : ora-12154: TNS:could not resolve the connect identified specified In in SQLNET.ORA, I have this (LDAP as first priority): ------------------------------------------------------- NAMES.DEFAULT_DOMAIN = mycompany.com NAMES.DIRECTORY_PATH= (LDAP, TNSNAMES, EZCONNECT) TNSNAMES.ORA...
  3. YSR

    ldap and pl/sql developer : 7.0.3.1123

    Was anyone able to connect from PL/SQL developer v7.0.3 to Oracle 11g using LDAP ? I do have correct LDAP.ORA and SQLNET.ORA files. I am able to connect from SQL*PLUS. I am also able to connect from pl/sql developer using tnsnames.ora Does version 7.0.3 of PL/SQL Developer look at LDAP.ORA and...
  4. YSR

    View package body and trigger code

    I am able to see code in procedures, functions and package specification but not able to see code in 'package body' and 'trigger'. When I try to expand trigger or package body in 'browser tree', I do not see any objects. I am also not able to see these two types in all_source. Can you please let...
  5. YSR

    Oracle 10g package code.

    Checking 'Use DBA view if available' fixed the problem. Thankyou for your help.
  6. YSR

    Oracle 10g package code.

    After successfully compiling Oracle package, pl/sql developer is not retrieving the latest code. However, code seems to be existing on server as I was able to see from sql*plus(all_source ). I think the problem is in
Back
Top