3.8 Preferences Dialog

Use to set default display options and other general aspects of Oracle Data Integrator Studio.

The Preferences dialog includes the following pages:

3.8.1 Preferences Dialog - Environment Page

Use to customize the graphical user interface (GUI) and other preferences of your Oracle Data Integrator Studio.

The Preferences Dialog displays the preferences associated with your login name.

Undo Level

Enter a number that determines the number of times Oracle Data Integrator must perform undo operations. The default value is 50.

Navigation Level

Enter a number that determines the number of times you can go back and forth on browsing history, using the Back and Forward navigation buttons shown in the following table.

Back back button
Forward forward button

The default value is 20.

Look and Feel

Select a JGoodies look and feel from the drop-down list. The new look and feel is reflected in the IDE after you restart Oracle Data Integrator. The default is Oracle.

Reset Skipped Messages

Click to see all message types, including those that you have previously opted not to see.

3.8.2 Preferences Dialog - Environment - Log Page

Use to set default display options and other general aspects of Oracle Data Integrator's behavior.

Save Logs to File

Select to save the logs generated by Oracle Data Integrator to log files. For example, you could select Save Logs to File to save a large amount of log data for later searches or analysis.

When you select this option, all output to the Log window from running, debugging, and profiling operations is saved to log files. The filename of each log file indicates the operation, the project name, and the date and time the information was generated. The filename is generated in the operation_projectname_yyyymmmmhhss.log format, where the date and time is given in year, month, minute, hour, and second.

When you clear or close the Log window, the remaining information is automatically saved to the current log file on disk, including the information in the buffer. Select the <name of the option> option in the Tools Settings page of the Edit Run Configuration dialog box to clear the Log window before running it. This results in a new log file being created with every run and this log file mirrors what appears in the Log window. If that option is not selected, then every new run of a project in the same session concatenates in one log file, just as it does in the Log window.

Note that after you have selected this option, the output from all run operations are saved to log files. The number and length of these files can quickly become quite large.

Log Directory

Enter a directory for the saved log files. The directory is automatically created.

Maximum Log Lines

Enter a number that determines the maximum number of lines to be displayed in the Log window. After the maximum is exceeded, the previous information is cleared from the window. The default value is 3000.

Hyperlink Color

Select a color to be used in the Log window for all links.

Program Output Color

Select a color to be used in the Log window for all output from programs run.

Program Error Color

Select a color to be used in the Log window for displayed errors.

Program Input Color

Select a color to be used in the Log window for all input to programs run.

3.8.3 Preferences Dialog - Code Editor Page

Use to customize editor look and feel, general behavior, and Code Insight and Java Insight options.

Auto-Indent New Lines

Select to direct the editor to auto-indent a new line when you press Enter at the end of a line. The new line will automatically be indented at the same initial indentation as the line preceding it. Selected by default.

Perform Block Indent or Outdent for Selections

Select to direct the editor to perform a block indent or block outdent on a selection when your press Tab or Shift+Tab respectively. With this option selected, when you press Tab on a selected block of text, the entire block will be indented to the current tab size. Shift+Tab on the same block would outdent it, as a block, to the current tab size. Selected by default.

Use Smart Home

Select to contextualize the cursor's understanding of home (the beginning of the line).

With this setting selected, pressing Home positions the cursor at the start of the line after any leading spaces or tabs. Pressing Home again repositions the cursor at the start of the line before any leading spaces or tabs. Continuing to press Home toggles the cursor between these two locations.

With this setting deselected, pressing Home simply places the cursor at the start of the line. Selected by default.

Use Smart End

Select to contextualize the cursor's understanding of end of line.

The behavior is analogous to that for smart home, except that the cursor responds to the End key, and its behavior regarding the end of the line and any trailing spaces is altered. Deselected by default.

Use Jump Scrolling for Keyboard Navigation

Select to implement jump scrolling, which involves behavior of the keyboard arrow keys.

