New Features for Oracle Developer Tools for Visual Studio Release 12.1.0.2.0
Oracle Developer Tools for Visual Studio release 12.1.0.2.0 includes the following:
-
Option to enable/disable schema name usage in script generation
New options in the General Options Page allow you to control whether automatically generated SQL scripts include the schema name when referencing schema objects. This includes scripts generated by Generate Create Script in Server Explorer as well as those generated by Schema Compare.
See Also:
-
Generate Create Script on Data Connection Node
The Data Connection node in Server Explorer now includes Generate Create Script and Generate Create Script to Project menu items. These write the definitions of all objects that appear as children to the Data Connection Node to a
.sql
file or set of.sql
files.See Also:
-
Option to limit number of objects displayed under a Server Explorer collection node
A new setting in Data Connections Options Page limits the number of objects that can appear under Server Explorer collection nodes (Tables, Views, Procedures, Functions, and so on). This can improve performance and prevent hangs in the case of schemas that have a large number of objects.
See Also:
See Also:
-
Schema Compare now supports XMLType Table and XMLType Views, Index Organized Tables, and Bitmap join indexes
See Also: