NO API AND INTERFACE TABLES [message #211552] |
Fri, 29 December 2006 06:04 |
pavan_034
Messages: 16 Registered: October 2006
|
Junior Member |
|
|
I HAVE A DOUBT REGARDING INTERFACES AND CONVERSIONS.USUALLY WE USE INTERFACE TABLES OR API TO LOAD DATA INTO BASE TABLES.BUT FOR SOME CONVERSIONS WE DON'T HAVE ANY API OR INTERFACE TABLES.
THEN HOW TO GO WITH SUCH CONVERSIONS?
HOPING TO GET A QUICK REPLY!
|
|
|
|
Re: NO API AND INTERFACE TABLES [message #211729 is a reply to message #211725] |
Mon, 01 January 2007 23:33 |
adragnes
Messages: 241 Registered: February 2005 Location: Oslo, Norway
|
Senior Member |
|
|
Surya,
There is for example no interface for banks and bank accounts, and the supplier interface is also quite recent.
If you find yourself in a situation like this, you can use Dataload or something similar to automate the entry of the data through forms. This should be feasible if the volume is not too great.
The other alternative is to put the data directly into the core tables after having very carefully made sure that it is correct. The latter is not supported by Oracle so if you need some sort of warranty you will have to buy it separately. Oracle will probably suggest you get it from Oracle Consulting, but there are many other big consulting companies that know how to do this.
--
Aleksander Dragnes
|
|
|