Questions tagged [oracle-home]

16 questions
6
votes
4 answers

Issue while installing the weblogic 12 jar at windows

C:\Program Files\weblogic>"C:\Program Files\Java\jdk1.8.0_102\bin\java" -jar fmw_12.2.1.1.0_wls_quick.jar Launcher log file is C:\Users\kb\AppData\Local\Temp\OraInstall2016-10-05_10-23-23PM\launcher2016-10-05_10-23-23PM.log. Extracting the installer…
user6902014
  • 81
  • 1
  • 1
  • 5
3
votes
3 answers

INST:07545:Unexpected error.java.lang.NullPointerException

while installing (oracle fusion middleware 12c infrastructure installation) getting INST:07545:Unexpected error.java.lang.NullPointerException fail to create folder in C:\Oracle\Middleware\Oracle_Home
Dhiraj
  • 31
  • 1
  • 3
2
votes
1 answer

DLL file load failed For Cx_oracle

I'm using Python 3.1.2. I've downloaded cx_Oracle (Windows x86 Installer (Oracle 10g, Python 3.1)). I'm using Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64-bit. I'm trying to access a remote Oracle server. I haven't installed any…
G_skya
  • 21
  • 2
2
votes
3 answers

How to determine ORACLE_HOME from PL/SQL?

Is it possible to determine where Oracle is installed using pure PL/SQL? Use case: In order to call an external C library, I need to know its exact path (for the create library call). My DLL will reside in Oracle's BIN directory, but I can't…
Jens Bannmann
  • 4,845
  • 5
  • 49
  • 76
1
vote
2 answers

how to put multiple oracle_home for different oracle products

I am working on Oracle fmw and Oracle database. both are installed in different directory. but as of now i need to put ORACLE_HOME of their installed location. please suggest me how to put 2 different locations in one environment variable.
1
vote
1 answer

ODP.NET and OLEDB with Multiple Oracle Homes

For legacy reasons, our .NET 4.0 application currently uses both the Oracle OLEDB and ODP.NET providers to connect to an Oracle instance. We have standardized on the 11.2.0.3.0 Oracle client. Both data providers work as expected when one Oracle…
Andrew M
  • 21
  • 2
1
vote
1 answer

Repoint legacy app to new oracle home hierarchy

I am working on 2 virtual machines to test legacy application functionality on new platforms, with an OS & DB upgrade. The application that is being tested on the new client (Win7Prox64) was written in VB6. (It's pretty old!) When the application…
GrumP
  • 1,183
  • 6
  • 19
  • 43
1
vote
2 answers

Oracle Home for Visual Studio

Okay. Forgive me, but I'm going to vent a little here. Visual Studio doesn't recognize my TNSnames for oracle so I can't connect to my database. I believe the problem is that I have multiple homes on my machine, one for me (In…
Matthew
1
vote
3 answers

Install Oracle DB on Linux

I'm trying to install Oracle DB on Linux. This is my first attempt, so don't judge me too hard. I've run into a problem when creating a DB via DBCA: Error starting Database Control. Please execute the following command(s). 1) Set the environment…
Artsiom
  • 99
  • 3
  • 11
0
votes
0 answers

I have installed Oracle Jdeveloper 12c and set the Oracle_Home to its bin directory while the same time I also need Oracle Database to be installed

I have set Oracle_home for Jdeveloper bin directory. I also need Oracle database to be installed by which I need to set Oracle_Home to its also. I am getting error error with Oracle database installation bcuz I have two Oracle_Home. Please help me…
0
votes
1 answer

Oracle not available error

After a long struggle of installing any Oracle XE on my windows XP I gave up and decided to create my database manually. The setup file provided by Oracle skips fast the Creation of Database services phase and completes. But OracleXEService does not…
Mikayil Abdullayev
  • 12,117
  • 26
  • 122
  • 206
0
votes
1 answer

ORACLE_HOME environment variable causing confusion between Oracle Database and Oracle OC4J

I'm having some Oracle trouble ... I installed Oracle 11g Express Edition to here: C:\oraclexe\app\oracle\product\11.2.0\server .. so that there are folders such…
Ahmad
  • 12,886
  • 30
  • 93
  • 146
0
votes
1 answer

How to set oracle_home in linux with ansible playbook

Am trying to set oracle_home by using below --- - name: setting up the ORACLE_HOME hosts: localhost become: yes environment: ORACLE_BASE: "/u01/app/oracle/" ORACLE_HOME: $ORACLE_BASE/product/12.1.0.2/cl_100 PATH:…
0
votes
1 answer

Run Oracle XE 18c on Windows: Oracle Home User or pre-existing domain user instead of local virtual account?

For commercial versions of Oracle 12c it is possible to appoint an existing Windows domain account to run Oracle Windows services - 'Oracle Home User'. But for Oracle XE 18c we have no such option during installation on Windows. May be some…
Osten
  • 11
  • 1
  • 5
0
votes
2 answers

Oracle Home issue while installing OBIEE 12C

I've trouble to installing Oracle Business Intelligence at setting Oracle Home path, and the error is as below: enter image description here Also i tried to change the path in different directory ,and the error changed as below : enter image…
Arash
  • 29
  • 7
1
2