Starting November 19th, Oracle Community will require Multi-Factor Authentication (MFA) for all member logins. This simple extra step helps protect your account—and the community data—by adding an additional layer of security during sign-in.
We are looking for options to create and drop partitions of tables which have child tables. Oracle documentation refers to reference partitions and exchange partitions . Need a simpler and easier approach .A normal partition fails for reference integrity and oracle recommends drop all data from partition or disable foreign key in child tables.