General :: User For Oracle,tried To Install Oracle 10g On Redhat 5 But Gettinh The Same Error Message?
Nov 27, 2010
I'm a new user for oracle,tried to install oracle 10g on redhat linux 5 but gettinh the same error message.response/ runInstaller[oracle2@localhost database_10201]$ sh runInstaller _runInstaller: line 54:/tmp/database_10201/install/.oui: Permission denied_Doany one plz help me how to give full set of permisions to an user in linux to access a folder??
View 2 Replies
ADVERTISEMENT
Aug 11, 2011
i want install oracle 10g to redhat 5 i want to change bash_profile.but I can't find it when I looked to the /home/oracle/..
View 2 Replies
View Related
Oct 28, 2010
Ihave installed Redhat Enterprises linux now i want to install Oracle 10g database in linux.But idont know the steps.
View 13 Replies
View Related
Jul 15, 2011
how to install linux redhat and oracle 11g in sun virtualbox?. That thing is giving me a lot of headache.
View 2 Replies
View Related
Oct 15, 2010
I need to know how to install oracle 10g on fedora 12. Is it similar to the installation on redhat 5.2 because I have installed it before on rhel5.
View 1 Replies
View Related
Jan 21, 2011
am trying to install oracle 10g on my redhat 5.9 which is on vmware 7.0. I follow an installation guide from oracle which instructed me to install some package to enable oracle installation when run ./runInstaller and to install oracle it later tell me gcc-3.2 package is missing when checking for package requirements for oracle I down loaded the gcc-3.2. rpm package and tried to install it this is what happens
[Code]....
View 2 Replies
View Related
Mar 4, 2011
I am wanting to purchase a desktop or workstation to run Oracle 11g and E-Business suite -- Does Dell have Redhat OS and will a desktop or workstation be the best setup
View 2 Replies
View Related
Feb 28, 2010
I am using redhat linux 5. I am trying to install oracle 10g of linux version. When I click setup.exe from first CD. It says 'couldn't display /media/mydisc/setup.exe".
View 3 Replies
View Related
Jun 9, 2011
We have a Oracle 11.2 database running on Red Hat 5.5. The database have a scheduled job to fetch some files from another server using ftp, and herein lies the problem.he job runs a pl/sql that runs the function in an (by us compiled) external libraryThe ftp-functionality itself is done by using libncftp and it's API's.The process starts correctly, but then trying to login to the actual ftp host, ncftp only reports "Unknown username/password" (which is not the case).I have the exact same code in an executable and when run from an interactive shell, it works fine.So the only thing I can come up with, is there are differences when the process is started by Oracle, rather then being ordinary" process.And I am stuck.If there are any environment variables, paths etc missing when running the extproc-process, how do I find out which?Because the real problem is NOT wrong user or password.
View 8 Replies
View Related
Jul 24, 2011
I've AMD64 system with Ubuntu 11.04 installed. It's been rough ride for me to install oracle-xe-universal. I've already spent more than 2 days on this. Still unsuccessful.
1) First I downloaded the packages libaio_0.3.104-1_i386.deb and oracle-xe-universal_10.2.0.1-1.1_i386.deb
2) Then I ran
sudo apt-get install bc (ran fine)
sudo dpkg -i --force-architecture libaio_0.3.104-1_i386.deb (ran fine)
sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb
(gave me dependency error for libc6 (>= 2.3.2), I modified the control file to remove dependency and rebuilt the package) (now worked fine) Oracle xe is now installed. Then I tried to start the DB it started but it's HTTP client never started. So I decided to uninstall the oracle-xe=universal. None of the sudo apt-get remove oracle-xe-universal command's didn't worked for me. So i went for manual uninstallation directions as per oracle link.
I ran the following command-
--Manually uninstalling Oracle 10g--
sudo rm -rf /usr/lib/oracle /etc/oratab /etc/init.d/oracle-xe /etc/sysconfig/oracle-xe /usr/share/doc/oracle_xe /usr/share/doc/oracle_xe_client
Then I again ran the following command to install oracle-xe
sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.0_i386.deb
See below what I got as the output-
rocky@ubuntu:~/git/mygit/edas2/libaio$ sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb
dpkg: warning: overriding problem because --force enabled:
package architecture (i386) does not match system (amd64)
[code]....
Even in applications menu I don't see the if oracle has been installed. So i conclude first time installation was ok but somehow http client didn't worked. After manual uninstallation, second installation didn't even loaded/installed the oracle-xe in init.d directory.
View 1 Replies
View Related
Jan 15, 2011
am having trouble installing oracle 10g on my vmware's 7.0 redhat linux 5.9 on my dell latitude D520 notebook i have configurared my kernel parameters and followed procedure as instructed on oracle's installation docs but when i run the ./runInstaller i get this error sms.
[oracle@localhost database]$./runInstaller
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
[Code]...
View 2 Replies
View Related
Dec 9, 2010
I need to provide sudo access to Oracle User, run only this particular "SRVCTL" command.
Do I need to edit "sudoers" file .if so where do I need to add these two lines in sudoers file.
1. apps/opt/grid/bin/srvctl
2. /apps/opt/oracle/product/11.2.0/db_1/bin/srvctl
View 2 Replies
View Related
Jan 13, 2011
I have installed Redhat Enterprise Linux Server 5 on my laptop. I want to install Oracle 10g database on RHEL5 server. I want to know whether any additional rpm's need to install before installing the Oracle 10g.
View 1 Replies
View Related
Apr 17, 2010
I have dell inspiron 1525.I installed Redhat linux 5.2 and then Oralce 10g R2.I can not start Oracle enterprise manager(EM) on redhat.Except EM oracle is working properly.Why is so ?
View 2 Replies
View Related
Sep 5, 2010
I am new to Linux.
Currently I am installing oracle 10g release 2 with Red hat Linux 4.
I am getting the following error.
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/home/oracle/oracle_10.2/network/lib/ins_net_client.mk'.
In forum I saw this kind of post and I did all the steps, then also getting the error.
View 3 Replies
View Related
May 21, 2010
We have a new test trigger that fires on an insert to a table. If the person has a personal email address on file, we want to send the notice to this email address. The trigger works fine if we send the email to an internal email account inside the firewall, but when we try to direct the message to an outside email account it fails. We are running Oracle 10.2.0.4.
We have tried to identify the mail server and port and allow messages from the Linux server (RHEL 4.2 x86-64), but we must be missing something. What steps are needed to accomplish this on Exchange 2003?
View 2 Replies
View Related
Sep 26, 2010
I have a written a test script which retrieves the status of active and inactive sessions from oracle DB, but i am receiving error while executing.My script is
Code:
filepath="/home/ocsg/scripts/db_session_report/current_session_report.txt"
INACTIVE_SESSIONS=`/home/ocsg/client10g/bin/sqlplus -s abc/abc@'(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=
[code]....
View 2 Replies
View Related
May 16, 2011
i need to deploy oracle packaged thorugh unix instead of using SQLplus where in you can directly type the commands.
View 4 Replies
View Related
Mar 31, 2010
I tried to install oracle 11r2 in red hat el5. [root@perf Downloads]# uname -a Linux perf.com 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:21 EST 2007 i686 i686 i386 GNU/Linux
some of the prerequisite patches are not updated
Current Requirements
gcc-4.1.1-52.el5 gcc-4.1.2
libgomp-4.1.1-52.el5 libgomp-4.1.2
glibc-2.5-12 glibc-2.5-24
[Code].....
we need the following files,where can i download it?
I serached in net.but there is no use.most of them related to fedora core
View 5 Replies
View Related
Mar 23, 2011
I have a dedicated PC with Debian Linux and now wish to install Oracle 11gR2. All the required changes and settings were made as per Oracle Pre-Install.
When I start the installer it errors out almost immediately due to a display problem as it it verifying if the display can accommodate 256 colours. The /etc/hosts file has a setting: 127.0.0.1 localhost so I set the DISPLAY=localhost:0.0
But it fails, why?
View 3 Replies
View Related
Apr 2, 2010
How to install the oracle software from windows xp to linux by ssh. what are the requirement for that?
View 1 Replies
View Related
Feb 3, 2010
Startx by non-root user account in red hat linux kernel 2.6. How can I use the command "startx" by other user account such as "oracle"? I cannot startx by user account oracle?
Code:
[oracle@localhost ~]$ startx
Fatal server error:
PAM authentication failed, cannot start X server.
Perhaps you do not have console ownership?
Please consult the The X.Org Foundation support at [URL] for help.
[1]+ Stopped startx
[oracle@localhost ~]$
View 1 Replies
View Related
Mar 5, 2010
I have oracle installed on Linux I want to schedule a script "backup.sh" to run in oracle user.
oracle@linux1]crontab -e
*/2 * * * * /tmp/backup.sh
this script does not execute by cron.
But
oracle@linux1 tmp] ./backup.sh ------executes successfully
I don't know why the script is not being executed by cron.
View 1 Replies
View Related
Mar 5, 2010
i have oracle installed on Linux i want to schedule a script "backup.sh" to run in oracle user.
oracle@linux1]crontab -e
*/2 * * * * /tmp/backup.sh
this script does not execute by cron.
BUT
oracle@linux1 tmp] ./backup.sh ------executes successfully
I dont know why the script is not being executed by cron
View 5 Replies
View Related
Dec 16, 2009
I upgraded to fedora 12 today from fedora 11. I had oracle-xe 10g running on my system perfectly fine when I was running fedora 11. now , after the upgrade, i cannot login to sql.it gives the following error
Code:
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Dec 16 12:45:25 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
I have checked listener.ora and tnsnames.ora. they both are unchanged.
[Code]...
View 14 Replies
View Related
Oct 11, 2010
I was notified by the updater that VirtualBox-3.2-3.2.10_66523_fedora12-1 (x86_64) was available to install. So I clicked [Install Update] and got the following Transaction error:The GPG keys listed for the "Fedora 12 - x86_64 - VirtualBox" repository are already installed but they are not correct for this package.Check that the correct key URLs are configured for this repository.
View 2 Replies
View Related
Sep 6, 2010
Currently I am installing oracle 10g release 2 with Red hat Linux 4.I am getting the following error.
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/home/oracle/oracle_10.2/network/lib/ins_net_client.mk'. In forum I saw this kind of post and I did all the steps, then also getting the error.
View 1 Replies
View Related
Feb 18, 2010
i am facing problem in installing oracle 10g R2 on rhel4 x86. following error is throwing while installation:-java.io.FileNotFoundException: /tmp/OraInstall2010-02-19_10-21-06AM/oui/instImages/images.properties (No such file or directory)
[code]....
View 2 Replies
View Related
Oct 12, 2010
I've just installed the Oracle Instant client using this: https://help.ubuntu.com/community/PHPOracle
The phpinfo() show me that oci8 is enable, but when I try to query that database I've got the following message:
PHP Code:
Code:
How to troubleshoot.
View 2 Replies
View Related
Mar 13, 2011
I would like to use emerald on oracle linux 5. I prefer this forum so I migrated to here! In fact, I already managed to import some themes in emerald, and to apply them, but after a reboot there was an error message (I don't remember it but I can retry to boot if you want), and my new emerald theme was not loaded, instead I had the default one, and when I launched emerald I wasn't able to import a new theme, there was no theme in the emerald window. so I tried to import one with the file manager by clicking on the "import" button, but in my home folder (/home/olivier) I had ... nothing : no file, no directory, yet there are still on the disk, I verified.
this seems an error of rights, but I don't know what to do. I must also specify that I have not already put "fusion-icon" in the list of the applications to launch at the startup, so I have to launch it after the boot (and it's what I did after the boot I spoke about above. I don't remember if I launched fusion-icon as "root" or "olivier"...
View 2 Replies
View Related