Questions tagged [oracle-enterprise-linux]
17 questions
34
votes
6 answers
Java command not found on Linux
In Oracle Enterprise Linux when I type java I am getting
bash: java: command not found
I have installed Java 1.6 and I have the following
sudo update-alternatives --config java
There are 2 programs which provide 'java'.
Selection …

Jacob
- 14,463
- 65
- 207
- 320
12
votes
4 answers
RedHat 6/Oracle Linux 6 is not allowing key authentication via ssh
Keys are properly deployed in ~/.ssh/authorized_keys
Yet ssh keeps on prompting for a password.

Olivier Refalo
- 50,287
- 22
- 91
- 122
4
votes
1 answer
Unauthenticated bind (DN with no password) disallowed
I am trying to configure openldap on OEL 5.7 and I am getting this error:
ldapadd -a -X -w -D 'cn=ldapadmin,dc=oraia,dc=com' -f initialize_ldap.ldif
ldap_bind: DSA is unwilling to perform
ldap_bind: additional info: unauthenticated bind (DN with no…

user3135152
- 43
- 2
- 2
- 5
3
votes
1 answer
High CPU usage by sssd_nss during heavy disk IO
I'm on Oracle Enterprise Linux 7u2 where I perform frequent, heavy maven builds which generate a large number of jars/wars/ears. What I've noticed recently (after some of the meltdown / spectre patches) is very heavy CPU utilization by this…

GregEschbacher
- 116
- 2
- 8
2
votes
2 answers
Installing Firefox on OEL (Oracle Enterprise Linux)
I am trying to install Firefox 59.0.2 on my linux server(OEL). But everytime I try to install firefox with command (yum install firefox) it installs 52.x version.
Could you please help me with the command to install firefox 59.0.2 in Oracle…

Yaswanth
- 483
- 1
- 9
- 25
2
votes
7 answers
Cannot login to Oracle Enterprise Manager Express
I have downloaded Oracle Developer Days Database 12c virtualbox image. I can boot it and access the desktop. When I try to log in to Enterprise Manager (EM) Express using the URL http://127.0.0.1:8888/em I am asked to install Adobe Flash. I install…

jkc
- 142
- 1
- 2
- 13
2
votes
2 answers
Which edition of oracle is installed
We are compiling a code which needs 32 bit oracle db to be installed. So i need to install a oracle 32 bit. We have another machine where 32 bit oracle 11g is installed and we are able to compile Succesfully.
I need to know which edition of oracle…

Vishwanath gowda k
- 1,675
- 24
- 26
1
vote
2 answers
Logstash creating directory too early
I have my logstash instance create a new directory everyday to store its logs. The config file is below. It seems to create a directory (and start using it) in the evening a day early; as opposed to creating it right after midnight (when the date…

fullBackPack
- 13
- 2
1
vote
2 answers
Oracle Enterprise Manager 12c Installation error on Oracle Enterprise Linux 6
I have Oracle Enterprise Linux 6 Update 5 installed as an OS, and installed Oracle Database 12c. Using SQL Developer, I am able to confirm that the Database is working fine. I have even had success connecting to the database from another computer in…

Sol
- 13
- 1
- 4
1
vote
2 answers
Trouble shoot NPM in NodeJS
When i Executed the below command
npm install request
output is :
bash: npm: command not found

Dexter
- 12,172
- 9
- 27
- 30
0
votes
2 answers
Redirection to other directories
My /home directory is having very less memory. But some of my programs which are running in production will create dynamic files in '/home' directory.
The problem is if it reaches to 100% then my program doesn't work. So I have to manually go and…

Yaswanth
- 483
- 1
- 9
- 25
0
votes
1 answer
Oracle 11g Agent Connection to Instance Status Failed
I was installing the Oracle 11g Standard Edition by using below URL :
http://dbaora.com/install-oracle-11g-release-2-11-2-on-centos-linux-7/
After installation is completed all is good I can able to access my DB Console by using my username/password…

user3441151
- 1,880
- 6
- 35
- 79
0
votes
0 answers
unable to build and deploy socket transport for Oracle Service bus in weblogic?
I am following the link https://docs.oracle.com/cd/E23943_01/dev.1111/e15866/example.htm#OSBDV1445 to build and deploy socket transport.
The Issue is that when I am going to run command ant deploy it is giving following error
Buildfile: build.xml…

Junaid Ahmed
- 21
- 7
0
votes
1 answer
trouble shooting bringing up oracle enterprise manager outside its linux vm
I received an VM with Oracle installed (VM Workstation compatible). It is installed on centOS. I can bring up sqldeveloper outside it and select data correctly when the VM is running. What I can't do is figure out how to access enterprise manager.
1…

kishjeff
- 121
- 13
0
votes
1 answer
Oracle EBS 12.1.1 for Windows: Where the log file goed for any event occurs on Oracle EBS
I am looking for the location where all the log file generate when any event like user creation, deletion, Responsibility creation deletion happen. Need to view it for an event when we open an responsibility it throws error saying contact your…

user1258754
- 59
- 1
- 3