With this setting selected, when you navigate offscreen using the keyboard arrow keys, the editor view will "jump" to recenter the cursor location in the middle of the editor view.

With this setting deselected, the editor view will scroll the editor view the minimum amount to bring the cursor back into view. Deselected by default.

Use Change of Case As Word Boundary

Select to have change of case regarded as the boundary of a word, for example, when double-clicking to select a word. Deselected by default.

Enable Cut or Copy of Current Line with No Selection

Select to apply all cut and copy operations to the current line whenever there is no text selection in the editor. Selected by default.

Automatically Copy Paste Imports

Select to automatically add imports when references are introduced to classes that have not yet been imported. Selected by default.

Adjust Indentation When Pasting

Select to correct the indentation of a pasted in item that includes indentation. Selected by default.

Reformat Code Block When Pasting

Select to have the code correctly reformatted when you paste it into a new location. Deselected by default.

Escape When Pasting In String Literals

Select to include correct escape characters in pasted in string literals. Selected by default.

Use Middle Mouse Button Scrolling

Select to enable scrolling using the middle button of the mouse. Deselected by default.

Warn When Opening Files Containing Long Lines

Select to enable warning while opening files that contain long lines. Selected by default.

Line Length (in Characters)

Specify the length of line for which you would like to get a warning message. The default line length is 10,000 characters.

3.8.4 Preferences Dialog - Code Editor - Caret Behavior Page

Use to configure the shape, color, and blinking characteristics of the caret (or cursor) in the editor.

Enable Caret Blinking

Select to describe a blinking character in the editor. Selecting this option enables the slide bar below. Selected by default.

Caret Blink Rate

Slide the bar to set the rate of blinking (in seconds) for the caret. The valid range is from 0.1 seconds to 2.0 seconds. The default setting is 0.5 seconds.

Insert Mode Caret Shape

Select a shape from the drop-down list for the caret when the editor is in insert mode. Selections provide vertical lines and underbars of various thicknesses, as well as both a hollow and a solid box. The default setting is Double Width Vertical Bar.

Overwrite Mode Caret Shape

Select a shape from the drop-down list for the caret when the editor is in overwrite mode. Selections provide vertical lines and underbars of various thicknesses, as well as both a hollow and a solid box. The default setting is Solid Box.

Caret Color

Select a color for the caret. The default setting is black.

3.8.5 Preferences Dialog - Code Editor - Display Page

Use to set the general display features for the source editor.

Enable Text Anti-Aliasing

Select to allow smooth-edged characters where possible. Selected by default.

Show Whitespace Characters

Select to render spaces, new lines, carriage returns, non-breaking spaces, and tab characters as alternate visible characters. Deselected by default.

Select Breadcrumbs

Select to show the breadcrumb bar, which shows the hierarchy of nodes from the current caret position up to the top of the file. Hover the mouse cursor over a node to display information about the node. Selected by default.

Show Scroll Tip

Select to enable the Tip window that displays the methods in view while scrolling. Selected by default.

Show Code Folding Margin

Select to show the code folding in the right margin. Code that can be folded is marked by a - in the margin. Code that has been folded is shown by a + in the margin. Selected by default.

Blocks can now be unfolded by double clicking directly on the folded section or by dragging an object onto a folded block, which is useful when adding components or text to a highly nested document.

You can set the blocks to be initially folded in the Java Source Editor in the Code Editor - Java - Folding page of the Preferences dialog.

Margin Indicates Current Block

Select to highlight the active folding block. Expanded and collapsed blocks highlight after a transition by briefly fading their background color. This is useful in documents where nested blocks can be hard to distinguish. Selected by default.

Show Visible Right Margin

Select to render the right margin (gray line) visible in the source editor. The visible right margin generally is used to keep lines short, so that they can print more easily without having lines wrap or be truncated. You can specify the column at which the right margin is displayed in the Code Editor - Code Style page of the Preferences dialog. Selected by default.

