Skip to content
Advertisement

Tag: oracle

Cx Oracle ‘TNS could not resolve the connect identifier’

I am connecting to an Oracle DB using LDAP and the Python cx_Oracle library. I have proper sqlnet.ora, ldap.ora and tnsnames.ora files. On my Windows machine everything works fine using the 12.1 Oracle client and the following Python code: I have installed the Oracle instant client 12.1 on my Linux machine (Debian) following the zip file installation method advised on

How to pass parameter of oracle sql script file to sqlplus from shell prompt?

Objective: To invoke sqlplus with sql script file path as parameter from shell prompt Scenario: logged in as root and would like to execute the sql script file as oracle Command: Expected: sql commands in createschema.sql are to be executed Actual: getting only sql prompt Also, tried: a) b) whenever sqlerror exit sql.sqlcode; set echo off; set heading off; /tmp/downloads/oracle/instl/script/createschema.sql;

How to connect Azure Web App througt a Hybrid Connection to Oracle Linux

I was looking for the way to connect my Azure Web App using a hybrid connection to my On Premise Database server, Oracle Linux. Any suggestions? greetings. Answer Unfortunately, Hybrid Connection Manager does not Support for Linux. The Hybrid Connections feature requires a relay agent in the network that hosts your Hybrid Connection endpoint. The reply agent (HCM) is not

Can not install Oracle database in Linux 7

I am trying to install Oracle database to Linux machine.I am getting error down below Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<< I run commands down below but it still returns error. What should I do? Linux Version Oracle Db Version 12.2.01 Answer This should do the

OBIEE 12.2.1.2 – Interface customizations

I am facing problems with interface customizations in the latest OBIEE release. Is it possible to “hide” the Mobile, VA and BiPublisher options – marked red in the appendix. (Privileges in Administration and roles in EM are configured – users can not access Mobile, BiPub however the buttons are still visible – OBI 11 did not display them afterwards…) I

Advertisement