1、ERROR at line 1: ORA-14511: cannot perform operation on a partitioned object 2、表空间重命名 alter tabspace ts_name1 rename to ts_name2; 3、实例: #!/bin/sh nm=$(date +%Y%m -d 1month) ts_name=test_${nm} sqlplus -s system/121point << EOF set hea off set linesize 200 co...
ORA-14511: cannot perform operation on a partitioned object which I would assume means we better not eliminate TS_EXF My question is, ¿how do we disassociate the table exf.part_table from the tablespace TS_EXF in order that we can delete the Tablespace in question?