language_prompt = nls("language_prompt","It was not possible to determine which language you normally run Oracle products in. Please select the language would you like to use:");
if (welcome)
{
welcome_prompt = nls("welcome_prompt","Welcome to the Oracle Installer.");
language_help = nls("language_help","You are being asked to select the language you would like to use. The Oracle Installer will run in that language. English text may appear if the installer cannot locate a message it needs. By default, the Oracle products you install will use the language you select as well.");
customer_help = nls("customer_help","You are being asked to enter the name of the company to which this copy of Oracle has been licensed. This information will be internally recorded for licensing purposes.");
WARNING: There is a problem with your %%oracle_home_name%% configuration. Older Oracle products cannot properly locate your Oracle Home. Proceeding with this installation will correct this problem."));
WARNING: Two separate configuration files have been located. '%%ora_config%%' is used by %%oracle_home_name%% products. '%%v6_ora_config%%' is used by older Oracle products. Proceeeding with this installation will correct this problem by only configuring the use of '%%ora_config%%' only."));
if ((has_v7_oracle_home && not(has_mvi_oracle_home)) ||
(not(has_v7_oracle_home) && has_v6_oracle_home))
if (directory == oracle_home)
{
migration_prompt = instantiate(nls("migration_prompt","'%%directory%%' is your current Oracle Home. It is not possible to install new Oracle products to '%%directory%%' unless it is migrated to a Multiple Version Oracle Home. After you have migrated an Oracle Home, it will not be possible to use older versions of the Oracle Installer to install products there anymore. Are you sure you want to migrate the products you have installed in '%%directory%%'?"));
migration_help = instantiate(nls("migration_help","The process of migrating your current Oracle Home, '%%directory%%' will enable you to install multiple versions of future Oracle products. Some changes you may notice are:
'%%directory%%\XBIN' will go on your path instead of '%%directory%%\BIN'.
Configurable execution stubs for all Oracle executables are placed in the '%%directory%%\XBIN' directory.
After you migrate your Oracle Home, you will not be able to use the older Version 2 installer. This installer can install older products distributed with the Version 2 installer."));
unusable_home_prompt = instantiate(nls("unusable_home_prompt","Choosing to install Oracle products into '%%directory%%' will render the Oracle products installed in '%%oracle_home%%' temporarily unusable. Futhermore, it will not be possible to use the products to be installed in '%%directory%%' and the products previously installed in '%%oracle_home%%' together. Are you sure you want to install new Oracle products in '%%directory%%'?"));
unusable_home_help = instantiate(nls("unusable_home_help","Choosing to install Oracle products into '%%directory%%' will render the Oracle products installer in '%%oracle_home%%' temporarily unusable because it will be necessary to change the Oracle configuration variable, CONFIG, to point to your new Oracle Home.
It is recommended that you choose your current Oracle Home, '%%oracle_home%%', instead."));
if (not(yesno_dialog(unusable_home_prompt,FALSE,
unusable_home_content,
unusable_home_help)))
continue();
}
mark
{ make_directory(directory); }
[ 'WRITE_ERROR:
{
write_error_prompt = nls("write_error_prompt","It was not possible to create the directory '%%directory%%'. This could have been caused by not having the write permissions needed to create the specified directory. Please correct the problem or choose another directory.");
file_not_found_prompt = nls("file_not_found_prompt","The directory you specified, '%%directory%%', is not valid. This could have been caused by entering an improper path or by requiring the Oracle Installer to make more than one directory. Please correct the problem or choose another directory.");
os_error_prompt = nls("os_error_prompt","The directory you specified, '%%directory%%', could not be created. This could have been caused because a file already exists by that name. Please correct the problem or choose another directory.");
information_dialog(instantiate(os_error_prompt));
}
]
/* Make sure the Oracle Home directories exist. */
mark
{
{
subdirectory = "%directory%\XBIN";
make_directory(subdirectory);
subdirectory = "%directory%\DBS";
make_directory(subdirectory);
subdirectory = "%directory%\ORAINST";
make_directory(subdirectory);
oracle_home_unselected = FALSE;
}
[ 'WRITE_ERROR:
{
sub_write_error_prompt = nls("sub_write_error_prompt","It was not possible to create the directory '%%subdirectory%%'. This could have been caused by not having the write permissions needed to create the specified directory. Please correct the problem or choose another directory.");
sub_file_not_found_prompt = nls("sub_file_not_found_prompt","The directory, '%%subdirectory%%', is not valid. It is unclear why this is the case. Please correct the problem or choose another directory.");
sub_os_error_prompt = nls("sub_os_error_prompt","The directory, '%%subdirectory%%', could not be created. This could have been caused because a file already exists by that name. Please correct the problem or choose another directory.");
information_dialog(nls("put_system_disk_prompt","Put the DOS system disk into %boot_drive%"));
/* Update DOS AUTOEXEC.BAT file. */
while(not (exists("%boot_drive%:\command.com")))
{
disk_problem_prompt = nls("disk_problem_prompt","You have not inserted a System Disk. Please insert a System Disk.");
disk_problem_content = nls("disk_problem_content","Wrong Disk problem");
disk_problem_help = nls("disk_problem_help","The System Disk contains command.com and two hidden system files. Please insert a floppy which contains these three files to continue installation.");
if (not(add_xbin_directory) && not(remove_bin_directory)
&& not(remove_pbin_directory))
{ path_needs_change = TRUE;
path_problem_prompt = nls("path_problem_prompt","The PATH variable is correctly set in your AUTOEXEC.BAT file, but is incorrect in the environment. Oracle products will not function properly until the PATH variable has been corrected.");
path_problem_help = nls("path_problem_help","The PATH variable is correctly set in your AUTOEXEC.BAT file, but is incorrect in the environment. This problem may have arisen from a manual change of the PATH variable, in which case rebooting your computer will resolve the problem. It is also possible that your PATH variable has been changed by some other software you are running or by a DOS batch file you have executed. In that case, it is necessary for you to track the problem manually." );
information_dialog(path_problem_prompt,
path_problem_content,
path_problem_help);
}
}
]
if (not(ora_config_is_set))
{
if (not(member(exploded_path,directory_name(ora_config))))
ora_config_problem_prompt = nls("ora_config_problem_prompt","The ORA_CONFIG variable is correctly set in your AUTOEXEC.BAT file, but is incorrect in the environment. Oracle products will not function properly until the ORA_CONFIG variable has been corrected.");
ora_config_problem_help = nls("ora_config_problem_help","The ORA_CONFIG variable is correctly set in your AUTOEXEC.BAT file to '%%current_ora_config_value%%', but is incorrectly set in the environment to '%%ora_config_value%%'. This problem may have arisen from a manual change of the ORA_CONFIG variable, in which case rebooting your computer will resolve the problem. It is also possible that your ORA_CONFIG variable has been changed by some other software you are running or a DOS batch file you have executed. In that case, it is necessary for you to track the problem manually. One possible solution to the ORA_CONFIG problem is to remove it from your AUTOEXEC.BAT file and ensure that your CONFIG.ORA file is on your PATH." );
path_anomaly_prompt = nls("path_anomaly_prompt","There is a CONFIG.ORA file on your PATH which supercedes the CONFIG.ORA file that the installer is attempting to configure. Oracle products will not function properly until this problem has been corrected.");
path_anomaly_help = nls("path_anomaly_help","There is a CONFIG.ORA file in the directory '%%path_member%%' which is superceding the CONFIG.ORA file in the directory '%%ora_config_directory%%'. Oracle products search for the CONFIG.ORA file on the PATH and will find '%%potential_ora_config%%' before they find '%%ora_config_directory%%\CONFIG.ORA', leading to unpredictable results. To correct the problem, either eliminate the '%%potential_ora_config%%' file or rearrange the elements of your path so that '%%ora_config_directory%%' comes before '%%path_member%%'.");
autoexec_problem_prompt = nls("autoexec_problem_prompt","The CONFIG variable is correctly set in your AUTOEXEC.BAT file, but is incorrect in the environment. Oracle products will not function properly until the CONFIG variable has been corrected.");
autoexec_problem_help = nls("autoexec_problem_help","The CONFIG variable is correctly set in your AUTOEXEC.BAT file to '%current_config_value%', but is incorrectly set in the environment to '%wrong_config_value%'. This problem may have arisen from a manual change of the CONFIG variable, in which case rebooting your computer will resolve the problem. It is also possible that your CONFIG variable has been changed by some other software you are running or by a DOS batch file you have executed. In that case, it is necessary for you to track the problem manually." );
information_dialog(autoexec_problem_prompt,
autoexec_problem_content,
autoexec_problem_help);
}
}
[ 'UNBOUND_ENVIRONMENT_VARIABLE:
{
modify("SET CONFIG",ora_config,
"%boot_drive%:\AUTOEXEC.NEW");
autoexec_needs_change = TRUE;
add_config_variable = TRUE;
} ]
]
if (config_needs_change)
{
config_changes_needed_prompt = instantiate(nls("config_changes_needed_prompt","Changes to the file %%boot_drive%%:\CONFIG.SYS file are needed. Would you like the changes to be made automatically?"));
config_changes_needed_help = instantiate(nls("config_changes_needed_help","The needed changes to your %%boot_drive%%:\CONFIG.SYS file are as follows:"));
autoexec_changes_needed_prompt = instantiate(nls("autoexec_changes_needed_prompt","Changes to the file %%boot_drive%%:\AUTOEXEC.BAT file are needed. Would you like the changes to be made automatically?"));
autoexec_changes_needed_help = instantiate(nls("autoexec_changes_needed_help","The needed changes to you %%boot_drive%%:\AUTOEXEC.BAT file are as follows:"));
additional_changes_help = instantiate(nls("remove_bin_pbin_directory","The PATH variable currently includes the outdated '%%oracle_home%%\BIN' and '%%oracle_home%%\PBIN' directories."));
additional_changes_help = instantiate(nls("remove_bin_directory","The PATH variable currently includes the outdated '%%oracle_home%%\BIN' directory."));
additional_changes_help = instantiate(nls("remove_pbin_directory","The PATH variable currently includes the outdated '%%oracle_home%%\PBIN' directory."));
if (remove_bin_directory || remove_pbin_directory)
{
additional_changes_help = instantiate(nls("add_xbin_remove_a_directory","The PATH variable needs to include the '%%oracle_home%%\XBIN' directory instead."));
These changes will result in a search path length of %len%, exceeding the DOS limit of 127. You will have to correct this manually. One solution may be shorter directory names."));
bad_v2_registry_prompt = instantiate(nls("bad_v2_registry_prompt","It is not possible to correctly migrate your Oracle Home because an a Version 2 Oracle Installer product registration file is missing from '%%oracle_home%%\DBS'. It will be necessary for you to migrate your Oracle Home manually. Choose the Backup button to select a different Oracle Home."));
bad_v2_registry_help = instantiate(nls("bad_v2_registry_help","It is not possible to correctly migrate your Oracle Home because an a Version 2 Oracle Installer product registration file is missing from '%%oracle_home%%\DBS'. The files that comprise the Version 2 Oracle Installer product registration are '%%oracle_home%%\DBS\REGISTER.ORA' and '%%oracle_home%%\DBS\FILELIST.ORA'. It will be necessary for you to migrate your Oracle Home manually."));
information_dialog(bad_v2_registry_prompt,
bad_v2_registry_content,
bad_v2_registry_help);
}
}
else
{
current_v3_registry_prompt = instantiate(nls("current_v3_registry_prompt","It is not possible to correctly migrate your Oracle Home because an Oracle Installer product registration file was already found at '%%oracle_home%%\ORAINST\DOS.RGS'. It will be necessary for you to migrate your Oracle Home manually. Choose the Backup button to select a different Oracle Home."));
current_v3_registry_help = instantiate(nls("current_v3_registry_help","It is not possible to correctly migrate your Oracle Home because an Oracle Installer product registration file was already found at '%%oracle_home%%\ORAINST\DOS.RGS'. The Oracle Home product registration file is used to track what Oracle products you have installed on your computer. You have apparently installed Oracle products before with the new Oracle Installer, making it impossible to correctly migrate your Oracle Home. It will be necessary for you to migrate your Oracle Home manually."));
signal('failure,nls("config_and_autoexec_changed","In order for the changes to your CONFIG.SYS and AUTOEXEC.BAT files to take effect, your PC must be rebooted. Please reboot your computer now."));
else
signal('failure,nls("need_config_change","A sample CONFIG.SYS file can be found in %boot_drive%:\CONFIG.NEW. See your 'Getting Started' manual for help with making changes to your CONFIG.SYS file. Please integrate the changes, reboot your computer, and rerun the installer."));
else if (config_has_been_changed)
signal('failure,nls("need_autoexec_change","A sample AUTOEXEC.BAT file can be found in %boot_drive%:\AUTOEXEC.NEW. See your 'Getting Started' manual for help with making changes to your AUTOEXEC.BAT file. Please integrate the changes, reboot your computer, and rerun the installer."));
else
signal('failure,nls("need_autoexec_and_config_change","Sample AUTOEXEC.BAT and CONFIG.SYS files can be found in %boot_drive%:\AUTOEXEC.NEW and %boot_drive%:\CONFIG.NEW. See your 'Getting Started' manual for help with making changes to these files. Please integrate the changes, reboot your computer, and rerun the installer."));
else if (autoexec_has_been_changed)
signal('failure,nls("autoexec_changed","In order for the changes to your AUTOEXEC.BAT file to take effect, your PC must be rebooted. Please reboot your computer now."));
else
signal('failure,nls("need_autoexec_change","A sample AUTOEXEC.BAT file can be found in %boot_drive%:\AUTOEXEC.NEW. See your 'Getting Started' manual for help with making changes to your AUTOEXEC.BAT file. Please integrate the changes, reboot your computer, and rerun the installer."));
else if (config_needs_change)
{
if (config_has_been_changed)
signal('failure,nls("config_changed","In order for the changes to your CONFIG.SYS file to take effect, your PC must be rebooted. Please reboot your computer now."));
else
signal('failure,nls("need_config_change","A sample CONFIG.SYS file can be found in %boot_drive%:\CONFIG.NEW. See your 'Getting Started' manual for help with making changes to your CONFIG.SYS file. Please integrate the changes, reboot your computer, and rerun the installer."));
}
else if ( path_needs_change || config_is_wrong || oraconfig_is_wrong )
{
need_reboot_prompt = nls("need_reboot_prompt","Please reboot your computer because the following variables are set incorrectly in the environment:
");
help_prompt ="%need_reboot_prompt%";
if (path_needs_change)
help_prompt ="%help_prompt%PATH ";
if (config_is_wrong)
help_prompt ="%help_prompt%CONFIG ";
if (oraconfig_is_wrong)
help_prompt ="%help_prompt%ORA_CONFIG ";
signal('failure,help_prompt);
}
if ((boot_drive == "A") || (boot_drive == "B"))
information_dialog(nls("put_installer_disk","Put the disk labeled Oracle Installer Disk 1 into %boot_drive%."));
}
}
ui_action(nls("prepare_to_install","Preparing to Install..."));
protected = "Protected Mode";
real = "Real Mode";
mode_list = list(protected,real);
mode_prompt01 = nls("mode_prompt","Please select which executables you wish to install. You may select either one or both modes:");
mode_content01 = nls("mode_content01","Modes");
mode_help01 = nls("mode_help01","Many ORACLE Tools are capable of running in both protected mode and real mode. Protected mode tools exploit memory configurations above and beyond the conventional 640K DOS memory model. You should choose to install protected mode executables unless you do NOT have extended memory. You should choose to install real mode executables if you wish to run a tool in conventional memory. If you are unsure, you may choose to install both modes.");
reinstall_prompt01 = nls("reinstall_prompt01","The currently installed version of %%product_label%%, %%installed_version%%, is out of date. The most current version is %%current_version%%. Do you wish to update %%product_label%%?");
reinstall_help01 = nls("reinstall_help01","The currently installed version of %%product_label%%, %%installed_version%%, is out of date. The most current version is %%current_version%%. It is recommended that you update %%product_label%% to the newer version, %%current_version%%. Choose 'Yes' to update %%product_label%% to %%current_version%%. Choose 'No' if you are sure you want to keep the installed version, %%installed_version%%, intact.");
reinstall_prompt02 = nls("reinstall_prompt02","WARNING: Not installing the latest version of %%product_label%%, %%current_version%%, may cause other Oracle products to work improperly.");
reinstall_help02 = nls("reinstall_help02","You are in the process of installing Oracle products which depend on version %%current_version%% of %%product_label%%. It is therefore recommended that you update %%product_label%% to %%current_version%%. You have chosen not to do so so, which may cause certain Oracle products to work improperly.");
reinstall_prompt03 = nls("reinstall_prompt03","WARNING: The currently installed version of %%product_label%%, %%installed_version%%, is up to date. Are you sure you want to install the old version, %%current_version%%? Doing so may cause other Oracle products to work improperly.");
reinstall_help03 = nls("reinstall_help03","You are attempting to install an older version of %%product_label%%, %%current_version%%, although version %%installed_version%% is already installed. Installing an older version of %%product_label%% may cause other Oracle products to work improperly. Choose 'No' to leave the current version of %%product_label%%, %%installed_version%%, intact. Choose 'Yes' if you are sure you want to replace it with version %%current_version%%.");
reinstall_prompt04 = nls("reinstall_prompt04","Version %%installed_version%% of %%product_label%% has already been installed and is up to date. Would you like to reinstall it?");
reinstall_content04 = nls("reinstall_content04","Up To Date");
reinstall_help04 = nls("reinstall_help04","Version %%installed_version%% of %%product_label%% has already been installed and is up to date. There is no need to reinstall %%product_label%% unless the installation has somehow become damaged. Choose 'No' to skip the reinstallation of %%product_label%%. Choose 'Yes' if you are sure you want to reinstall it.");
deinstall_prompt01 = nls("deinstall_prompt01","WARNING: Other products are dependent on %%registry_label%%. Removing it may cause other products to work improperly. Are you sure you want to deinstall it?");
deinstall_help01 = nls("deinstall_help01","Other products are dependent on %%registry_label%%. Removing it may cause them to work improperly. It is therefore recommended that you do not remove %%registry_label%%. Choose 'No' to leave %%registry_label%% intact. Choose 'Yes' if you are sure you want to remove it.");