One of my jUnit tests fails with the following exception:
java.sql.SQLException: ORA-00257: archiver error. Connect internal only, until freed.
The Oracle error code refers to (for lack of better words/knowledge) ARCHIVELOG mode related issue. But, I made sure that the DB is running in NOARCHIVELOG mode. I checked V$DATABASE table and made sure that log_archive_start=false.
Can someone shed light on this?