Errata

Oracle DBA Checklists Pocket Reference

Errata for Oracle DBA Checklists 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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

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

Version Location Description Submitted by Date submitted
Printed Page 16
Table 1

This table has SYSTEM tablespace on /oracle1 but for example p21 section "Recover
from loss of executables and control file" para 1 based on SYSTEM TS on /oracle0.

Anonymous   
Printed Page 16
Table 1

This table has SYSTEM tablespace on /oracle1 but for example p21 section "Recover
from loss of executables and control file" para 1 based on SYSTEM TS on /oracle0.

Anonymous   
Printed Page 34
Item #4

The end of the paragraph on disk space requirements (for Installing Oracle on Unix)
indicates that "Defragmentation is required.." yet UNIX filesystems do not require
defragmentation. This note was pasted from the section on Windows NT installation.

Anonymous   
Printed Page 34
Item #4

The end of the paragraph on disk space requirements (for Installing Oracle on Unix)
indicates that "Defragmentation is required.." yet UNIX filesystems do not require
defragmentation. This note was pasted from the section on Windows NT installation.

Anonymous   
Printed Page 102
1st paragraph

"00 6 * 2 * /usr/local/bin/scripts/cleanup.ksh > /usr/local/bin/scripts/cleanup.log
.
.
.
Here you see that cleanup.ksh is scheduled for execution on day 2 , hour 6, minute
00."

With this syntax the previous job is actually scheduled for everyday at hour 6,
minute 00 in the month of February only. The proper syntax should be
00 6 2 * *

Anonymous   
Printed Page 102
1st paragraph

"00 6 * 2 * /usr/local/bin/scripts/cleanup.ksh > /usr/local/bin/scripts/cleanup.log
.
.
.
Here you see that cleanup.ksh is scheduled for execution on day 2 , hour 6, minute
00."

With this syntax the previous job is actually scheduled for everyday at hour 6,
minute 00 in the month of February only. The proper syntax should be
00 6 2 * *

Anonymous