The oracle tag has no usage guidance.
0
votes
0answers
11 views
Solaris sparc libjvm.so [on hold]
Please find the following error which is appeared on Solaris sparc platform when setting the JDK1.6.0_111 :
(bash-2.03# java -version
dl failure on line 696Error: failed /usr/java1.6_111.32/jdk1.6....
0
votes
0answers
22 views
How do you install Oracle on Linux when you get the error “ORA-27101: shared memory realm does not exist”?
I am installing Oracle 11 on CentOS 7.2. I have installed it before on servers with less RAM.
I get this error:
ORA-01034: ORACLE not available ORA-27101: shared memory realm does
not exist
...
2
votes
1answer
22 views
Install Oracle Java from a mirror in terminal
I can't access Oracle servers for some reason. Is there any way to install Java from a mirror?
I'm using Fedora 24 and I need to install Oracle Java on it.
1
vote
0answers
128 views
Install Oracle Java 8
I'm trying to install Java 8 on a GitLab Runner like this:
apt-get --quiet update --yes
apt-get --quiet upgrade --yes
apt-get --quiet install --yes software-properties-common python-software-...
0
votes
0answers
26 views
file copy succeeds despite empty check
We have a ksh script that is copying files from a NAS directory. These files are generated via an Oracle stored procedure using UTL_FILE.put_line and UTL_FILE.fclose.
The issue is that we have a ...
0
votes
0answers
75 views
How to Uninstall/Downgrade Java on Mac?
I have been following the Oracle documentation instructions to uninstall Java 1.8 from my Mac as it has compatibility issues with Android Studio and I would like to downgrade to Java SE 1.7.
As per ...
0
votes
1answer
30 views
parsing oswiostat
I am looking for a way to parse an iostat file and grab the time and iowait. My files look like this:
Linux OSWbb v7.3.3
zzz ***Wed Jul 20 19:00:08 EDT 2016
avg-cpu: %user %nice %system %iowait %...
0
votes
3answers
146 views
What is Solaris IPS / How does it work?
I have read the docs and PDF's from Oracle on the matter but they were too broad and too much analytic for me to understand.
Could someone provide me an overview (as he/she understands it) of the ...
0
votes
1answer
52 views
How to extract db version from oratab
I have a requirement to extract the database version in order to fulfill a script requirement.
I need to fetch the db details from oratab and its version.
Suppose my entry in oratab as below :
...
0
votes
0answers
41 views
Installing g++ on Oracle Linux Server 7.1 without internet
I have a laptop running Oracle Linux Server 7.1. Trying to make a C++ file and receiving the error:
make[1]: g++: Command not Found
I assume I need to install g++. I've gone through a number of rpm ...
0
votes
2answers
252 views
JDK 1.4.2 - where can I download the source?
I want to install Java JRE 1.4.2 or JDK 1.4.2 on a recent Amazon Linux server. The best option so far seems to install from source. However - where can I download this? I believe 1.4 is still from the ...
0
votes
0answers
56 views
oracle linux 7: network error when starting the virtual machine first time (DHCPDISCOVER on eth0 to 255.255…)
I'm working on virtualization project and I'm trying to set up a new service that needs to set up ifcfg-eth0 where the network configuration is stored for static ip and thus this service must complete ...
0
votes
1answer
84 views
Oracle XE silent config ignores response file…?
I'm trying to configure Oracle XE 11.2 (on Oracle Enterprise Linux 6.6) in "silent mode" via a response file. I'm using the response file provided in the package (Disk1/response/xe.rsp), replacing ...
1
vote
1answer
148 views
ssh tunnel and oracle
On oracle server i can connect clear
sqlplus user/pass@hostremote/SID
If i make a tunnel
ssh -L 1521:localhost:1521 -F -n hostremote -vvv
give me
debug1: Connection to port 1521 forwarding to ...