I installed ODT for Visual Studio 2015 (I also tried VS2013) in the hope of using an "Oracle database project", but I am experiencing some specific error messages that do not seem to be very common.
When I browse the database using Server Explorer, you can right-click on the relational table and click "Create Create Script in Project ...".
However, when I click this option, I get a very non-specific error message and cannot decide why:
"Create Script was not generated for the project for some of the selected objects. For more details, see the" Oracle Database Output "output area.
When I look at the "Oracle Database Output" window, I get a message:
"Script Error Generating - Internal Error."
To enter the system, it is very difficult to figure out what is wrong and debug this message without a descriptive error.
The most interesting thing is that the Script generation function works for other database objects, such as views and procedures, it just does not work for database tables.
Has anyone experienced this error before? I am wondering if this is some kind of driver problem! (I have installed the oracle 11g client, and I only tried using the special ODAC / ODT package, which also installed the 12c client by connecting to the Oracle Elements 11g server).
Any help is appreciated, thanks.
source
share