Can Multiple instances be run on Single Machine???
Answers were Sorted based on User's Feedback
Answer / rad
Yes, you can run RAC (Real Application Clusters) that
consist of multiple instances accessing the same database.
You can also run the same and different versions of Oracle
running on a single machine each of course accessing
different databases.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / serena
yes, we can run serveral standalone database in a machine.
In this case, every database can have one instance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain view?
Hi all, Can any one give answer for this question. Suppose im having employee table with fields, eno, ename, dept, address1, address2, address3. In address field employee can fill only address1 or address2 or address3... at a time he can fill three address fields. now i want all employee names who filled only one address field.. Plz its urjent can any one give querry.. Thanks in advance.
How to update values in a table in oracle?
How to lock and unlock a user account in oracle?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
what is the bitmap index?
What is dictionary cache ?
What is the usage of analyze command in oracle?
According to oracle specification VIEW is a object. OBJECT that means anything stored in the oracle database that has the physical existence.why VIEW doesn't take memory in oracle database, but it is treated as a object ?Please explain ?
How to assign values to variables?
What is the disadvantage of User defind function?
What privilege is needed for a user to insert rows to tables in another schema?