ORA-01653 Error Message
Learn the cause and how to resolve the ORA-01653 error message in Oracle.
Description
When you encounter an ORA-01653 error, the following error message will appear:
- ORA-01653: unable to extend table name.name by num in tablespace name
Cause
You tried to allocate an extent for a table segment in the specified tablespace.
Resolution
The option(s) to resolve this Oracle error are:
Option #1
Try using the ALTER TABLESPACE ADD DATAFILE command to add file(s) to the tablespace.
No comments:
Post a Comment