In this post, you’ll learn more about the Oracle ErrorORA-01117: adding file ‘string’ with illegal block size: string; limit is string with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01117: adding file ‘string’ with illegal block size: string; limit is string
Reason for the Error ORA-01117: adding file ‘string’ with illegal block size: string; limit is string
An attempt was made to add a database file with a block size that is greater than the maximum block size allowed.
How to fix the Error ORA-01117: adding file ‘string’ with illegal block size: string; limit is string ?
You can fix this error in Oracle by following the below steps
Retry the DDL command with a smaller block size.
Leave a Reply