logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain how to create users through SQL PLUS.


  • Correct Answer
  • We need to first login to the data base as: SQLPLUS followed by user_name/password Then we need to execute the following query: CREATE USER user_name IDENTIFIED BY abcd; in this query a user_name suggest the user that is created which has a password abcd which is required for login in database 


  • Technology problems


    Search Results


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


    Comments

    There are no comments.

Enter a new Comment