Oracle Linux is a Linux distribution derived from Red Hat Enterprise Linux

learn more… | top users | synonyms

0
votes
2answers
16 views

Assigning output of a Dynamic Performance View (v$asm_diskgroup) to a variable in Shell Script

I am trying to assign the output of select name from v$asm_diskgroup; to a variable in Shell . The script is failing because of special character '$' in the table name . Note : While i ...
0
votes
2answers
461 views

Oracle Linux 6 download files?

I want to download Oracle Linux 6 for basic use to install on my laptop to use oracle 11g r2 database since this is one of only few Linux distros which is supported. When I go to the downloads section ...
4
votes
1answer
611 views

Resize / remount /dev/shm not working

I've got a linux box dedicated to playing host to an Oracle server installation. It's got 4Gb RAM and by default, 50% (2Gb) has been allocated to /dev/shm. I want to change this to 3Gb, but I am ...
0
votes
1answer
43 views

Migrate SSHD sftp Logging

currently my messages log file is filling up with Dec 19 08:46:43 XXXXXXXXX sftp-server[32357]: closedir and similar messages - is there a setting that I can move all sftp-server messages off to ...
0
votes
1answer
26 views

Does mysql user exist in MySQL database system

I searched mysql.user table and did not find any user named as mysql. root is the default username. I am curious to know whether mysql user exist or not? If yes, what is the purpose of this user? ...
0
votes
1answer
287 views

How to install and run oracle 12c in oracle linux 6.5?

I was trying to install oracle linux 6.5 from this link. I downloaded the OracleLinux-R6-U5-Server-x86_64-dvd . Now while installing I didn't get any GUI as the link said I would get after test/skip ...
0
votes
1answer
245 views

Installing multiple versions of MySQL on Oracle Linux

I have a Oracle Linux 5 server. I have to install MySQL 5.1 as well as MySQL 5.6. Is it possible to install both version of MySQL on the same machine? If yes, how can I achieve this?
4
votes
0answers
154 views

Restricting access to just CVS and Git commands

At work we have a server which hosts our CVS repository and in order to restrict shell access to this system, I have deployed rssh which has worked well for a number of years. We are now converting ...
2
votes
0answers
1k views

ulimit settings in /etc/security/limits.conf not in effect for users

Oracle Linux 6.6 Goal: user jboss_app should be able to run up to 16384 processes We increased max user processes because a user was running out of processes. Current contents of limits.conf: ...
1
vote
0answers
118 views

Linux Oracle - Random crash CPU Stuck

I have several Linux oracle VMs running under hyper-V. Kernel version is 2.6.32-358.el6.x86_64. Sometimes, the VM stuck, we still can ping it, but we cannot ssh, or through the hyper-v console this ...
1
vote
0answers
956 views

VSFTPD Configuration with Shared folder in Oracle Linux 6.5

I'm trying to configure VSFTPD, for each user to have a PublicFTP directory, since all users are chrooted, but they still need a central FTP dir. I've created this directory in each of the local ...
0
votes
0answers
100 views

sendmail fail to send HTML e-mail on oracle linux

I'm trying to send html formatted mail through sendmail function in oracle enterprise linux. I'm using following script and HTML format to send the mail. Which is working on ubuntu as expected. But on ...
0
votes
0answers
19 views

Could a defunct Oracle backup script cause the database to be unavailable?

I have a backup script running on RHEL 6 backing up my Oracle environment that I found defunct this morning. I don't have any more information on the defunct process yet, but I might tomorrow morning ...
0
votes
0answers
32 views

What are the correct permissions for a non-root user in Red Hat 7?

I imported a pre-made Oracle Developer VM, from Oracle, into VirtualBox and the oracle user (which is not root), can't do anything without using sudo, for the most part. For example, any file I want ...
0
votes
0answers
159 views

ssh: remote port forwarding failed for listen port <privileged>, although root

ssh root@host -R 135:other:135 Warning: remote port forwarding failed for listen port 135 Why? I'm root, nobody's listening on that port, subsequent -L 135:... works: ssh root@host -R ...
0
votes
0answers
277 views

MySQL 5.1.73 in Oracle LINUX : Which is the correct mysql configuration file?

I have installed MySQL 5.1.73 manually by RPM on Oracle LINUX 5. When I searched configuration file - my.cnf I run below command and get list of multiple configuration files. $ locate *.cnf ...
0
votes
0answers
266 views

Oracle Linux R6 Install Error

My Oracle Linux R6 x64 won't install. After normal install it's just blank screen. After basic video driver options install stuck on "Waiting for hardware to initialize...". Tried with different ...