Sidebar

How do I connect to Oracle via sqlplus

0 votes
480 views
asked Aug 4, 2014 by michael-h-5027 (14,350 points)

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,350 points)
commented May 20, 2015 by rich-c-2789 (16,180 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
...