Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Union or Temp Table Approach

user7202581Dec 11 2014 — edited Dec 11 2014

Hi,

We have two queries loading Data into one of the Marts.

Basically we are using two SQLs  which fetch the data there is a UNION between the two queries.

We are thinking of using a temp table approach wherein the two SQLS will load the data to the temp tables and then will use UNION for results.

From your experience please suggest which is a better approach.

Regards,

Narayan

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 8 2015
Added on Dec 11 2014
4 comments
580 views