What is oracle used for?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between replace() and translate() functions in oracle?
How to create a table interactively?
i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.
How to find the duplicate rows count from employees table in oracle?
Hi All, Recently I attended a interview for a developer position in an educational university. They asked me the a question, I answered somehow but I was not not satisfied myself. Can anybody reply for it? The question is: A business user comes to you directly with an urgent request:: there is a problem with some students not being able to re-enrol. It appears that ?something has gone wrong with the end-dating of some previous courses they had enrolled in, and this is preventing them from completing their on-line re-enrolments?. Fortunately the user has done some analysis on the situation, and has developed some code to change the end dates. They tell you that they have tested this code in the ?dev? environment, and it works fine. They are asking you to please get this implemented in production as soon as possible. What steps would you take in response to their request ? Thanks
IS it possible to built the oracle database without setting the kernal parameters?
Why use resource manager in Oracle?
How to Select second Maximum salary in a Table ?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
List out the components of logical database structure of oracle database.
Select the Nth lowest value from a table?