Notifications
Clear all

[Solved] SQLPLUS is not recognized as an internal or external command

1 Posts
1 Users
0 Likes
3,009 Views
0
Topic starter

A developer is bootstrapping an instance and gets the following error messsage:

SQLPLUS is not recognized as an
internal or external command

What is the best way to resolve this error?

1 Answer
0
Topic starter

In this particular case the developer opened their Windows command prompt before installing Oracle.

As a result, the command prompt could not find SQLPLUS.

To resolve this issue:

  1. Make sure that Oracle is installed properly.
  2. Close the command prompt.
  3. Open a new command prompt.
  4. Re-run the bootstrap process. (Alternatively, you can open Ant Dos and run "ant clean build" from the instance folder after installing Oracle.)