what are basic modules required to implement oracle
application in any oraganisation?
No Answer is Posted For this Question
Be the First to Post Answer
When creating a user, what permissions must you grant to allow them to connect to the database?
What is auto accounting what are the steps for setting up auto accounting? : oracle accounts receivable
how to replace not in with not exist?
what is the querry to get first 10 records from the emp table?(emp no is the primary key)
write a query to find the third maximum salary of a employee.(table:employ col name:salary)
What is the importance of batch source set up in ar? : oracle accounts receivable
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.
what is domain in database and its benefits?
What is the Difference between the Person_Type_id column in the per_all_people_f and per_person_type_usages_f
How to move the data from one flatfile to multiple staging tables?give me some examples? for example in po interface one flat file is there and multiple staging tables are there how can move it?please give me answer for this question?
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.
Compare and contrast TRUNCATE and DELETE for a table.