Home Privacy Policy Feedback Link to us Site Map

Oracle/PLSQL: ORA-01133 Error


Error:

ORA-01133: length of log file name <name> exceeds limit of num characters

Cause:

You tried to execute an operation that specified a redo log file, but the filename was too long.

Action:

The options to resolve this Oracle error are:
  1. Reduce the length of the redo log filename and re-execute the operation.