Oracle General (1809)
Oracle DBA (Database Administration) (261)
Oracle Call Interface (OCI) (10)
Oracle Architecture (90)
Oracle Security (38)
Oracle Forms Reports (510)
Oracle Data Integrator (ODI) (120)
Oracle ETL (15)
Oracle RAC (93)
Oracle D2K (72)
Oracle AllOther (241)
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
How to generate query output in html format?
How to join two tables in a single query using oracle?
List five most important parameter in 9i affecting performance?
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??
How to divide query output into groups in oracle?
How to write a query with a left outer join in oracle?
Explain how to close periods in ar. : oracle accounts receivable
What are the tools provided in oracle enterprise manager?
Explain the use of ignore option in imp command.
What is table partitioning?
What do you mean by a tablespace?
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.