Oracle DBA, How To, Error, Cause and Action

ORA-00337: log file 'string' does not exist and no size specified

SELECT 'ORA-00337: log file 'string' does not exist and no size specified ' || chr(10) || '
'|| chr(10) || '
'|| chr(10) || 'Cause: ' || SUBSTR(cause,7) || chr(10) ||'
' || chr(10) || '
' || chr(10) ||
*
ERROR at line 1:
ORA-00923: FROM keyword not found where expected


No comments:

Post a Comment

Thanks for your comment.