2017-02-10 12 views
0

WAS 6.1 버전이 설치되어 있고 Java 1.5를 사용하고 있습니다. 최근 Oracle 12c 데이터베이스를 업데이트했습니다. 내가java.sql.SQLException : Oracle 오류 ORA-12650DSRA0010E : SQL 상태 = 99999, 오류 코드 = 1,265

"java.sql.SQLException: Oracle Error ORA-12650DSRA0010E: SQL State = 99999, Error Code = 1,265" 


** 

- Steps that I have tried: 

** 
1- using ojdbc5.jar(already tried ojdbc14.jar and ojdbc6.jar bith of them not working 

2-Set the custom properties 
    prop.put("oracle.net.encryption_client", "REQUIRED"); 
    prop.put("oracle.net.encryption_types_client", "(DES40)"); 
    prop.put("oracle.net.crypto_checksum_client", "REQUESTED"); 
    prop.put("oracle.net.crypto_checksum_types_client", "(MD5)"); 

3- I am using a thin client and 
**jdbc:oracle:thin:@hostname:port:servicename** 

I havetried the below thin client address also 

**jdbc:oracle:thin:/hostname:port:/servicename** 

Please help me to fix this issue. My Lincence to Oracle 12c will end on 13th Feb 2017. I know it's too late but please help. 

Thanks in Advance. 

Date:10-Feb-2017 
+0

아마도 db가 일종의 암호화를 요구하도록 구성되었으며 클라이언트 구성과 일치하지 않습니다. 서버 측에서 무결성 및 암호화를 비활성화하고 네트워크 데이터 암호화 및 무결성 구성 (http://oracle.informatik.haw-hamburg.de/network.121/e17607/asoconfg.htm)에서 자세한 내용을 확인하십시오. – Gas

+0

누구나 oci 드라이버의 hwich 버전을 알고 있는데 WAS6.1에서 12c 데이터베이스에 연결해야 할 경우 사용해야합니다. – Sreejith

답변

0

오라클 12C는 WebSphere Application Server V6.1의 지원 데이터베이스하지 않은 오류가 인스턴트 메신저 12C 데이터 소스에 연결을 시도합니다.

http://www-01.ibm.com/support/docview.wss?uid=swg27007624

는 WebSphere Application Server의 이후 버전으로 업그레이드하십시오.