Hi,
>> Now we want to replicate some schemas from the logical standby DB to a remote 11.2.0.3 DB.
I think you will be fine . . .
To Streams, the new "master" is just a database, and I see not reason why a database cannot accept logical standby while it also exists as a master, sending replication to another logical standby.
*****************************************
I'm not a Streams guru, but this fellow is:
http://www.rampant-books.com/book_0402_streams.htmIt's an outstanding book . . .
***************************************************
>> restrictions for enable supplemental loggin (as needed by streams) on the logical standby.
http://www.dba-oracle.com/b_data_guard_logical_standby.htmQUOTE
Since a logical standby database may not contain all the objects from the primary database, the switchover to the logical standby database may restrict the services offered by the true primary database. As a result, the DBA should carefully consider the objects to be replicated in a logical standby database during the configuration phase.
Here are all Streams restrictions:
http://docs.oracle.com/cd/B28359_01/server...estrictions.htmAll it notes is that LOB, LONG, LONG RAW, user-defined type, and Oracle-supplied type columns cannot be part of a supplemental log group.