Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
102 views

According to OL-PRODUCT-LIFECYCLE.pdf , Table 2-6, GCC-Toolset 15 is available in application stream of Oracle Linux 8.10 . However, dnf install gcc-toolset-15 fails. It can be reproduced in a docker ...
user31649152's user avatar
0 votes
0 answers
41 views

We have installed and configured EPM 11.2.15 with foundation and FR components successfully. Workpsace url is up and running with 28080 port. Weblogic url with 7001 is also running fine. But having ...
Navdeep Singh's user avatar
0 votes
0 answers
28 views

I have enabled selinux on oracle linux 8.9 system. enitre system is stable and has appropriate contexts for all files and processes but in few scenarios wherever my java code has some system level ...
Ria P's user avatar
  • 1
0 votes
0 answers
39 views

I have a Java application in a Docker Container (Iron Alpine) running on a Oracle Linux 8 host. The service application needs to produce a message with the current time, the NTP Source address, and ...
Kevin K's user avatar
  • 438
0 votes
0 answers
121 views

I want to configure Oracle Linux Virtualization Manager on Oracle Linux 8. OLVM is the UI on top of KVM. From Oracle's blogpost : Both Oracle Linux Virtualization Manager and Oracle Linux can be ...
Bjarte Brandt's user avatar
0 votes
1 answer
145 views

I have set up an Oracle Linux server with Apache httpd and PHP 8.3.12 (running as PHP-FPM). However, the $_SESSION["user"] variable returns null after a page redirection. The PHP application ...
Casper LI's user avatar
  • 4,823
0 votes
1 answer
61 views

I'm relatively new in the world of creating AMIs for AWS in using VirtualBox. As an experiment, I'm trying to create an AMI from Oracle Linux 9.4. I want to be able to let use AWS keypairs in de AMI. ...
Ron's user avatar
  • 104
0 votes
1 answer
60 views

on running my java application (it's a a Sap Commerce 6.x, also knowed as Hybris) I have this error on oracle linux: INFO [localhost-startStop-9] [DefaultRMIRegistryService] Creating Registry on port ...
Ciccio Cappuccio's user avatar
0 votes
1 answer
123 views

I have an instance of WSO2 APIM version 4.2.0 installed on an Oracle Linux 8 server which has 16gb of ram. The problem noticed is that the more time passes, the more the consumption of physical memory ...
hibernate fariala's user avatar
-2 votes
1 answer
93 views

Transferring the files between Oracle DB server to the SCP(Scientific Computing Platform) Server but got the below error. **Unexpected error occurred: ORA-20001: com.jcraft.jsch.JSchException: ...
Ibrahim Basha Imran's user avatar
0 votes
0 answers
294 views

I'm facing an issue with my Oracle Linux; it doesn't show AVX support in the /proc/cpuinfo | grep -i avx output. However, when used with another operating system like CentOS 7, AVX support is detected....
quynh_ngo's user avatar
0 votes
1 answer
225 views

I wrote a shell script to automatically check the status of Oracle Data Guard and send it via mail. If I execute the script manually it works like it should. If I execute the script via a cronjob it ...
Luke's user avatar
  • 31
1 vote
3 answers
4k views

I have a docker-container running MySQL, which is based on the image mysql:8, which is managed by the following docker-compose.yml: version: '3.5' services: db: image: mysql:8 environment: ...
itinance's user avatar
  • 12.5k
0 votes
1 answer
1k views

I need to rebuild patched version of rocksaw library. Here is the source code on Github. On Ubuntu 22 both build process and test program run as expected. The problem occurs on Oracle Linux 8, I got ...
devaskim's user avatar
  • 559
0 votes
2 answers
285 views

Problem We seem to have a replication problem on a remote rpm/yum repo. We replicate http://yum.oracle.com/repo/OracleLinux/ as rpm-oraclelinux-remote and up until 28-03-23 15:29:41 +00:00 it worked ...
Peter Kahn's user avatar
  • 13.2k
1 vote
1 answer
3k views

I am a Windows admin helping one of our Linux admins with a domain join of her OEL 8 box. She's getting the error during Realm join operation of ! Insufficient permissions to join the domain. Full ...
Ronald West II's user avatar
1 vote
1 answer
939 views

I have to package my Node.js app into an RPM, which will be installed on Oracle Linux 8 using dnf from a private registry. My app requires Node.js 16 to work properly. It looks like there are two ways ...
Igor Adamenko's user avatar
1 vote
0 answers
47 views

I have Docker image layer stack that looks like this: My question is why did it add 400+ MBs on the last command alone and why there are two CMD commands ? First CMD command comes from base image and ...
Milica Nikolić's user avatar
1 vote
2 answers
792 views

For the last week I have been trying to get cx_oracle installed and working. I started with an Oracle 19 appliance which is on Oracle Linux 7. I used the official oracle site to install cx_oracle as ...
Steve's user avatar
  • 1,058
0 votes
1 answer
184 views

I wanted to deploy my script that uses module spotipy to oracle linux vm. I'm almost done, however whenever script is used for the first time, spotipy redirects me to URL. And I need to type it in, so ...
HappyLemon's user avatar
1 vote
1 answer
7k views

I'm configuring a new Apache web server on Oracle Linux 9 (comparable with RedHat/CentOS according to Oracle). The version of httpd is 2.4.51 and the version of php is 8.0.13. However, the service ...
jimmymcheung's user avatar
-1 votes
1 answer
155 views

Kindly to make partitions as shown below. Filesystem Size Used Avail Use% Mounted on devtmpfs 12G 0 12G 0% /dev tmpfs ...
Maria628's user avatar
  • 234
0 votes
1 answer
325 views

I installed packer on centos and ran "sudo -E packer version" and the command got stuck until I killed it with ctrl+C However, I don't get this issue with Ubuntu or when running without sudo ...
Garfield's user avatar
0 votes
0 answers
2k views

As background, I'm trying to install psycopg2 on an Oracle Linux 8 server. Attempting to install psycopg2 in a virtual environment (Python 3.9) via python3 -m pip install --user psycopg2 leads to an ...
M. Andersen's user avatar
0 votes
0 answers
1k views

I am trying to unplug by PDB but it is showing the error that I have shown in the image. When I searched in google, this error occurs when we try to plug an unplugged PDB. But what I am trying to do ...
Manish Lama's user avatar