Verify that redo logging, which Oracle uses to maintain a log infrastructure, is turned on in the primary database.
select log_mode from v$database;
LOG_MODE -------- ARCHIVELOG
shutdown; startup mount; alter database archivelog; alter database open;