create table t2 as select * from t1 partition(r1)@oradblink;报错信息为:SQL command not properly ended,但连到异地库运行create table t2 as select * from t1 partition(r1)是可以的.