Trợ giúp

Xin chào!

Cộng đồng này dành cho các chuyên gia và những người đam mê các sản phẩm và dịch vụ của chúng tôi.
Chia sẻ và thảo luận về nội dung tốt nhất và ý tưởng tiếp thị mới, xây dựng hồ sơ chuyên nghiệp của bạn và trở thành một nhà tiếp thị tốt hơn cùng nhau.

0

'sqlplus' is not recognized as an internal or external command,

Ảnh đại diện
Admin

C:\Users\Administrator>sqlplus

'sqlplus' is not recognized as an internal or external command,
operable program or batch file.

Windows Server 2016 Datacenter

Ảnh đại diện
Huỷ bỏ
1 Trả lời
0
Ảnh đại diện
Admin
Best Answer

1. Check the PATH variable. Make sure your ORACLE_HOME\bin is correctly there. Also check your ORACLE_HOME.
How to check that, simply type on a cmd:

echo %PATH%
echo %ORACLE_HOME%

2. then setup:

set PATH=D:\oracle\home\bin;%PATH%

or directly edit Environment Variables, added below command at path:

D:\oracle\home\bin

3. Restart Server

4.  Re-check, okay

C:\Users\Administrator>sqlplus

SQL*Plus: Release 19.0.0.0.0 - Production on Fri May 6 19:03:21 2022
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle. All rights reserved.
Enter user-name:




Ảnh đại diện
Huỷ bỏ