Mike,
It depends on the version of the Oracle kernel that you are running. If you're running something like Solaris 2.8 with the 64 bit kernel enabled, the you can run 64Bit addressing in Oracle, giving you several terabytes to play with.
If however you are running the 32bit kernel, then you are generally restricted to 2GB addressable memory space and file size.
A single table that is approaching that sort of size is going to cause you all sorts of problems if you are running on a 32bit kernel. You'll probably want to look at some of the partitioning options available in 8.15(8i) onwards.
Cheers
Justin