DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: DSN entry from Linux box to windows box

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Location
    Washington , USA
    Posts
    132

    DSN entry from Linux box to windows box

    hi all

    I have a Oracle DB 8.1.7 on Windows server box.

    I want to configure a DSN (DATA SOURCE ENTRY) entry on a linux client server box which will connect to windows DB box THROUGH PERL SCRIPT

    And set the environment -

    Oracle_sid name, oracle_home, path etc

    please let me know . We have a requirement on this

    Gajanan

  2. #2
    Join Date
    Nov 2000
    Location
    Israel
    Posts
    268
    Change TNSNAMES.ORA and add an entry for your windows machine db.

    =
    (DESCRIPTION =
    (ADDRESS_LIST = (ADDRESS = (PROTOCOL=TCP)(Host=)(Port=)))
    (CONNECT_DATA = (SID=))
    )
    It is better to ask and appear ignorant, than to remain silent and remain ignorant.

    Oracle OCP DBA 9i,
    C++, Java developer

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width