출처 : http://www.bluestudios.co.uk/blog/?p=237
Recently I came across a small problem with setting up Oracle UCM 10gR3 on a MSSQL2005 instance.
Using the net.sourceforge.jtds.jdbc.Driver class.
The DBAs had setup a clustered SQL environment and had given me MSSQLDB0001\ARCHIVETR.
ARCHIVETR being the SQL instance which I needed to install the UCM to.
For future reference all you need to do is append ‘;instance=ARCHIVETR’ to the connection string like the following:
jdbc:jtds:sqlserver://<SQLServer>:<PORT>/<DBName>;instance=<SQLInstanceName>
Example:
jdbc:jtds:sqlserver://MSSQLDB0001:1433/UCM;instance=ARCHIVETR
'JAVA > Core Java' 카테고리의 다른 글
| [link] EHCache --> Java Cache library (0) | 2011/03/31 |
|---|---|
| 대칭암호화알고리즘 소개 및 DES, Blowfish샘플코드 (0) | 2011/01/06 |
| jdbc mysql named instance 접속 (0) | 2009/02/20 |
| [자바] 아주 쉬운 XML 생성 도구 (0) | 2008/12/01 |
| [JAVA] SHA-1 암호화 하기 (0) | 2008/09/23 |
| Random GUID generator in Java (0) | 2008/07/25 |
