 |
|
Oracle Tips by Burleson |
Describe Object Parameters
After reading all of the reading assignments
for this tutorial, prepare an executive summary that describes every
storage parameter used by Oracle tables and comment on their use
within the real world. The report should include a paragraph on each
of these parameters, describing the appropriate setting for each, and
those parameters that should always be left to their default values.
For full credit, you must identify those
parameters that should always be left with their default values, and
those parameters that are over-ridden by locally-managed tablespaces
and automatic extent management.
HINT: Remember to use Google to locate
detailed information on these parameters.
- PCTFREE
- PCTUSED
- MAXTRANS
- INITTRANS
- FREELISTS
- FREELIST GROUPS
- INITIAL
- NEXT
- PCTINCREASE
- MINEXTENTS
- MAXEXTENTS
-
BUFFER_POOL
For more details, see the "Easy
Oracle Series" a set of books especially designed by Oracle
experts to get you started fast with Oracle database technology.
|