logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Could you explain the areas where tuning of database is required?


  • Correct Answer
  • The following are the areas of concern for tuning: - Memory Usage - Data Storage - Data Manipulation - Physical Storage - Logic Storage - Network Traffic Tuning Memory Usage: In Oracle 10g, we can use the Automatic Workload Repository (AWR) toolset to gather and manage statistical data but in case of Oracle 11g, we can use new initialization parameters such as MEMORY_TARGET to further control the overall memory used by Oracle It helps us to tune the database automatically when we don?t have time to read the AWR report Tuning Data Manipulation: There are two ways to tune Data manipulation in Oracle one way is through Conventional Path mode and second is Direct Path mode Tuning Physical Storage: We need to tune the physical storage because it limits the disk in database This can be done by: Distributing I/O, Striping and Mirroring 


  • Technology problems


    Search Results


    • 1. Explain how to create users through SQL PLUS.
    • Discuss
    • 2. What is an Index? Explain how to create an Index.
    • Discuss
    • 3. What does cache and no cache options mean while creating a sequence?
    • Discuss
    • 4. Define PL/SQL sequences and write syntax for a sequence
    • Discuss
    • 5. What is a PL/SQL package? what are its Advantages ?
    • Discuss
    • 6. Oracle Server supports two different forms of replication: Basic and Advanced replication. Explain difference between these.
    • Discuss
    • 7. What is the Oracle HTTP Server? How does it work?
    • Discuss
    • 8. Explain how to start and stop the Oracle HTTP Server.
    • Discuss
    • 9. What is ODBC SQLPASSTHROUGH option?
    • Discuss
    • 10. What is personal oracle lite?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment