cancel
Showing results for 
Search instead for 
Did you mean: 

db13 giving error

Former Member
0 Kudos

Hi

When I am trying schedule the backup I am getting given below error

SQL ereror 1653 occurred when accessing table "VARI"

Any idea why db13 is throwing this error.

Thansk in advance.

Sukrut S

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi

Ora-1653 suggests a tablespace issue .

Check ST22 for ABAP dumps which will tell you the tablespace name.

It should be

SQL> select TABLESPACE_NAME from dba_segments where SEGMENT_NAME='VARI';

TABLESPACE_NAME

-


PSAPPOOLD

Extend the tablespace and then perform DB13

Thanks

Rishi

stefan_koehler
Active Contributor
0 Kudos

Hello Sukrut,

> SQL ereror 1653

please check this link for an explanation about the error: http://ora-01653.ora-code.com/

Please also check the alert.log file .. you will also see this error there ... then you can solve it by extending the corresponding tablespace.

Regards

Stefan