Right Margin Color

Select a color for the margin, when it is visible. The default setting is gray.

Enable Automatic Brace Matching

Select to enable automatic brace matching in the source editor based upon the cursor position. Set the options for brace matching on the Java page of the Preferences dialog. The editor will check braces, brackets, and parentheses. Selecting this option enables the brace matching delay slider, below. Selected by default.

Highlight Enclosing Block

Select to highlight the enclosing block. Selected by default.

Highlight Enclosing Parentheses

Select to highlight the enclosing parentheses. Selected by default.

Brace Matching Speed

Slide the bar to set the delay (in seconds) before matching braces, brackets, or parentheses are highlighted. The valid range is from 0.1 seconds to 2.0 seconds. The default setting is 0.3 seconds.

3.8.6 Preferences Dialog - Code Editor - Fonts Page

Use to set the fonts for the source editor.

Font Name

Select the name of the font from the drop-down list. By default, Oracle Data Integrator will show all system fonts here. To limit the selection to fixed-width fonts, select Display Only Fixed-Width Fonts. The default value is DialogInput.

Display Only Fixed-Width Fonts

Select to limit the fonts available in this dialog page to fixed-width fonts. If you select this, the first time you do, Oracle Data Integrator will run a check on your system fonts to detect which ones are fixed-width fonts. Once it has finished, the selections available under Font Name will change accordingly.

This system check is required only once. Subsequently, if you deselect or select this check box, the fonts displayed under Font Name toggle between all fonts and fixed-width fonts.Deselected by default.

Font Size

Select the font size. The default is 12.

Sample Text

Type in sample text for display in the field below. The default is The quick brown fox jumps over the lazy dog.

Sample Text in Selected Font and Size

Displays the text you typed in Sample Text in the font style and size you selected.

3.8.7 Preferences Dialog - Code Editor - Line Gutter Page

Use to set the appearance of line gutters for the source editor. You can set several preferences for the look and feel of the source editor.

Show Line Numbers

Select to display line numbers in the line gutter to the left of the code in the source editor. Deselect to hide line numbers. Deselected by default.

Enable Line Selection by Click Dragging in Gutter

Select to be able to highlight any number of consecutive lines in the editor by clicking in the gutter and dragging the cursor without releasing the mouse button. Selected by default.

Use Look and Feel Colors

Select to use the colors defined for the current look and feel.

Use Editor Colors

Select to use the colors defined for the editor. This is the default setting for line gutter colors.

Use Custom Colors

Select to define your own colors for the line gutters and line numbers.

3.8.8 Preferences Dialog - Code Editor - Syntax Colors Page

Use to control the colors and font style used by the source editor.

Scheme

A scheme is a collection of all the settings for all available styles saved under an identifying name. To activate a scheme for the source editor, select it from this drop-down list. The list contains all the initial schemes bundled with Oracle Data Integrator and any custom schemes that you create. All initial schemes are editable. To make changes to any previously existing scheme, select it first. To create a new scheme based upon an existing scheme, select it first. You will always start with some scheme selected, even if it is just Default. As soon as you begin making changes to settings on this page, the current selection in the Scheme list goes blank, indicating that you have modified an existing scheme and that those settings are not currently saved under a particular scheme. Likewise, if you delete a scheme, the current selection in this list goes blank, indicating that the settings that once constituted the recently deleted scheme are not currently saved as a scheme.

Create a new scheme by clicking Save As and assigning a new name. Once you have dismissed the Save Scheme dialog, a newly defined scheme appears in the Scheme list and all the changes you have made, from the first change until the moment you click Save As, are reflected in the new scheme.

Edit an existing scheme by clicking Save As and assigning the same name. All the changes you have made, from the first change until the moment you click Save As, are reflected in the edited scheme.

Remove an unwanted scheme by selecting it and clicking Delete.

Language

