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

Database Limits, 2 of 5


Datatype Limits

Datatypes  Limit  Comments 

BFILE 

Maximum size: 4 GB

Maximum size of file name: 255 characters

Maximum size of directory name: 30 characters

Maximum number of open BFILEs: see Comments 

The maximum number of BFILEs is limited by the value of SESSION_MAX_OPEN_FILES initialization parameter, which is itself limited by the maximum number of open files the operating system will allow. 

BLOB 

Maximum size: 4 GB 

The number of LOB columns per table is limited only by the maximum number of columns per table (that is, 1000).a 

CHAR 

2000 bytes maximum  

 

CHAR VARYING 

4000 bytes 

 

CLOB 

4 GB maximum 

The number of LOB columns per table is limited only by the maximum number of columns per table (that is, 1000).a 

Literals (characters or numbers in SQL or PL/SQL) 

4000 characters maximum 

 

LONG 

231-1 bytes (2 GB) maximum 

Only one LONG column allowed per table. 

NCHAR 

2000 bytes 

 

NCHAR VARYING 

4000 bytes 

 

NCLOB 

4 GB maximum 

The number of LOB columns per table is limited only by the maximum number of columns per table (that is, 1000).a 

NUMBER 

999...(38 9's) x10125 maximum value 

Can be represented to full 38-digit precision (the mantissa).  

-999...(38 9's) x10125 minimum value 

Can be represented to full 38-digit precision (the mantissa). 

Precision 

38 significant digits 

 

RAW 

2000 bytes maximum 

 

VARCHAR 

4000 bytes maximum  

 

VARCHAR2 

4000 bytes maximum 

 


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