A script-enabled browser is required for this page to function properly.

PL/SQL V1 Conversion Options Dialog

Use the PL/SQL V1 Conversion Options dialog box to control how the utility should proceed when it encounters each type of supported PL/SQL V1 or V2 syntax. Your preferences are saved across multiple invocations of the conversion utility: in either the Windows registry for Microsoft Windows 95/NT or in a UNIX profile.

Problem type

List of PL/SQL V1 or V2 syntax type situations supported by the conversion utility:

CHAR replaced by VARCHAR2

String length required for VARCHAR2

OUT and IN OUT default expressions removed

NULL added to RETURN in functions

Obsolete Built-in

LENGTH function returns NULL for zero-length string

Passing NULL to overloaded subprogram does not resolve properly

Missing RETURN statement in function

Convert

All instances of the selected problem type are automatically converted without confirmation.

Convert All

Fast path for setting all problem types to Convert. The utility automatically converts all PL/SQL V1 or V2 without confirmation.

Ignore

All instances of the selected problem type are ignored. To avoid compiler errors, you must modify the V1 or V2 code manually.

Ignore All

Fast path for setting all problem types to Ignore. The utility ignores all problem types and does not perform any conversion. To avoid compiler errors, you must modify the V1 or V2 code manually.

Ask me

Displays each instance of the selected problem type individually in the Conversion dialog box. From the dialog box you can either Convert or Ignore.

Ask All

Fast path for setting all problem types to Ask Me. The utility prompts you for confirmation (in the Conversion dialog box) before converting a PL/SQL V1 or V2 string.

OK

Confirms your selections and closes the dialog box.

Cancel

Cancels any changes to the module and closes the dialog box.