Tuesday, May 13, 2014

Error -ora-28267: invalid namespace -ADF With Jdeveloper


There was a requirement to validated the Local Entity Attribute value against the Remote Database. For this we set-up the DB link. Local DB is 11g and remote is 10g.
During the query validation in JDEV we go the issue."ora-28267: invalid namespace" .

To Fix this in JDV.

Replaced the jar file  (ojdbc6dms.jar) with ojdbc6.jar in below loaction in Jdeveloper..

"C:\Oracle\Middleware11.1.1.7.0\oracle_common\modules\oracle.jdbc_11.1.1\"

You can find ojdbc6.jar in  C:\Oracle\Middleware11.1.1.7.0\wlserver_10.3\server\lib

C:\Oracle\Middleware11.1.1.7.0\=Middleware Home

No comments:

Post a Comment