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 |
can a view be updated?
what r routers?
How to pass parameters to procedures in oracle?
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
Explain the use of ignore option in imp command.
Draw E-R diagram for many to many relationship ?
What is transaction control statement and how many types of transaction control statement in Oracle?
what is grid in Oracle 10g...
what are different types of deletes?
How to upsert (update or insert into a table)?
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
How to create id with auto_increment on oracle?