Select a language category of Oracle Data Integrator from the drop-down list. The list of elements in Available Styles changes in response to this selection. The default setting is Default. Under Default, the available styles include a number of highlight styles. Any item in the Default list not preceded by the word "Default" is a highlight style.

Style Sample

Type in sample text (or accept the default) to view the currently defined font style and foreground and background colors for any style other than a highlight style.

Available Styles

Select the element you wish to modify from the list of styles available for the selected language category. Then use the other controls on the page to configure how the selected style is displayed. Note that the style Default plain text is special. It is the root of all styles, and controls the background color used by the editor. If you change the background color of this style, the background color used by the editor will be changed as well.

Font Style

Select a font style to be applied to the element style currently selected in the Available Styles list. The current font definition for that element appears here when the element is selected. Select Use default to instruct the editor to select a default appropriate for the style. Selecting this option for the Java keyword style, for instance, means that the editor will apply the font style currently defined for Default keyword, which you can also customize.

Foreground

Select a foreground color for the element selected in the Available Style list. Make your selection by clicking on the color button, which opens a palette for you to choose from. The color currently defined for an element shows here when that element is selected.

Background

Select a background color for the element selected in the Available Styles list. Make your selection by clicking on the color button, which opens a palette for you to choose from. The color currently defined for an element shows here when that element is selected.

3.8.9 Preferences Dialog - Credentials Page

Use to provide credentials to be used when the HTTP Analyzer secured services or applications, for example, web services secured by policies. More

Oracle Data Integrator has a set of preconfigured credentials, HTTPS Credential, and this is always present. You cannot delete or edit HTTPS Credential, but you can copy it to create a new credential of the same type.

Once you have configured credentials in this page, you can choose which to use in the HTTP Analyzer Test window.

3.8.10 Preferences Dialog - Credentials - HTTP Keystore Tab Page

HTTPS encrypts an HTTP message prior to transmission and decrypts it upon arrival. It uses a public key certificate signed by a trusted certificate authority. When Integrated WebLogic Server is started for the first time, it generates a DemoIdentity that is unique to your machine, and the key in it is used to set up the HTTPS channel. Use this tab to enter details of the certificate keystore for the client and for the server.

The client keystore identity is used for configuring HTTPS. The server keystore identity is used when the HTTP Analyzer is acting as a server; it is not used when connecting to a remote server.

For more information about keystores and keystore providers, see Oracle Fusion Middleware Understanding Security for Oracle WebLogic Server.

When the default credential HTTPS Credential is selected, you need to specify the keystores that Oracle Data Integrator and the HTTP Analyzer should use when handling HTTPS traffic. Two keystores are required to run the HTTP Analyzer: one containing the certificates of all the hosts to be trusted by Oracle Data Integrator and the Analyzer (client trust) when it makes onward connections, the other containing a key that the Analyzer can use to authenticate itself to calling clients (server keystore). The client keystore is only required when mutual authentication is required.

Element Description

Client Keystore

Enter or browse to the location of the client keystore.

Client Keystore Password

Enter the password for the client keystore.

Client Private Key Password

Enter the client private key password.

Client Trusted Certificate Keystore

Enter, or browse to, the location of the client certificate keystore. The default is jdeveloper-install/Oracle/Middleware/wlserver_10.3/server/lib/DemoTrust.jks.

Client Trusted Keystore Password

Enter the password for the client keystore. The default is DemoTrustKeyStorePassPhrase.
Append default CA certificates Select to add the CA certificates. Selected by default.

Server Keystore

The keystore on the server. The default is jdeveloper-install/Oracle/Middleware/wlserver_10.3/server/lib/DemoIdentity.jks.

Server Keystore Password

Enter the password for the server keystore. The default is DemoIdentityKeyStorePassPhrase.

Server Private Key Password

Enter the private key password. The default is DemoIdentityPassPhrase.

Default

Click to return to the default settings.

3.8.11 Preferences Dialog - Credentials - Username Token Tab Page

