Answer Posted / hr@tgksolutions.com
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 |
Post New Answer View All Answers
How to turn on or off recycle bin for the session?
Explain the types of exception?
What is a select query statement in oracle?
What is pragma autonomous transaction in oracle?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
How can I combine multiple rows into a comma-delimited list in oracle?
How to write date and time interval literals in oracle?
Explain implicit cursor.
What is program global area (pga) in oracle?
How to create a table index?
Name the various constraints used in oracle?
Give the constructs of a package, function or a procedure.
What is the fastest query method to fetch data from the table?
I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance
From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.