Hello,
the solution of the mistery is:
The spfile parameter LOG_ARCHIVE_DEST was set to LOG_ARCHIVE_DEST='' !
So "SHOW PARAMETER" is showing nothing but in the spfile you can see the difference!
ALTER SYSTEM RESET LOG_ARCHIVE_DEST SCOPE=BOTH SID='*';
Regards,
Christian




Reply With Quote
