logo

CuriousTab

CuriousTab

Discussion


Home Certification Oracle Certification Comments

  • Question
  • What is Log Shipping?


  • Correct Answer
  • Log shipping defines the process for automatically taking backup of the database and transaction files on a SQL Server and then restoring them on a standby/backup server This keeps the two SQL Server instances in sync with each other In case production server fails, users simply need to be pointed to the standby/backup server Log shipping primarily consists of 3 operations: Backup transaction logs of the Production server Copy these logs on the standby/backup server Restore the log on standby/backup server 

  • Tags: Database Administrator

    Oracle Certification problems


    Search Results


    • 1. Explain Data Definition Language
    • Discuss
    • 2. What is XPath?
    • Discuss
    • 3. What is the purpose of SQL Profiler in SQL server?
    • Discuss
    • 4. Count function in SQL returns the number of

    • Options
    • A. groups
    • B. values or rows
    • C. columns
    • D. distinct values
    • Discuss
    • 5. A relational database developer refers to a record as

    • Options
    • A. a relation
    • B. an attribute
    • C. a criteria
    • D. a tuple
    • Discuss
    • 6. What is the difference between a Local and a Global temporary table?
    • Discuss
    • 7. Which command is used to return maximum value from result set?

    • Options
    • A. MAX
    • B. MIN
    • C. MAXIMUM
    • D. MAXI
    • Discuss
    • 8. A column defined as UNIQUE can contain Nulls while a column defined as PRIMARY KEY can't contain Nulls

    • Options
    • A. TRUE
    • B. FALSE
    • Discuss
    • 9. Foreign key in DBMS is
    • Discuss
    • 10. Difference between Union and Union all?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment