Has this process worked before with these schemas / source / target dbs?
Main Topics
Browse All TopicsHi,
I'm trying to do a simple load from source to target,without any transformation in Informatica 7.1.
When iam trying to run from the workflow manager,it's failing with the error message :
WRT_8229 Database errors : ORA-00604 error occured at recursive SQL level and ORA-00942 Table or view doesnot exist etc.
Can anyone please guide me solve this issue? Iam working on ORACLE 9 database.
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You can find the location of the log with:
select value from v$parameter where name = 'background_dump_dest';
Or you can login via sqlplus and type:
show parameter background
If the parameter is not set, it will be under $ORACLE_HOME/rdbms/trace
The file in that directory is called alert.log, it is a plain text file.
The setting is found in the workflow designer. Edit the task that has the problem. You should have a tab labelled Mapping. Select that and you should see a folder with Targets next to it on the left hand side. Select the target table. There are three sections shown, writers, connections and properties. In the properties section there are two columns, attribute and value. The first attribute is "Target load type". The value can be bulk or normal. Select normal.
Business Accounts
Answer for Membership
by: mrjoltcolaPosted on 2009-05-26 at 16:32:41ID: 24478730
Check the alert log to see if there is more information on which table is causing the problem.
There is often an object name and another ORA error following the above ones.