Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get data in different instance in the same Data base

Status
Not open for further replies.

SupportBamako

Technical User
Sep 11, 2003
2
FR
Hi, I have a simple mapping with Table A (Schema A, data base connection DB-A) and Table B(schema B, data base connection DB-B).

When i run my session I have error message Function: Execute Error: ORA-00942: table or view does not exist.
How can i configure the session to pass the two different data connection
thanks
 
There is one target connection for each session, so why not run two session in a batch, first session targeting to DB 'A' and second one to DB 'B'?

T. Blom
Information analyst
tbl@shimano-eu.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top