
- Forum
- Database
- Oracle Database
- Oracle Table Types
Oracle Table Types
This is a discussion on Oracle Table Types within the Oracle Database forums, part of the Database category; I just want to know if there are any table type such as Merge Heap MyISAM Berkeley InnoDB in Oracle. ...
-
11-19-2011, 06:18 AM #1
- Join Date
- Jan 2006
- Answers
- 16
Oracle Table Types
I just want to know if there are any table type such as
Merge
Heap
MyISAM
Berkeley
InnoDB
in Oracle. What actually are these?
-
04-07-2012, 06:31 AM #2
- Join Date
- Apr 2012
- Answers
- 6
The seven types of tables
There are seven types of tables in Oracle.
Heap organized tables
Index organized tables
Index clustered tables
Hash clustered tables
Nested tables
Global temporary tables
Object tables
but mostly use four table in oracle

Reply With Quote





