how can i force query to run parellel runing form dataguard thru database link ?
i had long query running inserting data into local database from remote database (active data-guard) ,select query on datagaurd not running parallel although i used parallel hint and "ALTER SESSION FORCE PARALLEL QUERY PARALLEL" but still when i monitor query on remote database i found the query running not parallel .