Username token is a way of carrying basic authentication information. Use this tab to supply a token based on username/password to provide authentication. You can change the default username and password values.

Element Description

Username

Enter the username. The default is weblogic.

Password

Enter the password. The default is weblogic1.

3.8.12 Preferences Dialog - Certificates - X509 Certificates Tab Page

X509 is a PKI standard for single sign-on, where certificates are used to provide identity, and to sign and encrypt messages. Use this tab to supply details of an X509 certificate. When you supply a valid keystore and the password for the keystore, the client key aliases are populated.

In order to use the client key and certificate a valid key password must be entered for the selected key alias.

If Oracle Data Integrator has any problems finding and opening the keystore, error messages will be displayed.

Element Description

Client Keystore

Enter, or browse to, the path of the keystore that has the necessary key and certificate information configured.

Client Keystore Password

Client Keystore Password.

Client Key Aliases

Select the alias for the client key to be used to sign the authentication tokens.

Client Key Password

Enter the password for the client key.

Server Keystore

Enter, or browse to, the path of the keystore that has the necessary key and certificate information configured.

Server Keystore Password

Enter the password for the keystore.

Server Certificate Aliases

Select the alias for the server certificate.

3.8.13 Preferences Dialog - Credentials - STS Configuration Tab Page

A Secure Token Service (STS) is a web service that issues and manages security tokens over HTTPS. Use this tab to enter the Security Token Server provider URL and optionally a policy URL.

Note:

The client truststore must contain the server public key, otherwise when the HTTP Analyzer requests the SAML token it will fail.
Element Description

Security Token Service URL

Enter the endpoint URL for the STS provider.

STS Policy URL

(Optional) The default is the SOAP body encryption policy policy:Wssp1.2-2007-EncryptBody.xml. Accept the default, or enter or browse to a new policy.

3.8.14 Preferences Dialog - Diagrams - Annotation Page

Use to specify diagram display properties for this type of diagram only.

Edit Preferences for

Select the required object type. Choose to edit the preferences that apply to the whole diagram, or to edit the preferences that apply to only a specific object type. The available object types are listed in the drop-down list:

  • All Nodes

    Select to apply preference changes to all nodes for this type of diagram only.

  • All Edges

    Select to apply preference changes to all edges for this type of diagram only.

  • Attachment

    Select to apply preference changes to attachments for this type of diagram only.

  • Dependency

    Select to apply display preferences to all dependencies for this type of diagram only.

  • Group

    Select to apply display and color/font preferences to all groups for this type of diagram only.

  • Link

    Select to apply color/font preferences to all links for this type of diagram only.

  • Note

    Select to apply color/font preferences to all notes for this type of diagram only.

Display Options

  • Presentation

    Select to display the diagram in an expanded, compacted, or symbolic view layout.

  • Show Title

    Select to display the title of the diagram.

  • Title Alignment

    Select to align the title left, center, or right.

Graphical Options

  • Fill Color

    Select the fill color for the diagram.

  • Font

    Select the font for the diagram.

  • Font Color

    Select the font color for the diagram.

  • Line Color

    Select the line color for the entire diagram.

3.8.15 Preferences Dialog - Http Analyzer

Use to set preferences for the HTTP Analyzer.

You can use the default settings, or you can set rules and filters for each listener. You can also define outgoing HTTP proxy details for each configured proxy item.

The HTTP Analyzer can be used to examine, or replay the messages of anything that makes use of the HTTP protocol.

Default Proxy For JDeveloper And New Processes

Select to set the selected proxy as the default. Selected by default.

Host

Displays the host name of the selected proxy. The default is localhost.

Listen On Port

Displays the port of the selected proxy. The default is 8099.

Override Outgoing Proxy (Replace IDE Settings)

Use to override the proxy settings in the Web Browser/Proxy Page of the Preferences dialog. Select this to enable the Configure Proxy button.

Rules

Lists the available rules used to run HTTP messages through the HTTP Analyzer.

