ORA-01119: error in creating database file 'string'

Oracle error
oracle, oracle error, oracle blog


ORA-01119: error in creating database file 'string'
Cause: Usually due to not having enough space on the device.
Action: None








See more oracle error here.

ORA-01118: cannot add any more database files: limit of string exceeded

Oracle error
oracle, oracle error, oracle blog



ORA-01118: cannot add any more database files: limit of string exceeded

Cause: There is no more room in the control file for adding database files.
Action: Resize the control file or drop other tablespaces.




See more oracle error here.

ORA-01117: adding file 'string' with illegal block size: string; limit is string

Oracle error
oracle, oracle error, oracle blog




ORA-01117: adding file 'string' with illegal block size: string; limit is string
Cause: An attempt was made to add a database file with a block size that is greater than the maximum block size allowed.
Action: Retry the DDL command with a smaller block size.






See more oracle error here.