TNS in oracle 10g express edition

krishnakrishna

krishnakrishna

@krishnakrishna-A4NvQS Oct 21, 2024
can anybody tell me how can i create a tns string in oracle 10g express edition

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • niraj.kumar

    niraj.kumar

    @nirajkumar-6nokRG Jul 24, 2008

    On the client side you should have tnsnames.ora file which u will use to make connection ... file contain port number and host information ...
    search it on google about sample files
  • krishnakrishna

    krishnakrishna

    @krishnakrishna-A4NvQS Jul 24, 2008

    got a solution for the query from the following link
    <a href="https://simeonpilgrim.com/blog/2007/08/01/remote-connection-to-oracle-10g-express-via-odbc/" target="_blank" rel="nofollow noopener noreferrer">Remote connection to Oracle 10g Express via ODBC | Simeon Pilgrim</a>
    and its working fine..