I am new to AIX and I want to uninstall oracle client in my AIX machine. I don't know where the oracle client installed and how to find the installation location and steps to uninstall the oracle client.
Please help on this
Related
I have managed this in the past on two separate machines. Now one machine has lost the DSNs and I cannot for the life of me add them back.
Uninstalled all MariaDB exes and MariaDB ODBC drivers.
Installed latest MariDB 10.5 and latest 32-bit MariaDB ODBC 3.1 drivers 3.1.9 (26/6/20)
Using ODBCad64 I am informed I am not administrator when I am (but this is not a huge problem, and other answers point to Office causing this).
I want to use 32bit drivers with VFP9 anyway, so usually run ODBCad32.exe as administrator, go to System DSNs and Add...
I can add any of the listed drivers except the MariaDB ODBC 3.1 Driver, which just shows a thinking-about-it cursor for a few seconds, then nothing, rather than the dialogue to choose the data source.
This behaviour occurs on User DSNs as well. On a separate Win10 machine I correctly get the next dialogue "Create a new Data Source to MariaDB" wizard, which I have had in the past on the problem machine. The problem machine will be the production database server, and has worked perfectly in the past, before losing the DSNs.
The other machine is development and bizarrely can still connect to the production machine, even though I uninstalled and reinstalled everything there and haven't setup DSNs there, and cannot see any existing ones. The development machine connects to MariaDB 10.05 (correct, just installed that on the production machine 10 minutes ago) using DRIVER={MariaDB ODBC 3.1 Driver};TCPIP=1;SERVER=;UID=root;PWD=*******;PORT=4306 (there is an existing service on 3306).
So the Driver appears to be working remotely, but I cannot add DSNs to use ODBC locally. What I can do is (locally) send the complete SQL connection string from VFP i.e. a DSN-less connection.
Any ideas much appreciated!
I am working with Essbase installed on a Linux box. I am trying to use SQL and OCI to direct load into my cube. It fails and says that it cannot find libociei.so. Someone suggested that I download and install the Oracle Instant Client on my machine. The catch is that my client machine is windows and Essbase wants a Linux DLL. Why would (and how could) my windows client machine play any role in this? It seems like the Oracle Instant Client needs to be installed on the server where Essbase is. The DLL is a compile on Linux, not Windows! Any thoughts would be appreciated.
Can anyone please help me in configuring Oracle ODBC drivers on RHEL?
I have gone through some websites, but I am unable to sort it out.
Please give some elaborated answers, I am bit new to LINUX.
For now I have installed unixODBC and freeTDS on my linux machine.
I have a database: Oracle SQL Developer 3.2.20.9
an asp.net web application running locally on a pc with Windows 7 enterprise 64 bit, and to developed it I used Visual Studio 2013.
Now I should connect the application with the db so I' m trying to install:
Oracle 10g ODAC and Oracle Developer Tools for Visual Studio .NET
I get this Error:
"Abnormal program termination. an internal error has occured. Please provide the following files to Oracle Support:
Unknown
Unknown
Unknown"
Could I connect the webapp in other ways?
When I go to Server Explorer in Visual Studio and I choose connect to database -> add connection -> Oracle database -> .NET framework Data Provider for Oracle
I get:
"This provider is deprecated and should not be used. Instead, download Oracle Developer Tools for visual Studio for comprehensive integration with Oracle databases."
Oracle supports connections back two versions. You should try installing the ODAC client for 11g as that will connect to a version 10 database and supports windows 7.
Seeing as SQL developer is free why not get the latest version 4.02 here
Be sure to get an ODAC version that matches the bitness of the database, 32 bit or 64 bit. You can check this by logging onto the machine with Run > cmd > sqlplus > connect as your user/your password. If the header that is returned does not say 64 bit then the database is a 32 bit install and you need ODAC to match that.
And seeing as connecting to Oracle is popular question a good troubleshooting routine is
connect from sqlplus on the database
connect with sql developer from your client pc
then try connecting through Visual Studio.
I have installed Weblogic version 10.3.6.0 successfully on my windows system.
When trying to install SOA suite, it fails with the message
INST-07286: Specified Oracle Middleware home location does not have minimum version 10.3.5.0 of weblogic server. If the version is incorrect then configuring with the Weblogic server will fail.
Not sure why this error comes even though weblogic is installed. Please suggest what could be missing.
I have tried setting the Windows environment variable MW_HOME (and restarted the machine) but it does not help.
Weblogic server now comes with Jdeveloper in 11g, so there is no need to install weblogic again. I think using 10.X.X version is causing error, please also check with JDK version you are using. I know I am responding too late, but I think this will help if you still didn't resolve it.