The size and number of rows is essentially unlimited. Oracle can store extremely long rows in overflow segments. That's unlike a database like SQL Server, which has to have an entire row fit on an 8k page. Similarly there is no real limit on the number of rows in a table. You can store as many rows as you have disk space available. There is undoubtedly some theoretical limit, probably based on the maximum number of rowids, but I've never heard of a real table coming close to this limit.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.