what is grid in Oracle 10g...
Answer / ravi
Grid computing enables groups of networked computers to be
pooled and provisioned on demand to meet the changing needs
of business. Instead of dedicated servers and storage for
each application, grid computing enables multiple
applications to share computing infrastructure, resulting
in much greater flexibility, cost, power efficiency,
performance, scalability and availability, all at the same
time.
| Is This Answer Correct ? | 4 Yes | 0 No |
what are the diffeenes between oracle 9i,oracle 10g
What is different types of joins?
How to pass parameters to procedures 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
What is the usage of analyze command in oracle?
What is a Synonym ?
Explain the use of log option in exp command.
What are triggers in oracle?
What are the ansi data types supported in oracle?
what is the difference between no rows returned and null returned?
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me
what is the use of system.effective.date variable in oracle?