Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Initialization Parameters, 16 of 188


BLANK_TRIMMING

Parameter type: 

Boolean 

Parameter class: 

Static 

Default value: 

FALSE 

Range of values: 

TRUE | FALSE 

BLANK_TRIMMING specifies the data assignment semantics of character datatypes.

  • TRUE allows the data assignment of a source character string or variable to a destination character column or variable even though the source length is longer than the destination length. In this case, however, the additional length over the destination length is all blanks. This value complies with the semantics of SQL92 Transitional Level and above.

  • FALSE disallows the data assignment if the source length is longer than the destination length and reverts to SQL92 Entry Level semantics.

 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index