Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
error on operation
insert into Tab
(select * from Tab@remote)
ORA-01653
unable to extend table string.string by string in tablespace string
Cause: Failed to allocate an extent of the required number of blocks for a table segment in the tablespace indicated.
Action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.
???