Ulf Dittmer wrote:You can't read and write a file at the same time. You'll need to write to a different file than the one you're reading. After you're done, you can delete the former and rename the latter.
priya pratheepp wrote:Hi
answer to my post helped me a lot..my problem solved.many string buffer caused main problem and some more too..
thanks for tutorials
Why do you want to change it? Have you posted confidential material?
Caused by: java.sql.SQLException: ORA-01858: a non-numeric character was found where a numeric was expected
ORA-06512: at "MYDB.MYPROCEDURE", line 24
ORA-06512: at line 1
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:215)
at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:954)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1169)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3285)
at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3390)
at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4223)
...