You cannot have regular data in large tablespace (Large tablespaces are for LOBs) ...
I can think of the following options :
1) If you have index, long and regular data in the same tablespace, you can separate them now
2) You can consider using UNION ALL views
3) DPF , an option ??
HTH
Sathyaram