JDBC Url Pattern for Oracle 10i:
Recently while i was trying to configure Sun One Application Server with Oracle 10i
i found out that the traditional method of jdbc url pattern [jdbc:oracle:thin@myhost:port:service]
not working .
Then after spending some time in searching the net, i found that in 10i the jdbc url pattern has changed to "jdbc:oracle:thin:username/password@//myhost:1521/orcl".
NOTE:
Difference Between Service & SID:
Oracle SID is the unique name that uniquely identifies an instance/database.
Service name is the TNS alias for a database and this Service name is recorded in Tnsnames.ora file on your clients and it can be the same as SID (the default) or may be different.
Monday, March 09, 2009
Previous Posts
- Initialize on Demand Holder Class & Singleton pub...
- Vitamins Chart
- Tongue TwistersPeter bought a butter,The butter Pe...
- Just For Laugh.... * Wife: Darling today is our a...
- Basic Doubts in Java & in Databases ? Ask Mr.Nagz....
- HTTP Header from a web site using TELNET You can ...
- When the end of the world arrives how will the med...
- 1-800-PSYCH............ Hello, Welcome to the Ps...
- Bizarre facts .. but true. 1. Coca-Cola was origi...
- Cool Ones......njoy. 1.A foolish man tells a wom...

0 Comments:
Post a Comment
<< Home