Recent content by kochin

  1. K

    Instant Client with TNS_ADMIN

    No. Why do I need sqlnet.ora file on Instant Client? I could connect to the Oracle server using SQL*Plus without sqlnet.ora file. Because I don't want to set TNS_ADMIN parameter on a lot of client PC, I am testing Instant Clinet. Cannot I use TOracleSession without sqlnet.ora file? Thank you,
  2. K

    Instant Client with TNS_ADMIN

    I inputed "//HostName:1521/orcl.mydomain.com" for the LogonDatabase property of TOracleSession component. I tried to connect this session but following message appears. "ORA-06401" NETCMN: invalid driver designed"
  3. K

    Instant Client with TNS_ADMIN

    Marco, Version 4.0.7.1 Is EZCONNECT a demo program? Where is it? Thank you,
  4. K

    Instant Client with TNS_ADMIN

    Hi, I understand that Instant Client does not need tnsnames.ora to connect to the server. I can connect with SQL*Plus on Instant Clinet. > sqlplus user/pass@IPAddr/ServiceName But I specified IPAddr/ServiceName to LogonDatabase of TOracleSession and it does not work fine. Is tnsnames.ora...
Back
Top