java.sql.SQLException: ошибка Oracle ORA-12650DSRA0010E: Состояние SQL = 99999, код ошибки = 1265

У меня установлена ​​версия WAS 6.1, и она использует Java 1.5. Недавно мы обновили базу данных до Oracle 12c. Когда я пытаюсь подключиться к источнику данных 12c, я получаю сообщение об ошибке

"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

1 ответ

Oracle 12c не поддерживается базой данных для WebSphere Application Server v6.1.

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

Пожалуйста, обновите до более поздней версии WebSphere Application Server.

Другие вопросы по тегам