Hi Team, I m new to OCI.
As part of our cloud project, we need DB client, So we downloaded 12c instant client files and installed as part of docker file.
But when we submit any XML file to upload into the corresponding DB we face an issue.
Error:
0 PIN_FLD_POID POID [0] 0.0.0.1 /search/pin 0 0
E Fri Aug 2 06:30:41 2019 pdc-deployment-7f57fdccbb-jgjm4 load_config:3651 PinXslt.cpp:51 2:<machine>:<program>:0:0:0:0:0::::
Failed to create XML context in isXsltExists, error [266]
E Fri Aug 2 06:39:47 2019 pdc-deployment-7f57fdccbb-jgjm4 load_config:3766 PinXslt.cpp:51 2:<machine>:<program>:0:0:0:0:0::::
Failed to create XML context in isXsltExists, error [266]
RPM Files.
echo y | yum install --nogpgcheck oracle-instantclient12*basic-12*.x86_64.rpm && \
echo y | yum install --nogpgcheck oracle-instantclient12*jdbc-12*.x86_64.rpm && \
echo y | yum install --nogpgcheck oracle-instantclient12*sqlplus-12*.x86_64.rpm && \
echo y | yum install --nogpgcheck oracle-instantclient12*devel-12*.x86_64.rpm && \
echo y | yum install --nogpgcheck oracle-instantclient12*odbc-12*.x86_64.rpm && \
echo y | yum install --nogpgcheck oracle-instantclient12*tools-12*.x86_64.rpm && \
echo y | yum install --nogpgcheck oracle-instantclient12*precomp-12*.x86_64.rpm && \
Could someone help me?
Thanks,
Meena.