Io exception: Oracle Error ORA-12650 in Oracle Cloud

前端 未结 2 1802
名媛妹妹
名媛妹妹 2021-01-27 00:52

I have been using Oracle cloud PAAS linux server for my DB machine (Oracle 11g) and having linux application server where i can run all my Java applications.

Assume i ha

2条回答
  •  执念已碎
    2021-01-27 01:36

    This issue is because of Oracle DB machine encryption ENCRYPTION_SERVER settings. As i understood which is default and set it to enabled, when we set it to disabled or comment the line then application will work as expected. Below is the file name for reference,

    Filename : sqlnet.ora (We have to disable ENCRYPTION_SERVER settings)
    File Location : ../oracle/product/11.2.0/dbhome_1/network/admin 
    

    Hope this helps some one.!

提交回复
热议问题