Table's pctfree value
From: Stefano UNTERNAEHRER <unter_at_mecati.mecasoft.ch>
Date: 1995/07/03
Message-ID: <DB5pAr.C8u_at_mecati.mecasoft.ch>#1/1
Date: 1995/07/03
Message-ID: <DB5pAr.C8u_at_mecati.mecasoft.ch>#1/1
Please clear or confirm this sentences (Oracle7):
- A VARCHAR2 datatype columns only allocates the needed space,
while a CHAR datatype columns allocates the space for all the
possible chars.
(This MUST be right!)
- A NUMBER datatype columns always allocates the space for all
the possible digits.
- A DATE datatype columns always allocates the space for a date,
(7 bits).
- A DATE datatype columns always allocates the space for a date,