SQL> rename test1 to test;
Table renamed.
SQL> alter table test rename to test1;
Table altered.
兩個方法親測都ok