I have a master database that is used for OLTP type applications. At the moment we have individual table replication for many tables to another database that is used as a reporting instance.
Soon, we are moving to a Data Guard Logical Standby database. What I cannot seem to track down from google is whether I can change the physical structure of the tables on the logical standby.
I would like to partition many of the large tables on the logical standby to make reporting easier - the ideal way to do this would be to partition the tables on the logical standby and then the SQL apply process can just update the tables as normal, but I cannot figure out if that is supported.
Does anyone know if it is possible to alter the table structure on the standby to implement partitioning?