Errata

Oracle SQL*Plus Pocket Reference

Errata for Oracle SQL*Plus Pocket Reference

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 3
At the bottom of the page, the definition of HEAD option did read

Specifies content for the <head> tag.
The tag ends up being written as
<head text>.

Now reads:

Specifies content for the <head> tag.
The tag ends up being written as
<head>text</head>.

Anonymous    Oct 01, 2000
Printed
Page 4
Changed the description for "scriptfile" from

"Is the name of a SQL*Plus script file. SQL*Plus will start up,
execute the file, and then exit."

to:

"Is the name of a SQL*Plus script file. SQL*Plus will start up and
execute the file."

Anonymous    Jan 01, 2001
Printed
Page 74
At the bottom of the page, the definition of HEAD under SET MARKUP

did read:

<head text>

Now reads:

<head>text</head>

Anonymous    Oct 01, 2000