Hello all,
I am seek for help from anyone who experience in create a table base on few joins tables which contains million records and has where conditions.
What are the suggestion on this to fasten the table creation process ?
Here is my current situation :
CREATE TABLE EMP
PARALLEL 4
AS SELECT /*+ CHOOSE */ DEPT.a, STORE.b
FROM dept@DBLINK, store@dblink
WHERE a.DEPTID = b.DEPTID;
Note: dept and store tables consists of million records.
BTW, any particular reason why you opened a new thread for exactly the same problem you've posted couple of days ago (and which you didn't even bothered to comment after receiving couple of suggestions)?
Jurij Modic ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
Bookmarks