Name the different types of Table spaces.
Answers were Sorted based on User's Feedback
Answer / shruthi
In DB2:
1) Simple Tablespace
2) Segmented Tablespace
3) Partitioned tablespace
In Oracle:
1)Permanent tablespaces
2)Undo tablespaces
3)Temporary tablespaces
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / siva
A table space is a logical storage structure used to control where the data for a database physically is stored. Generally in db2 there are 3 types they are:
Catalog tablespace
User tablespace
Temporary tablespace
these are the default tablespaces
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shaikh asif
System Tablespace
Non-System Tablespace
Temporary Tablespace
Undo Tablespace
| Is This Answer Correct ? | 6 Yes | 8 No |
Name the different types of Table spaces.
How to resolve the -305 error code in DB2? And also please let me know, how to resolve the db2 error codes.
Can you define an Index if the table size less than 10 PAGES?
What techniques will be used to avoid deadlock??
Can we declare cursor in Procudere division or open the cursor in the Working storage section. Is there any particular rules in the usage of cursors lifecycle
What is IMAGECOPY ?
what types of copies can be made with the COPY Utility ?
What is temporal table in db2?
What is the maximum size of a char data type in db2?
What is bind package and plan in db2?
Which component is used to execute the sql statements?
What is a db2 package?