Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

do i lost data in roll back table conversion?

Former Member
0 Likes
1,056

hi my friends.

i have a serious problem in adjusting a z table in se14.

i change the type of a field from chr to num .

but i got this error : "adjustment terminated in step 5"

i search and find this link :

how to roll back table conversion? - Technology Troubleshooting Guide - SCN Wiki

now i have a question : if i do rool back table , do i lost all of the data ?

i have  big and  really important data in my table.

please help me.

thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
867

i do this.

and i dont lose data of table, thanks for your replay.

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
0 Likes
867

The principle of this wiki page is "how to restore the table in its original state (definition and content) if a database conversion fails". As you may deduce from this page, the old table content is in table QCM<your Z table> (at Oracle level, not in DDIC), so if you're unsure of what happens, do backup this QCM table.

Read only

Former Member
0 Likes
868

i do this.

and i dont lose data of table, thanks for your replay.

Read only

Former Member
0 Likes
867

Hi Mansoureh,

You Can adjust the table using SE14.

First you have to unlock the current table and then Drop the table.

then copy the current table in new table.

you will not loose any data.

But before applying on this table kindly create a test table first and adjust it using the same above mentioned method.

Regards

Sunil Dhakad

<Contact information removed>

Message was edited by: Gareth Ryan Please don't share private contact details in public threads - add them to your personal profile instead.

Read only

0 Likes
867

i do the same thing.

thanks for your help.