Skip to main content

Questions tagged [oracle]

Filter by
Sorted by
Tagged with
0 votes
0 answers
29 views

I made a Compute Instance with Oracle Cloud because I'm trying to run a python code 24/0. I have tried connecting to it all day with no results. Here's what went off in the PowerShell:PS C:\Users\...
Jakab Matyi's user avatar
0 votes
0 answers
125 views

I am trying to create a simple 200 M new qcow2 with just the grub2 BIOS mode installed in it. My objective is to get to the grub prompt or grub rescue prompt when i load the said qcow2 image in public ...
Goutham P's user avatar
0 votes
0 answers
547 views

I have an Oracle Linux server that was originally installed at OEL7. Recently, it was upgraded to OEL 8. The repos are hosted on a Red Hat Satellite server. Other OEL hosts are not presenting this ...
Michael Luevane's user avatar
1 vote
0 answers
114 views

Hello i tried to install Solaris on virtualbox but after i choose instalation method in grub it is stuck at this I dont know how to fix it. Can someone help me? Thanks
Crazegi Contact's user avatar
0 votes
1 answer
233 views

I have this setup in Oracle Cloud Infrastructure ... I have two networks .. Network 1: internal cidr: 192.168.1.0/24 public IP: 10.0.0.1 Network 2: internal cidr: 192.168.2.0/24 public IP: 10.0.0.2 ...
Mr.P's user avatar
  • 101
0 votes
1 answer
259 views

I'm using a free-tier Oracle VPS running Ubuntu and it seems like booting no longer works. I don't have physical access to the machine so I can't really try out solutions that ask for a reboot while ...
Ishan Goel's user avatar
0 votes
0 answers
1k views

I am using Rocky Linux 8.7 on 64-bit I am configuring and trying to start a BIND domain as follows: [root@dbwr1 ~]# ls -l /var/named/localdomain.zone -rw-r-----. 1 root named 506 May 14 19:29 /var/...
Rich007's user avatar
1 vote
1 answer
180 views

I was wondering if anyone else has come across this issue with Solaris 7 and Oracle Database 7, I set the permissions of the folder as such chown -R oracle:dba /opt/oracle but when trying to install ...
Wpgn's user avatar
  • 13
0 votes
1 answer
2k views

I'm stuck with a problem when I try to install a local .rpm packages. Error message: Total size: 124 M Installed size: 124 M Is this ok [y/d/N]: y Downloading packages: Running transaction check ...
N. J's user avatar
  • 197
0 votes
1 answer
4k views

I'm tryin to install oracle 19c on oracle linux 7.6, I'm required to install oracle 19c preinstall , knowing that this is a fresh install I don't understand why i'm getting these errors : yum -y ...
Mohamed Douzi's user avatar
0 votes
0 answers
274 views

Context: Trying to install Oracle WebLogic Infrastructure 12.2.1.4.0 on Oracle Linux 8.5. JDK 7 & JDK 8 are installed. Issue:
Axel's user avatar
  • 1
0 votes
1 answer
215 views

I own a HP Proliant DL380 Rack Server. I would like to use it as a hypervisor for a production environment. I was thiking of installing CentOS with KVM on it, but unfortunately CentOS is not realiable ...
Adrián's user avatar
  • 31
0 votes
1 answer
208 views

There are 1 million directories and some files in directories (.pdf, .csv etc.) under the path I have specified below: /data/upl/repo/exp/ I want all files and folders older than 1 year to be deleted,...
jrdba123's user avatar
3 votes
2 answers
4k views

Problem: Traffic not making it from "client" to "server" and back. Configs: "server": [Interface] Address = 10.8.0.1/24 ListenPort = 51820 PrivateKey = [redacted] PostUp ...
stinkfoot's user avatar
0 votes
1 answer
947 views

I am on an Amazon EC2 server running RHEL. The version is: NAME="Red Hat Enterprise Linux" VERSION="8.3 (Ootpa)" I am trying to install Ora2pg (it is based on Perl). But I'm ...
J86's user avatar
  • 413
0 votes
1 answer
82 views

How to pass Linux variable in Oracle code? I need to pass it in below format and it should not ask for "enter a value for 1:" Please advise. mount='/u08/dbname/' sqlplus -s "/ as sysdba&...
Divya's user avatar
  • 1
0 votes
1 answer
4k views

this is my virtual box installation dir. C:\Program Files\Oracle\VirtualBox and this one is where my image (linux.vdi) is located. C:\Users\hmkhitaryan\dev\vm\linux Now I want to add disc size to my ...
Hayk  Mkhitaryan's user avatar
0 votes
1 answer
131 views

I have been trying to switch from oracle AMM to ASMM huge pages. I have done the following changes on RHEL 6 Added following entry in /etc/sysctl.conf ( as suggested by hugepages_setting.sh ) ...
Prem's user avatar
  • 243
0 votes
1 answer
538 views

I have a file named diario.sh that I run manually using ./diario.sh The script file contains the following: #!/bin/bash cd /home/etapa/Scripts echo "@CDRS_ETAPATOTAL.sql" | sqlplus -s ...
Roberto Vélez's user avatar
1 vote
1 answer
2k views

I'm trying to insert records into a column in Oracle where the values are passed from a shell variable. The variable itself stores pattern generated from a list of files. This pattern is generated on ...
AntiNational's user avatar
0 votes
1 answer
647 views

Trying to invoke a sql file from unix shells script. ExecuteSql1.sh #!/bin/sh ## steps to get the connection and form it. result=`sqlplus -S ${connectURL} << EOF SET PAGES 0 lines 800 @ /sql/...
Tim's user avatar
  • 113
0 votes
0 answers
298 views

In shell script, I used 2 different SQL query & output of these 2 files in HTML format like (eg- ab.html, cd.html). Before DML operation 1 SQL query will run then after DML operation another query ...
user8487380's user avatar
1 vote
2 answers
4k views

I'm trying to deploy a page called 'Create' on my Redhat 7 linux web server using Apache. When I try to reach my page, I get the following error message from my error log: [cgi:error] [pid 23367:tid ...
casper1111's user avatar
1 vote
1 answer
7k views

Can we connect to oracle database using python in linux without "cx_Oracle" library. We have a restriction of installing "Oracle Instant client which is mandatory required for cx_oracle library" . We ...
Arya's user avatar
  • 336
0 votes
1 answer
738 views

I have a shell script which executes a pl/sql block, I'm printing output to output file but it's not keeping old information and not displaying time and date when the script was executed. My script ...
james k's user avatar