Hi,
I want to create new logical standby which should do SQL Apply on only two tables and not on whole database.
Due to space crunches on storage, I don't want to use 'RMAN Active Duplicate' to create logical standby which will copy whole production database.
Is there any workaround to avoid copy whole production database and create logical standby with only two tables ?
What is best recommended method to get above done i.e. to maintain only subset of production database (two tables) in logical standby ?
Thanks