Accessing NON-partitioned Oracle table

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
jyc168
Participant
Posts: 2
Joined: Wed Dec 01, 2004 1:15 pm

Accessing NON-partitioned Oracle table

Post by jyc168 »

For a parallel job, even if the job is reading or writting to a NON-partitioned Oracle table, does the job still need to access the the following Oracle system tables?

DBA_EXTENTS
DBA_DATA_FILES
DBA_TAB_PARTITONS
DBA_OBJECTS

In other words, regardless what type of Oracle table is accessed, the select privilege on the above system tables must be granted for a parallel job, is it true?

Your help is greatly appreciated...
richdhan
Premium Member
Premium Member
Posts: 364
Joined: Thu Feb 12, 2004 12:24 am

Post by richdhan »

Hi,

Look into this post.

Yes, regardless of what type of Oracle table is accessed, the select privilege on the above system tables should be granted in order for a parallel job using Oracle Enterprise stage to execute successfully.

HTH
Rich
Post Reply