Oracle Connector is not pulling the records !!

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

John Daniel
Participant
Posts: 42
Joined: Mon Oct 15, 2007 10:35 pm
Location: Charlotte
Contact:

Re: Oracle Connector is not pulling the records !!

Post by John Daniel »

AND ROWNUM <=10 is given for the testing purpose...

Its pulling the 10 records....but if i gave the full query to pull the entire data its not pulling out......It seems its of Length issue or memory issue....Please advise on this.


Looking for your kind help in this regard.

Thanks,
John
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

Have you tried a test where you just pull the single field with the LongNVarChar field? If you suspect that is the issue that may confirm it if it fails.
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
John Daniel
Participant
Posts: 42
Joined: Mon Oct 15, 2007 10:35 pm
Location: Charlotte
Contact:

Oracle Connector is not pulling the records !!

Post by John Daniel »

Thanks,

Let me try this option !!

Regards,
John
John Daniel
Participant
Posts: 42
Joined: Mon Oct 15, 2007 10:35 pm
Location: Charlotte
Contact:

Re: Oracle Connector is not pulling the records !!

Post by John Daniel »

ShaneMuir wrote:Is there a message handler which is suppressing warnings at all?
How to message handler !! will anyone help me in this.....
ShaneMuir
Premium Member
Premium Member
Posts: 508
Joined: Tue Jun 15, 2004 5:00 am
Location: London

Post by ShaneMuir »

If there was a message handler then you should have an entry in the Director logs to that effect. Something like

Code: Select all

Attached Message Handlers:MH_SHAREreporting
Also look through the Director logs for any hint of the words 'dropped' or 'message handled'.

Not saying this in the answer, but it doesn't hurt to look.
Post Reply