Skip Headers

Oracle® OLAP DML Reference
10g Release 1 (10.1)

Part Number B10339-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

ALLOCERRLOGFORMAT

The ALLOCERRLOGFORMAT option determines the contents and the formatting of the error log that you specify with the ERRORLOG argument to the ALLOCATE command. You can specify a header for the error log with the ALLOCERRLOGHEADER option.

Syntax

ALLOCERRLOGFORMAT = text

Arguments

text

Characters that determine the contents and formatting of the error log that you specify with the VNF command. Table 7-3, "Characters for Specify the Contents of the Error Log for ALLOCATE" lists the characters that specify the contents of the error log.

Table 7-3 Characters for Specify the Contents of the Error Log for ALLOCATE

Character Output Specified
b The basis object being processed.
c The child node of the dimension being processed.
d The name of the dimension being processed.
e A description of the error encountered.
n The error code of the error encountered.
p The parent node of the dimension being processed.
r The name of the relation being allocated down.
s The source object being processed.
t The target object being processed.
n The basis value of the child cell receiving the allocation.
y The source value of the parent cell being allocated.
z The basis value of the parent cell being allocated.

Notes


Specifying the Number of Characters for an Object

By placing an INTEGER value before the formatting character, you can specify the number of characters that the object occupies in the error log. The default value of ALLOCERRLOGFORMAT is the following.

'%8p %8y %8z %e (%n)'

Specifying Escape Sequences as Formatting Characters

You can specify escape sequences as formatting characters. For valid escape sequences, see "Escape Sequences".


Specifying How Many Error Conditions to Log

The ERRORLOG command in an allocation specification specifies how many allocation error conditions to log and whether to continue or to stop the allocation when the specified maximum number of errors have been logged.

Examples

Example 7-18 Setting the ALLOCERRLOGFORMAT Option

This example sets the ALLOCERRLOGFORMAT option.

ALLOCERRLOGFORMAT = '%8p %8y %8z %e (%n)'
SHOW ALLOCERRLOGFORMAT

The preceding statement produces the following results.

%8p %8y %8z %e (%n)