Hi, I have a partitioned Oracle table that I want add data to, but it needs to be done on named partitions. Before I can insert the data I need to create a new partition. Manually, this is done via an ALTER TABLE statement, but I can't see anywhere on how to do this from within DBIC. Is this possible, at all? Chris