mark_h
13th February 2002, 17:20
Is there a way to read an Oracle table in another instance in a BaaN session? I know we could export and import the data, but that will not be an option. I have seen this mentioned before and was wondering if someone could guide me through this - if it is possible.
Thanks
Mark
francishsu
14th February 2002, 18:36
Is it a Baan table (or could it be changed to be a Baan table), and therefore something you could possibly address with ttaad4110m000 (Maintain Database Definitions)/ttaad4111m000 (Assign Tables to Databases)?
Using ttaad4110m000 create a database definition for the other Oracle instance.
Using ttaad4111m000, assign the special table to the database definition you created.
mark_h
14th February 2002, 20:39
Our Oracle DBA is creating some kind of table link between the instances. At that point we are going to try to create the dd entries on the Baan side. When everything is complete I will post another response.
Thanks
Mark
mark_h
4th March 2002, 21:21
Just thought I would let everyone know that we were semi-successfule in doing this.
What we did was create a baan table, the DBA then went in and pointed the table using a view to the table in the other instance. A ez-sql query returned data.
The reason I say semi-successful is because we were not able to do a convert to runtime on another table I was working on. The convert always returned a message like - "This is a restart" and tried to drop the above table and could not do that. So there are still some bugs to work out, but it looks like it is feasible.
Mark