New Features for Oracle Developer Tools for Visual Studio Release 12.1.0.1.0
Oracle Developer Tools for Visual Studio release 12.1.0.1.0 includes the following:
-
Multitentant Container Database Administrative Features
Multitenant container database (CDB) administrative features are now exposed through ODT. When connected through Server Explorer to an Oracle Database 12c Release 1 (12.1) CDB, a user with
SYSDBA
privileges sees a Pluggable Databases Node. Various menus and dialogs allow the user to create new pluggable databases (PDBs.), clone them, plug and unplug them, open and close them, and delete them. An option to add a connection to a new or cloned PDB to Server Explorer has been added to the General Options Page.See Also:
-
Schema Compare
The new Schema Compare tool allows you to compare entire schemas (or subsets of a schema) across two Server Explorer Oracle Database connections.
You can view the comparison results in a results window (see Schema Compare Results Window) and you can generate a deployment script, a diff script, that can upgrade a target database schema to match the source schema.
-
Automatic Implicit
REF
CURSOR
Metadata GenerationYou can now use the Stored Procedure Run Dialog Box to automatically generate implicit
REF
CURSOR
metadata information and add this metadata information to yourapp.config
orweb.config
file. This is useful if you wish to map aREF
CURSOR
parameter in an Oracle Stored Procedure to a Complex Entity type return value of an Entity Function using the Add Function Import Dialog. -
Support for Oracle Data Provider for .NET, Managed Driver
You can now connect to Oracle from Server Explorer using the new Oracle Data Provider for .NET, Managed Driver. Any designers or wizards that automatically generate .NET code using this server explorer connection will create code with appropriate references to the Managed Driver.
(If you need to autogenerate .NET code with references to the Unmanaged Driver, connect in Server Explorer using ODP.NET, Unmanaged Driver).
See Also:
-
Connection Dialog Support for SQL*Net EZ Connect and TNSNAMES.ORA Searching
You can use SQL*Net EZ Connect in the Connection Dialog Box, which allows you to enter a hostname, port, and service name rather than using a TNS connection alias from a
tnsnames.ora
file. You can also use a unresolvable-reference.html to assist you in locating and copying over othertnsnames.ora
files that may exist on your computer. -
Script Generation to Database Project Creates Master Script with Child Scripts
The Generate Create Script to Project menu option, when used with multiple selected Server Explorer schema objects nodes, now generates a master SQL script into the Oracle Database Project Scripts folder. This script has calls to individual child SQL scripts, one for each schema object, ordered with dependencies taken into consideration. Dragging and dropping selected schema objects into a Oracle Database Project folder results in all child scripts being created in that target folder.
See Also:
-
Oracle Database 12 Release 1 (12.1) New Data Types Support
ODT now supports the following new Oracle Database 12.1 data types: Identity Columns (See: Table Designer), 32k extended data types (See: General Options Page), PL/SQL Boolean, Implicit
REF
CURSOR
s. -
Support for Parameterized SQL and PL/SQL in Query Window
When you execute SQL queries or PL/SQL blocks containing parameter placeholders (for example
:VAL
or:1
), you will be prompted to enter the values for the parameters. -
Binary XML Support
Binary XML types are now supported in ODT.
See Also:
-
Grant Debugging Privileges Dialog
Oracle Database 12.1 or later now requires additional new privileges for granting explicit access to an IP address and port range when debugging PL/SQL. The Grant Debugging Privileges Dialog provides an easy way to grant these and other privileges that are required.
See Also: