How to fix the Oracle error ORA-01198: must specify size for log file if RESETLOGS?
In this post, you’ll learn more about the Oracle ErrorORA-01198: must specify size for log file if RESETLOGS with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01198: must specify size for log file if RESETLOGS
Reason for the Error ORA-01198: must specify size for log file if RESETLOGS
File sizes must be given for all logfiles if doing a CREATE CONTROLFILE with the RESETLOGS option.
How to fix the Error ORA-01198: must specify size for log file if RESETLOGS ?
You can fix this error in Oracle by following the below steps
Resubmit the command with the appropriate logfile size.
Leave Your Comment