
- •Contents
- •Send Us Your Comments
- •Preface
- •1 Introduction to iSQL*Plus
- •What is iSQL*Plus?
- •iSQL*Plus Architecture
- •iSQL*Plus User Interface
- •Oracle HTTP Server
- •Oracle9i
- •2 Configuring iSQL*Plus
- •System Requirements
- •Web Browser (client tier)
- •Oracle HTTP Server (middle tier)
- •Oracle9i (database tier)
- •Installation
- •Configuring the Client Tier
- •Adding MIME Types
- •Adding Proxy Server Exceptions
- •Configuring the Middle Tier
- •Configuring the iSQL*Plus Server
- •Defining a Connection Identifier
- •Setting the iSQL*Plus Session TimeOut
- •Changing the Default Cascading Style Sheet
- •Enabling or Disabling iSQL*Plus
- •Configuring the Oracle HTTP Server
- •Testing the Oracle HTTP Server Configuration File
- •Starting and Stopping the Oracle HTTP Server
- •Configuring the Database Tier
- •iSQL*Plus Security
- •Using Administration Privileges
- •Enabling User Security
- •Adding Entries to an Oracle HTTP Server Authentication File
- •Logging In Using Oracle HTTP Server Authentication
- •Security Usage Notes
- •Configuring Globalization Support
- •Web Browser - client tier:
- •Oracle HTTP Server - middle tier:
- •Oracle9i - database tier:
- •3 The iSQL*Plus User Interface
- •The iSQL*Plus Log In Screen
- •Help Icon
- •Username:
- •Password:
- •Connection Identifier:
- •Privilege:
- •Clear
- •The iSQL*Plus Work Screen
- •Password Icon
- •Log Out Icon
- •Help Icon
- •Enter statements:
- •Script location:
- •Browse...
- •Load Script
- •Execute:
- •Output:
- •Clear Screen
- •Save Script
- •The Change Password Screen
- •Help Icon
- •Username:
- •Old password:
- •New password:
- •Retype new password:
- •Change Password
- •Clear
- •Cancel
- •4 Using iSQL*Plus
- •Running iSQL*Plus
- •Entering Statements
- •Loading Scripts
- •Entering Substitution Variables
- •The Define Substitution Variables Screen
- •Password Icon
- •Log Out Icon
- •Help Icon
- •Define Substitution Variables
- •Submit for Execution
- •Cancel
- •Creating Dynamic Reports
- •Using SET and COLUMN Commands
- •Getting Help
- •Exiting iSQL*Plus
- •5 Command Reference
- •SQL*Plus Command Summary
- •@ (“at” sign)
- •@@ (double “at” sign)
- •/ (slash)
- •ARCHIVE LOG
- •ATTRIBUTE
- •BREAK
- •BTITLE
- •CLEAR
- •COLUMN
- •COMPUTE
- •CONNECT
- •COPY
- •DEFINE
- •DESCRIBE
- •DISCONNECT
- •EXECUTE
- •HELP
- •LIST
- •PROMPT
- •RECOVER
- •REMARK
- •REPFOOTER
- •REPHEADER
- •SHOW
- •SHUTDOWN
- •START
- •STARTUP
- •TIMING
- •TTITLE
- •UNDEFINE
- •VARIABLE
- •WHENEVER OSERROR
- •WHENEVER SQLERROR
- •SQL*Plus Error Messages and Codes
- •iSQL*Plus Error Messages
- •COPY Command Messages
- •PRODUCT_USER_PROFILE Table
- •Creating the PUP Table
- •PUP Table Structure
- •Description and Use of PUP Columns
- •PUP Table Administration
- •Disabling SQL*Plus, SQL, and PL/SQL Commands
- •Creating and Controlling Roles
- •Disabling SET ROLE
- •Disabling User Roles
- •Glossary
- •Index
Какую работу нужно написать?

iSQL*Plus Error Messages
iSQL*Plus Error Messages
SP2-0850 Command command_name is not available in iSQL*Plus
Cause: The command was not recognized or it is disabled in iSQL*Plus. Some commands are disabled because they are not relevant in a browser context or because they pose a security risk over the web.
Action: Remove the command from the script.
SP2-0851 Command beginning command_name... is not available in iSQL*Plus Cause: The command was not recognized or it is disabled in iSQL*Plus.Some commands are disabled because they are not relevant in a browser context or because they pose a security risk over the web.
Action: Remove the command from the script.
SP2-0852 Option not available in iSQL*Plus
Cause: The command option is not available in iSQL*Plus. Some commands are disabled because they are not relevant in a browser context or because they pose a security risk over the web.
Action: Remove the option from the command.
SP2-0853 Empty username field
Cause: The username field was empty.
Action: Enter a username before attempting to log on.
SP2-0854 Password parsing error, please log in
Cause: An error occurred while parsing the username and password fields. iSQL*Plus cannot determine what was the intended password.
Action: Specify a password as part of the username or password in the "Password" field of the login screen. The password should appear once only.
SP2-0855 Connect identifier parsing error
Cause: An error occurred trying to read the connection identifier.
Action: If the full connection syntax is used in the username field (for example "username/password@connect_identifier") then the "Connect Identifier" field must be empty.
SP2-0856 Invalid username/password
Cause: iSQL*Plus was unable to connect to an Oracle instance; or the username and password were not correct.
SQL*Plus Error Messages A-33

