logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Oracle Server supports two different forms of replication: Basic and Advanced replication. Explain difference between these.


  • Correct Answer
  • Basic Replication : Basic replication is implemented using standard CREATE SNAPSHOT or CREATE MATERIALIZED VIEW statements It can only replicate data and not procedures, indexes replication is always one-way, and snapshot copies are read only Advanced Replication : Advanced replication supports various configurations of updatable snapshot, multi-master and update anywhere replication It is more difficult to configure but allows data and other database objects like indexes and procedures to be replicated Differences between Basic and Advanced replications: - With basic replication, data replicas provide read-only access to the table data whereas advanced replication features extend the capabilities of basic read-only replication by allowing applications to update table replicas throughout a replicated database system - With Basic Replication applications can query data from local data replicas On the other hand with advanced replication, data replicas anywhere in the system can provide both read and update access to a table's data 


  • Technology problems


    Search Results


    • 1. Could you explain the areas where tuning of database is required?
    • Discuss
    • 2. Explain how to create users through SQL PLUS.
    • Discuss
    • 3. What is an Index? Explain how to create an Index.
    • Discuss
    • 4. What does cache and no cache options mean while creating a sequence?
    • Discuss
    • 5. Define PL/SQL sequences and write syntax for a sequence
    • Discuss
    • 6. What is the Oracle HTTP Server? How does it work?
    • Discuss
    • 7. Explain how to start and stop the Oracle HTTP Server.
    • Discuss
    • 8. What is ODBC SQLPASSTHROUGH option?
    • Discuss
    • 9. What is personal oracle lite?
    • Discuss
    • 10. What strategies are available for backing-up an Oracle database?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment