logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What does cache and no cache options mean while creating a sequence?


  • Correct Answer
  • The CACHE option means how many sequences will be stored in memory for access by the application objects The performance is faster However in case of the database is down the data is memory is lost for the sequence The NO CACHE option means values are not stored in memory So there might be some performance issue 


  • Technology problems


    Search Results


    • 1. Define PL/SQL sequences and write syntax for a sequence
    • Discuss
    • 2. What is a PL/SQL package? what are its Advantages ?
    • Discuss
    • 3. Explain how PL/SQL exceptions are raised.
    • Discuss
    • 4. Explain some of the commonly used Predefined PL/SQL Exceptions.
    • Discuss
    • 5. Define cursor attributes: %FOUND, %NOTFOUND, %ROWCOUNT, and %ISOPEN
    • Discuss
    • 6. What is an Index? Explain how to create an Index.
    • Discuss
    • 7. Explain how to create users through SQL PLUS.
    • Discuss
    • 8. Could you explain the areas where tuning of database is required?
    • Discuss
    • 9. Oracle Server supports two different forms of replication: Basic and Advanced replication. Explain difference between these.
    • Discuss
    • 10. What is the Oracle HTTP Server? How does it work?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment