Logging error messages, Installer error messages – Oracle A423961 User Manual

Page 146

Advertising
background image

Cause

Action

Cause

Action

Cause

Action

E – 2

Oracle7 Server Getting Started for Windows NT

Logging Error Messages

You can keep a log of the error messages you receive from the Oracle7
Server for Windows NT utilities by redirecting the messages to a file.
You can record the contents of normal utility messages by using the
LOGFILE parameter discussed in the Oracle7 Server Utilities. You can
separately record the error message portion by using standard Windows
NT file redirection. For example, you might use the following syntax to
redirect the output from the Export utility:

C:\> EXP username/password PARFILE=filename

1> FILE1.LOG

2>FILE2.ERR

In this command line, FILE1.LOG receives the standard output from
Export, while FILE2.ERR receives the standard error messages.

Installer Error Messages

This section lists potential error messages that can occur while using the
Oracle Installer. Most of the Installer error messages are accompanied
with corrective information right on the screen; therefore, they are not
listed in this appendix. This appendix lists potential error messages in
alphabetical order and provides the probable cause and corrective
action.

DISK_FULL

There is not enough disk space on the destination volume to copy the selected
program.

Create space on the destination volume.

DRIVE_LOCKED

The device specified in the full error message is in use or locked by another
process.

Terminate or release the other process, or wait for it to complete.

FILE_CORRUPTED

The file or directory specified in the full error message is damaged or not
readable.

Try to repair or replace the file or repair the directory specified.

Advertising