SQL> sho parameter compatible
NAME TYPE VALUE
———————————— ———– ——————————
compatible string 9.2.0.0.0
SQL> alter table test1 rename column b to a;
Table altered.
SQL> sho parameter compatible
NAME TYPE VALUE
———————————— ———– ——————————
compatible string 9.2.0.0.0
SQL> alter table test1 rename column b to a;
Table altered.