cancel
Showing results for 
Search instead for 
Did you mean: 

How to change NEXT_EXTENT from os level.

Former Member
0 Kudos

Hello All,

Please tell me how can i change the next_extent parameter from OS level.

I tried in Se14 but for this particular table, I cannot change it from SAP.

Thanks,

Anu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

I am not getting normal view for a particular table.

There is no option to change storage paraeter for this.

Please advise

Thanks,

Anu.

former_member204746
Active Contributor
0 Kudos

from OS level:

sqlplus / as sysdba

alter table sapr3.tst03 storage (next 30k);

good luck.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Tablespace is dictionary managed and oracle 10g.

thanks

Anu

former_member204746
Active Contributor
0 Kudos

you should be able to do it through SE14. that's the wya I use to play with this in the past. When you try, you get an error message? Have you clicked on the glasses/pencil button from Technical settings?

former_member204746
Active Contributor
0 Kudos

what is your Oracle version? Are you using LMTS tablespaces with ASSM? If so, you cannot change this in SE14 nor in OS tools.