在Oracle中,增加或刪除表的分區(qū)時(shí),分區(qū)名能否通過(guò)參數(shù)設(shè)置嗎.例如:alter table test_table add partition p1 values less than(to_date('2005-11-01','YYY-MM-DD')tablespace tbst1c01. 這里的"p1","2005-11-01" 能否通過(guò)參數(shù)傳遞.
在Oracle中,增加或刪除表的分區(qū)時(shí),分區(qū)名能否通過(guò)參數(shù)設(shè)置嗎.例如:alter table test_table add partition p1 values less than(to_date('2005-11-01','YYY-MM-DD')tablespace tbst1c01. 這里的"p1","2005-11-01" 能否通過(guò)參數(shù)傳遞.