Errata


Print Print Icon

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 "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



Version Location Description Submitted By 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 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 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 2000