My requirement is like in database some defects are present
and i need to clean them.To be brief for example every
employee should have active assigments.So for those records
which are not having status as active or null ,i need to
update the roecords using API with the correct value.
Client will provide a flat file for the records whch are
defected.So i need to run the API for those records (flat
file)and update the data in database.
So my question is how to handle this requirement.Is there
any existing API for this purpose?If yes then please send
me the NAME.
How to update the records in the database using flatfile.
Any pointer will be appreciated.Thanks in advance.



My requirement is like in database some defects are present and i need to clean them.To be brief f..

Answer / Vishakha Dutt

To handle this requirement, you can create a custom API using Oracle's REST Data Services (ORS) or SQL Developer Data Provider (SDDP). The API should accept the flat file as input and process each record to update the database. If you are using SDDP, you can use its data manipulation language (DML) capabilities to perform database operations. A sample API name could be 'UpdateEmployeeStatusAPI'. You would need to implement the necessary logic to read the flat file, validate the records, and execute the SQL update statement using your chosen development environment.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle AllOther Interview Questions

what is diff between pre insert,on insert,post insert triggers?

1 Answers   IRISA,


What is auto accounting what are the steps for setting up auto accounting? : oracle accounts receivable

1 Answers  


HOW TO SAVE UNIVERSES AND DOCUMENTS IN THE REPOSITORY?

1 Answers  


whats the difference between join command and Cartesian product using example?

1 Answers  


How I can load an image into image item on Forms. I want to know about built-ins and procedure. and also code for it.

0 Answers  


PURCHASE ORDER TO PAYABLES WHAT ENTREIS WILL HAVE

1 Answers  


Explain the payment term in ar. : oracle accounts receivable

1 Answers  


What is Restricted Mode of Instance Startup in Oracle?

1 Answers  


what is sql*loader parameters and where we will use it.

1 Answers   Accenture,


what are the interface and api table for receipts conversion in oracle receivables? : oracle accounts receivable

1 Answers  


Differentiate between earned discounts and unearned discounts? : oracle accounts receivable

1 Answers  


How would you determine what sessions are connected and what resources they are waiting for?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)