|
-
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.
Best Regards
Thomas Schmidt
[email protected]
If you have no aims, you will never reach a goal !!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|