ORA-01536: space quota exceeded for tablespace 'string'

Answers were Sorted based on User's Feedback



ORA-01536: space quota exceeded for tablespace 'string'..

Answer / guest

Cause: The space quota for the segment owner in the
tablespace has been exhausted and the operation attempted
the creation of a new segment extent in the tablespace.

Action: Either drop unnecessary objects in the tablespace to
reclaim space or have a privileged user increase the quota
on this tablespace for the segment owner.

Please add more information about this Error

Is This Answer Correct ?    5 Yes 0 No

ORA-01536: space quota exceeded for tablespace 'string'..

Answer / chandu

Chandu is online.

you use any of the below sql command.

SQL> Grant connect,dba,resourse to xyz;

OR
SQL> Alter user xyz quota unlimited on tablespace name;

thank you...

Is This Answer Correct ?    5 Yes 0 No

ORA-01536: space quota exceeded for tablespace 'string'..

Answer / naveen kumar s

ORA-01536: space quota exceeded for tablespace 'string'

Cause: The space quota for the segment owner in the
tablespace has been exhausted(overfilled) and the operation
attempted the creation of a new segment extent in the
tablespace.

Action: Either drop unnecessary objects in the tablespace
to reclaim space(To make existing space available) or have
a privileged user increase the quota on this tablespace for
the segment owner.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-36970: (XSRELTBL12) workspace object must be a self-relation.

1 Answers  


ORA-29266: end-of-body reached

1 Answers  


RMAN-06007: target database not mounted and db_name not set in init.ora

1 Answers  


RMAN-08122: keep attributes for the backup are changed

1 Answers  


RMAN-06439: RMAN must be upgraded to version string to work with this package

1 Answers  






NNL-01074: ApplTable Index: number

1 Answers  


ORA-25446: duplicate column value for table alias: string, column: string

1 Answers  


ORA-01187: cannot read from file string because it failed verification tests

1 Answers  


DRG-11712: multiple Broader Terms for term string

1 Answers  


ORA-32609: missing REFERENCE keyword in MODEL clause

1 Answers  


IMG-00846: adjacency matrix allocation failed

1 Answers  


IMG-00515: incorrect number of input channels

1 Answers  


Categories