Get Firefox   [ - JYOTIRMAYA.COM - ] Get the Source
 :: Home :: Wiki Home

Oracle

[ Programming Trail >> Database Management >> Oracle ]
 

TIPS

  • tnsnames.ora contains the information for connecting to your database. The file can be located at $ORACLE_HOME\product\10.1.0\Client_1\network\ADMIN
  • ABCD is the TNSNames_Entry in tnsnames.ora
 tnsnames.ora entry
 ABCD =
   (DESCRIPTION =
     (ADDRESS_LIST =
       (ADDRESS = (PROTOCOL = TCP)(HOST = ....
 
 Java Code for connection object
 Connection conn = DriverManager.getConnection
             ("jdbc:oracle:oci8:@ABCD", "user", "password");
                     // or oci7 @TNSNames_Entry,    userid,  password
Contributors

Jyotirmaya Nanda



Last Updated 6/29/2005 2:36:15 PM by '156.153.255.236'
Home | Versions | Edit page | List pages | Recently Modified pages | | Add to My Yahoo!

Search for:
I block the IP address(es) of users trying to vandalize my wiki. A simple mail to me can remove your IP from the blocked list. If you are new to wiki and want to try something out please do so at the Wiki Sand Box. Thank you !!.

  Last Modified: Thursday, November 29, 2007; at 11:05:03 AM

[ - © Jyotirmaya Nanda, 2007 - ]