I have suddenly a simple question.
i will create a table with the following code:

CREATE TABLE TEST
(
column1 VARCHAR2
)
ORGANIZATION HEAP
MONITORING
/

What means the parameter:

1) organization heap
2) monitoring.

Means monitoring the tables will be analyzed by oracle-db himself.