Skip to Main Content

SQLcl

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Possible bug: cannot rename table column

wes_fdnyMar 23 2022

steps to reproduce
On DevDB
create table test (id number(10))
lb genschema
On TestDB
lb update -changelog controller.xml //test table created
insert into test (id) values (1)//seed mock value.
On DevDB
alter table test rename column id to seq
lb genschema
On TestDB
lb update -changelog controller.xml //data is deleted
Query the table and notice that values are gone.
Has anyone else seen this issue? Maybe I'm missing something...

Comments

Post Details

Added on Mar 23 2022
0 comments
82 views