3.8.16 Preferences Dialog - ODI - System Page

Use to set system options and related aspects of Oracle Data Integrator Studio.

Default context for Designer

Specify the context to be used when editing designer objects.

Default context for Execution

Specify the context to be selected by default in the Execution dialog when executing any object. If an invalid context name is specified, the default context in Designer Navigator is used.

Default path for generation of Data Services

Enter a default directory for the generated Data Service. The generated source code and the compiled Web Service are placed in this location. This directory is a temporary location that can be deleted after generation.

Delete Linked Sessions

Specify whether to automatically delete linked sessions when deleting a scenario in the Scenarios accordion of Operator Navigator, a Mapping, Procedure, Package, or Variables. The default value is Ask, which means users are prompted to delete the linked session.

Export default Java encoding

Enter the default Java encoding. The default value is ISO8859_1.

Export default XML charset

Enter the default charset encoding. The default value is ISO-8859-1.

Export default version

Enter a number that determines if versioned objects are exported during the master repository export. The default value is 1.0, which means versioned objects are exported. If 0 is specified, versioned objects are not exported.

Never transform non-ASCII characters to underscores

Select to never transform non-ASCII characters to underscores during an export or alias generation. Enable this option only on platforms that fully support your encoding.

JDBC connection timeout

Specify the timeout in seconds for database connections. The default value is 7,200.

Process Model Datastores only

Specify whether to generate DDL code for datastores that do not exist in this model. The default value is Ask, which means a confirmation message is displayed.

Query Buffer size

Specify a number that determines the size of the cache for prepared statements (Queries) issued on the repositories. The default value is 0. This setting applies only to repositories on Oracle instances. Oracle Data Integrator Studio must be restarted for changes to take effect.

Rollback all open transactions on step failure

If selected, all open transactions are rolled back when a session step fails, otherwise open transactions are rolled back in the end when session completes in Error status.

3.8.17 Preferences Dialog - ODI - System - Agent Page

Use to specify the default agent.

Default Agent

Specify the agent to be selected by default in the Execution dialog when executing any object. If an invalid agent name is specified, the local agent is used.

3.8.18 Preferences Dialog - ODI - System - Concurrent Development Page

Use to set concurrent editing options.

Check for concurrent editing

Select to check whether changes have been made to the same object by other users when saving changes to the object. If concurrent changes have been made by other users, the object cannot be saved.

Lock object when opening

Specify whether to lock an object when opening for editing. The default value is Ask, which means users are prompted to lock the object when opening.

Unlock object when closing

Specify whether to unlock an object when closing after editing. The default value is Ask, which means users are prompted to unlock the object when closing.

3.8.19 Preferences Dialog - ODI - System - Groovy Page

Use to specify an additional Groovy execution classpath.

You can define a Groovy execution classpath in addition to all classpath entries available to Oracle Data Integrator Studio before executing the Groovy script.

In the Classpath field, enter the classpath and click OK.

Note: You do not need to restart Oracle Data Integrator Studio after adding or changing the classpath.

3.8.20 Preferences Dialog - ODI - System - Reports Page

Use to set report options.

Default PDF generation directory

Enter the directory where the generated PDF file will be saved by default when you generate a report.

Directory for saving your diagrams (PNG)

Enter the directory where the PNG file will be saved by default when you print a model diagram with Common Format Designer.

PDF Viewer

Enter the complete path of the program used to view generated PDF files, including the filename. This is necessary to use the "Open file after generation" option.

3.8.21 Preferences Dialog - ODI - System - Scenarios Page

Use to set scenario options.

Scenario naming convention

