1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
652 views
by michael-h-5027 (14.8k points)

1 Answer

0 votes
open a command prompt.

enter something like this:

sqlplus ml/ml@EMR

 

explained:

sqlplus username/password@schema
by michael-h-5027 (14.8k points)
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
...