Hi,
is there a way to indetify the partition name i.e SYS_PXXXX name for a table which has range partition without inserting a record in that table . My table T1 has range parition on date column which is of one day interval duration, hence wanted to know which partition name it will go. For eg.
T1
date_col
I know that i am going to insert in T1 with date_col as 01-JUL-2015 of 1000 records. How will i know which partition name oracle will decide