New parameter Editioning - Edition View checkbox.
Restriction area - You can define a constraint for restriction READ ONLY or WITH CHECK OPTION.
The Edition object can be generated in DDL script and also loaded during reverse engineering.
The following objects can refer to the extra object Edition: Synonym, View, Function, Procedure, Package, Type, Trigger. See their Properties dialog and the new tab Edition | In Edition box.
RE Wizard | page Options| checkbox Load Objects* Only from Selected Edition: and a box where you can type name of the Edition from which you want to load objects. During RE, all objects to which the defined edition refers are loaded. In the reversed model, the Edition is written on tab Edition in the Properties dialogs of these objects that have been newly defined or modified in the database for the Edition typed in the box.
DDL Script Generation dialog | Detail Settings tab | checkbox Generate Change of Edition in Session. Select this checkbox if you want Toad Data Modeler to take into account for the script generation an edition defined on tab Edition in Properties dialog of particular object.
Example of what will be generated in DDL script:
Before object definition:
ALTER SESSION SET EDITION = object_edition
After object definition:
ALTER SESSION SET EDITION = ora$base
|
Note: This is an example of default edition ora$base. Default edition is defined in Model | Model Properties dialog | Database Parameters tab | Default Edition Name box. |
Parameter CROSSEDITION - Select the Crossedition Trigger checkbox to display a combo-box with options Not Specified, Forward Crossedition, Reverse Crossedition.
Trigger Ordering area - parameter FOLLOWS and PRECEDES. The Type combo-box offers options Follows or Precedes. In the Trigger List box, you can write a list of triggers (e.g. triggername1, triggername2).
From the Trigger Fire box, you can select items COMPOUND, INSTEAD OF, BEFORE and AFTER.
Column List edit box is available when the Update checkbox is selected in Trigger Events section and Trigger Fire option is set to either COMPOUND, AFTER or BEFORE.
For Each Row checkbox and When Condition edit box are enabled based on the Trigger Fire option.
Other objects in Model Explorer:
Available Data Providers are:
Connection via ADO:
Native Connection:
Connection via TCP/IP
|
Note:
|
|
Note: Connection via TCP/IP does not support Oracle native encryption. |
On tab What to Generate see the Editions object.
User Data Types - Click the Extended Values column and see option CREATE OR REPLACE ... FORCE.
|
Note: The option is used for CREATE OR REPLACE type. It permits to overwrite a type on which another type depends. If only CREATE OR REPLACE is selected, it leads to error notification. |
Detail Settings tab | checkbox Generate Change of Edition in Session. Select this checkbox if you want Toad Data Modeler to include an edition defined on tab Edition in Properties dialog of particular object for the DDL script generation.
Example of what will be generated in DDL script:
Before object definition:
ALTER SESSION SET EDITION = object_edition
After object definition:
ALTER SESSION SET EDITION = ora$base
|
Note: This is an example of default edition ora$base. Default edition is defined in Model | Model Properties dialog | Database Parameters tab | Default Edition Name box. |
INDEXING ON/OFF option for partitioned tables, for both whole table and individual partitions. Table Properties tab is used for this option. It is also loaded there during reverse engineering.
Read permission supported (Oracle patch 12.1.0.2).
Data Types VARCHAR2(x), NVARCHAR2(x) and RAW(size) can acquire length up to 32767 bytes (formerly only 4000).
Virtual Column Edition tab where you can define EDITION for virtual column. See the comboboxes Unusable Before Edition and Unusable Beginning Edition.
Key Properties dialog | Using Index Properties tab | Index in UNUSABLE state checkbox where you can set USABLE (besides UNUSABLE) option.
UNUSABLE EDITION option can be defined in two new comboboxes Unusable Before Edition and Unusable Beginning Edition on tab Edition.
Read permission supported (Oracle patch 12.1.0.2).
VISIBLE/INVISIBLE option can be defined for alias items (textually in Aliases box)
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy