Unable to Create Entity Object from 10.1.3 Jdev


 Unable to Create Entity Object from 10.1.3 Jdev

While creating my first workspace on Oracle JDeveloper 10.1.3 I encountered following error

Error:
Unable to Create Entity Object from 10.1.3 Jdev(R12).The check box for the table and synonym are not enabled.

Solutions:
Add all the BC4J libraries to the project for resolving this issue.

Right click the project properties and select Business Components and press OK.This will definitely resolve the issue.Then you can create the EO without any problem.

 

 

  

No comments:

ORA-00059: Maximum Number Of DB_FILES Exceeded in 19C database

When I am adding datafile to my 19C database facing the below error. SQL> alter tablespace DATA  add datafile '/u01/data/data15.dbf&#...