Login
Register
Home
Q&A
Questions
Tags
1.2k
questions
1.4k
answers
361
comments
339
users
Categories
All categories
Send feedback
Sidebar
How do I connect to Oracle via sqlplus
0
votes
652
views
asked
Aug 4, 2014
by
michael-h-5027
(
14.8k
points)
sqlplus
oracle
connection
command
prompt
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
0
votes
open a command prompt.
enter something like this:
sqlplus ml/ml@EMR
explained:
sqlplus username/password@schema
answered
Aug 4, 2014
by
michael-h-5027
(
14.8k
points)
commented
May 20, 2015
by
rich-c-2789
(
17.6k
points)
SQLPLUS can also be launched from a shortcut. In this case when it asks for the user-name remember to specify the schema the user is linked to. Example:
Enter user-name: ml@EMR
Then enter ml as the password when prompted
Please
log in
or
register
to add a comment.
...