Developer provided me with log where :
ORA-01652: unable to extend temp segment by 64 in tablespace TBS
Database driver error...
Function Name : Execute Multiple
SQL Stmt : INSERT INTO TABLE.... VALUES(?,?,?)
table is empty tbs is 30 GB free .
insert is using values (so no insert from select) .
I did some tests and in my opinion the ora errors should be:
ORA-01653: unable to extend table by 8 in tablespace T1
DB is RAC 10.2.0.3 on Linux 64bit.
Please clarify that for me .
Regards.
Greg