I have created Database Project in Visual Studio 2017 and connected to ORACLE 12c by using ODT (Oracle Developer Tools for VS2017). I able to see and connect oracle database.
But when I am trying to generate script - "Generate Create Script to project" following error occurred -
------ Generating Create Script to Project for selected object(s) ------
Create script was not generated to Project "C:\WORK\OracleDB_Project\TestProject\" for the following objects:
Tables
--------------------
CUSTOMER - Script Generation failed - Internal Error.
CUSTOMER_CONTACT_TEST - Script Generation failed - Internal Error.
CUSTOMER_HIST - Script Generation failed - Internal Error.
CUSTOMER_USAGE - Script Generation failed - Internal Error.
CUSTOMER_X - Script Generation failed - Internal Error.
CUSTOMERCONTACT - Script Generation failed - Internal Error.
CUSTOMERCONTACT_HIST - Script Generation failed - Internal Error.
Can anyone provide the solution for this ?