For input string: "655,360" when using dbua to upgrade 10.2.0.4 DB to 11.2.0.2
Trying to upgrade a 10.2.0.4 database to 11.2.0.2 via dbua. The upgrade fails with this error
"For input string: "655,360""
In the trace.log I see this
undo tablespace in database = UNDO002
Block size for the tablespace = 16384
Get all the datafiles from undo tablespace= UNDO002
Datafile in UndoTablespace:= /opt/oracle/data/vsbc03/data05/sbc_undo0202.dbf
SIZE of datafile [/opt/oracle/data/vsbc03/data05/sbc_undo0202.dbf] = 655,360
java.lang.NumberFormatException: For input string: "655,360"
At this point we have to cancel the upgrade. Did anyone see this and does anyone know what it can mean. I couldn't find anything on google
thank you