Enter the scenario naming convention. This applies to internal agents only. Use this setting to define the default naming pattern for new scenarios created for objects using Oracle Data Integrator Studio or tools. The following tags can be used in the pattern:

  • %PROJECT_NAME%: Name of the project containing the object.

  • %FOLDER_PATH%: Folder path to the object in the project tree, separated with underscores.

  • %FOLDER_NAME(n)%: Name of one folder in the path, starting from the bottom (n=1 corresponds to the object's parent) to the top folder in the project tree. If the folder does not exist for the given index, an empty string is returned.

  • %FOLDER_NAME%: Shortcut to %FOLDER_NAME(1)%.

  • %OBJECT_NAME%: Name of the source object of the scenario.

3.8.22 Preferences Dialog - ODI - User Interface Page

Use to set exit and credentials options.

Bypass 'Exit ODI' prompt on exit

Specify whether to bypass the Exit ODI prompt on exit. The default value is Ask, which means users are prompted on exit.

Save Login Credentials

Select to save login credentials to the snps_login_work_12.xml file. If this option is disabled, you must provide credentials every time you log in.

Save Login Credentials into Wallet

Select to save login credentials using Oracle Wallet Manager instead of the snps_login_work_12.xml file.

Skip Export Key warning

If selected, the Export Key warning will not be shown.

3.8.23 Preferences Dialog - ODI - User Interface - Designer Page

Use to set Designer Navigator options.

Display 'Attribute Matching' dialog for mappings

Select to automatically map source columns to target columns when new datastores are added to a mapping by detecting column name matches.

Bypass 'Create Lookup or Join' dialog in Dataset

Select to bypass the dialog that displays when a Lookup or Join is created in a dataset.

Create a Default Dataset on creation of a new Mapping

Select to create a default dataset when a new mapping is created.

Display lock icons in the tree view

Select to display lock icons in the Designer Navigator tree view for locked objects. Disabling this option can improve speed when displaying the tree view.

Display markers and memo icons in the tree view

Select to display marker and memo icons in the Designer Navigator tree view. Disabling this option can improve speed when displaying the tree view.

Display 'Change Notification' dialog for mappings

Select to display the Change Notification dialog that describes changes made to a mapping and the affected datastores and attributes, and prompts for resolution of issues.

Display Missing References in the tree

Select to display icons in the Designer Navigator tree view for objects that are missing references to dependent objects. Disabling this option can improve speed when displaying the tree view.

Display resource names in the tree view

Select to display the resource name of a datastore in the Models accordion. This might be useful when the resource name differs from the datastore name.

Keeps in the cache the list of models whose DBMS is not accessible

Select to keep in the cache the list of models whose DBMS is not accessible. This speeds up expanding and displaying the nodes under these models.

Maintain 11g SDK compatibility for migrated interfaces

Select to maintain compatibility for migrated interfaces. When this option is enabled, interfaces upgraded during an ODI import remain compatible with the ODI 11g SDK.

Show the CDC Modifications in the tree

Select to show the CDC modifications in the Designer Navigator tree view.

Skip object move warning

Select to skip the Object Move Warning dialog displayed when an object or folder is moved within the Designer Navigator.

Skip Shortcut name changed warning

Select to skip the Move Shortname Name Warning dialog displayed when a shortcut is renamed within the Designer Navigator.

3.8.24 Preferences Dialog - ODI - User Interface - Operator Page

Use to set Operator Navigator options.

Delay between two refresh (seconds)

Specify the number of seconds between two refreshes in Operator Navigator. This applies only when auto-refresh mode is enabled. The default value is 5.

Enable Operator display limit dialog

Select to display a warning dialog each time the Operator Navigator display limit is exceeded.

Hide On Connect and Disconnect Steps

Select to hide the On Connect and Disconnect steps.

Operator display limit (0=no limit)

Specify the operator display limit. When the number of sessions to display in Operator Navigator exceeds this number, a confirmation message is displayed. The default value is 100.

3.8.25 Preferences Dialog - ODI - User Interface - Topology Page

Use to skip the warning dialog related to work repository creation.

Skip warning when using localhost in JDBC Url for Work Repository Creation wizard

Select to skip the warning dialog that displays when a work repository is created with a localhost value.

3.8.26 Preferences Dialog - ODI - User Interface - Versioning

Use to assign colors to ODI objects and fields. When comparing the different versions of an object based on the action performed, the objects and fields appear in the assigned colors.

To change the color assigned to a particular object or field, click the arrow on the bottom left corner of the color box.

3.8.27 Preferences Dialog - ODI - User Interface - Versioning - Subversion Page

Use to specify Subversion settings.

Working Folder Path

Select the Working Folder Path by opening a file browser dialog and navigating through the file system of the ODI User to the appropriate folder. The working folder contains artifacts exported from the Subversion repository to execute various version management operations like export, commit, restore, and so on. ODI replicates the same folder structure present in the Subversion repository while storing these artifacts in the working folder.

Merge Working Folder

Open a file browser dialog and navigate through the file system to the appropriate folder. This folder contains the ODI artifacts exported from the Subversion repository during the Merge operation.

3.8.28 Preferences Dialog - Web Browser and Proxy - Web Browsers

Use to specify the default browser used by Oracle Data Integrator when you run, for example, JSP and servlet pages.

Web Browsers

By default, lists the browsers that JDeveloper has detected on your machine. You can:

  • Set one of the browsers as the default to be used by selecting it under Default.

  • Add a new web browser by clicking Add and entering information in the appropriate fields.

  • Delete a browser from the list by selecting it and clicking Remove.

Name

Enter or edit the name of your browser.

Application

Enter the full path of the browser program file to run your web application.

Application Command Line Parameters

Enter command line parameters to run when the browser opens. ${URL} is the default value, which is the URL of the page to be loaded by the web browser. Parameters you enter here are appended to your application URL defined in Application. For example, if you want to use Firefox as your browser and open to a local host page in a new tab, you might specify -remote "openURL(http://localhost8080/mypage.jsf new-tab)", in which case the following line is executed: C:\Program Files (x86)\Mozilla Firefox\firefox.exe -new-window http://localhost:8080/somepage.jsf.

Icon

Choose the icon that will indicate your default browser. This icon appears in the Browser Preview toolbar button on your application.

3.8.29 Preferences Dialog - Web Browser and Proxy - Proxy Page

Use to specify the default browser used by Oracle Data Integrator when you run, for example, JSP and servlet pages.

No Proxy

Select this option when your system does not use a proxy to access the internet.

Use System Default Proxy Settings

Select this option to have the server use the default proxy settings on your machine. These are taken from the operation system (in the case of Windows and MacOS) or from the window manager (in the case of Linux).

  • On Windows, go to Control Panel, Internet Options.

  • On MacOS you go to System Preferences, Network, Advanced, Proxies.

  • On Linux, the proxy settings are configured in the window manager (for example, on Gnome, this is in System, Preferences, Network Proxy).

Use Automatic Configuration Script

Specify the location of an automatic configuration script. For example, the URL for a corporate wpad.dat file.

Manual Proxy Settings

Use to manually define the proxy settings specific for your organization.

Host

Enter the URL or DNS name of your organization proxy server.

Port

Enter the port number your machine uses to access the proxy server.

No proxy for

By default, Oracle Data Integrator picks up the proxy exceptions the first time it is started. In this field you can amend the list to add exceptions so no proxy is used when you are accessing internal sites. This field is only populated when Manual Proxy Settings is selected. Use "|" to separate entries and "*" as a wild card.

Proxy Server Requires Authentication

Select to enable the username and password fields for accessing proxies that require authentication.

User Name

Enter the username for the proxy server.

Password

Enter the password for the proxy server.

Test proxy

Click to test these proxy settings and confirm that they work as expected.

3.8.30 Preferences Dialog - Web Browser and Proxy - Internet Files Page

Use to specify how to manage cookies.

Enable Internet Cookies

Select this option to enable internet cookies. The default is selected.

Clear All cookies

Click to clear all cookies.

Oracle Fusion Middleware Developing Integration Projects with Oracle Data Integrator