ORA-28267: Invalid NameSpace Value In JDEV
RRAMar 10 2013 — edited Mar 12 2013Hi,
Continuing from SQL/PLSQL Forum https://forums.oracle.com/forums/message.jspa?messageID=10897436.
Oracle DB 10g - 10.2.0.5
Oracle DB 11g - 11.2.0.3
Weblogic - 10.3.5
JDev - 11.1.2.1
ADF BC/RC
I have -
1. Oracle Database View in DB 10g.
2. Created a DBLink in DB11g which is connecting to 10g DB running in other machine.
3. Created same view in DB11g via DBLink.
4. JDev IDE is using ojdbc6.jar.
While testing in appmoduletester data showing from DB View but while populating in table in jspx page, below error is coming.
java.sql.SQLException: ORA-28267: Invalid NameSpace Value
ORA-02063: preceding line from DB_LINK
Any pointer needed to solve issue.
Thanks.