Is there some limit on the maximum total amount of data that can be stored in a single table in Oracle?
I think there shouldn't be because tables are anyways stored as a set of rows and rows can be chained as well. Does such a limit exist?
Is there some limit on the maximum total amount of data that can be stored in a single table in Oracle?
I think there shouldn't be because tables are anyways stored as a set of rows and rows can be chained as well. Does such a limit exist?
I don't know what this guy's source is, but there's a nice summary of limits in Oracle:
http://arjudba.blogspot.com/2008/07/physical-database-limits-in-oracle.html
See Physical Database Limits and Logical Database Limits documentation.