What is the CAP theorem?
The CAP theorem states that a distributed database can achieve at most two of the following three properties:
• Consistency (C) – All nodes have the same data at the same time.
• Availability (A) – System continues to function even if nodes fail.
• Partition Tolerance (P) – System continues to operate despite network failures.
No system can provide all three simultaneously.
| Is This Answer Correct ? | 0 Yes | 0 No |
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.
What is the difference between hot backup and cold backup in oracle?
What is the difference between translate and replace in oracle?
What do you understand by a database object? Can you list a few of them?
What is set operator oracle?
if i am using dml statement in function. then i am writing select statement what was the output
what is the scenario where you take the database to NoArchivelog mode?
what is the use of rank function?
How to turn on or off recycle bin for the instance?
What is bulk copy or bcp in oracle?
How to create a table index?
How do I limit the number of rows returned by an oracle query after ordering?