🎴 Flashcard Mode

Database Fundamentals and Oracle SQL

Card1 / 20
Mastered0
Review0
QuestionClick to flip

You want to use SQL*Plus to connect to the oracle database. Which of the following choices does not indicate a component you must specify when logging into the oracle?

AnswerClick to flip back
A
The database name
💡 Explanation:

When connecting to Oracle via SQLPlus, you must specify the SQLPlus keyword (command), username, and password. The database name is optional if connecting to a default database or using other connection methods. Options A, B, and C are all required components.

Change Mode