Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL Plus not runnning on Windows Containers

User_EWK0DSep 9 2021

mcr.microsoft.com/windows/servercore:ltsc2019
mcr.microsoft.com/windows:20H2
Tried to install it using the following files to complete the installation :
instantclient-basiclite-windows.x64-19.12.0.0.0dbru.zip
instantclient-sqlplus-windows.x64-19.12.0.0.0dbru.zip
Tired same for version 12 as well. [Main objective is to get sqlplus 12 working.]
Unzipped the file and added the path in environment variable.
While the same installation works fine on the windows system and the sqlplus command works. But in the container nothing is displayed on the console. It identifies the sqlplus commands but does nothing. The process is not getting started.
Attaching screenshots for the same. [on mcr.microsoft.com/windows/servercore:ltsc2019]
For SQLPLUS 19
Here the PATH is added for the installation. But SQLPLUS command returns nothing. Same output with :
sqlplus -v or sqlplus {logincred}.
130048-windows-sqplpus.png.
For SQLPLUS 12
130080-windows-sqplpus12.png
Systeminfo for the windows docker container.
130112-windows-container-systeminfo.png
Same issue is seen with msi installer method.
Compared all dll files with the ones on the system. msvcr100.dll was missing on the container that was added, but it didn't seem to help.
Can't seem to debug the issue as there are no logs getting generated, no process is created for sqlplus.exe.

This post has been answered by User_H3J7U on Sep 9 2021
Jump to Answer
Comments
Post Details
Added on Sep 9 2021
1 comment
270 views