1. table B was created with "of object" syntax
2. table A is range partitioned and is referenced by B
3. need to: add partition by reference of B-to-A
is it possible to do?
what would be the syntax?
alter table B add partition by reference (B_to_A_fk);
Thanks
Ranro