Oracle Message ORA-12353 - secondary stored object cannot reference remote object

ERRORsecondary stored object cannot reference remote object
CAUSEYou tried to either select from a remote view or execute a remote procedure which references an object on another database. Since the remote view or procedure is on a secondary database, an additional reference to another database cannot be done.
ACTIONChoose a different object to reference or change the remote view or procedure so that it does not reference another database.