Oracle Solution for Error ora-14053

Solution for Oracle Error ORA-14053

ORA-14053: illegal attempt to modify string in string statement

What triggered the Error:

Certain attributes of objects (e.g. tables) may be specified at creation time, but may not be modified using ALTER statement. Unfortunately, user specified one of such attributes.

What should we do to fix it:

Ensure that ALTER statement specifies new values only for attributes which may be changed once an object has been created