iSQL*Plus Error Messages
Action: Make sure the Connect Identifiers are correct.
SP2-0857 iSQL*Plus restarted
Cause: Either the Oracle HTTP server handling the request has timed out and the session has expired, or the web server has halted. In either case session information is not available.
Action: Restart the Oracle HTTP server (if necessary) and re-login to iSQL*Plus.
SP2-0858 Usage: SET MARKUP HTML [HEAD text] [BODY text] [TABLE text] [ENTMAP [ON|OFF]] [PRE[FORMAT] [ON|OFF]]
Cause: An option to SET MARKUP is not valid in iSQL*Plus.
Action: Remove the invalid option.
SP2-0860 For a list of known commands enter HELP
Cause: Invalid command sequence entered.
Action: Use the HELP command to show the syntax of SQL*Plus commands.
SP2-0864 Session has expired. Please log in again
Cause: The iSQL*Plus session was idle for too long and the context has been removed to free resources for other connections.
Action: Reconnect to iSQL*Plus. The system administrator can configure the timeout period.
SP2-0866 Please enter statements in the input pane
Cause: Clicked the "Execute" button without any statements in the input pane to execute.
Action: Enter the statements to run in the input pane and click "Execute" again.
SP2-0867 No script to be saved
Cause: Clicked "Save" Script without having any statements in the input pane to save.
Action: Enter the statements to save into the input pane and click Save Script again.
SP2-0868 No output to be saved
Cause: The report did not generate any output.
Action: Make sure the script generates some results.
A-34 iSQL*Plus User’s Guide and Reference

iSQL*Plus Error Messages
SP2-0869 Invalid file content
Cause: Attempted to load a script into the input area with a format the web server cannot understand.
Action: Make sure that the script is in a text file and the MIME type settings needed by the browser to recognize the file are set correctly. Typically if you are loading a file with the extension .SQL, make sure the browser has a "SQL" MIME type.
SP2-0871 No script to load
Cause: Clicked "Load Script" but did not have a file name specified.
Action: Enter a file name into the field and try again.
SP2-0872 SET AUTORECOVERY ON must be used in iSQL*Plus
Cause: Attempted to use the interactive mode of the RECOVER command in iSQL*Plus. Use the autorecovery mode in iSQL*Plus.
Action: Switch SET AUTORECOVERY ON and rerun the RECOVER command.
SP2-0873 An unexpected quote was found in the URI argument Cause: A quote was found in the middle of the value portion of a keyword/value pair.
Action: Check for and remove the extra quote.
SP2-0874 URI argument is missing a keyword
Cause: There is no keyword in a keyword/value pair of a URI argument.
Action: Check for missing keyword or a missing equals sign.
SP2-0875 URI argument contains a keyword but no value"
Cause: A keyword was found but its associated value is missing in a keyword/value pair of a URI.
Action: Check for missing keyword or perhaps a missing equals sign.
SP2-0876 URI argument is missing an end quote
Cause: Could not find the end quote to match an open quote in a keyword/value pair of a URI.
Action: Check for and insert matching end quote.
SQL*Plus Error Messages A-35

iSQL*Plus Error Messages
SP2-0877 Found an unexpected character in a URI argument
Cause: Already have a keyword/value pair where the value is quoted but extra characters were still found in a URI argument.
Action: Remove the extra characters.
SP2-0878 Duplicate keyword "%s" specified
Cause: The keyword has already been specified in a previous parameter of a URI argument.
Action: Remove one of the keyword occurrences.
SP2-0879 Must specify a script for dynamic reports to execute Cause: The script keyword was not specified in the URI.
Action: Add a script keyword and value to the URI argument.
SP2-0880 Enter connection details to run script
%s
Cause: No connection string was supplied in the URI argument for a dynamic report. That is, the userid keyword was not specified.
Action: Login via the interactive login page.
A-36 iSQL*Plus User’s Guide and Reference