Oracle API to retrieve data from Oracle Applation DB [message #126783] |
Wed, 06 July 2005 11:20 |
sbuddharaju
Messages: 1 Registered: July 2005 Location: Houston
|
Junior Member |
|
|
I am looking for something like this.
I want to retrieve data from a Oracle Application database.
I want to use oracle delivered API for this. Pass in the table name and the API will pass back the data in the table.
Is there any delivered API that will do the above.
|
|
|
Re: Oracle API to retrieve data from Oracle Applation DB [message #126919 is a reply to message #126783] |
Thu, 07 July 2005 06:48 |
adragnes
Messages: 241 Registered: February 2005 Location: Oslo, Norway
|
Senior Member |
|
|
I am not aware of any such API and I do not really see any need for it. Oracle E-Business Suite tables are not different to any other tables so why not just use SELECT * FROM <table_name>?
What exactly are you trying to achieve? What tables are you interested in? Where are you going to use the extract?
--
Aleksander Dragnes
|
|
|