Ubuntu :: /etc/init.d/oracle-xe Is Missing?

Jul 24, 2011

I installed oracle xe second time on ubuntu, this time it did not created following script

/etc/init.d/oracle-xe

what I am missing?

View 2 Replies


ADVERTISEMENT

Ubuntu :: Installing Oracle - /etc/init.d/oracle-xe Configure Command Missing?

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

Software :: Install Oracle 10g On Redhat 5.9 - Gcc-3.2 Package Is Missing

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

Ubuntu :: Missing /etc/init.d/ssh After Compiling Openssh?

Jul 1, 2010

I had to compile openssh so I could have a version with the HPN-SSH patch applied. The compile seems to have gone fine, but oddly enough I have now have no ssh script in my /etc/init.d directory. So I have no easy way of automatically starting openssh-server.Here are the configure options I used when compiling openssh:

Code:
./configure --prefix=/usr --sysconfdir=/etc/ssh --with-pam

View 1 Replies View Related

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 View Related

Ubuntu :: Computer Seemed To Be Frozen - Reboot - No Init Found. Try Passing Init - Bootarg"

Jan 1, 2011

I've been dual booting 10.10 with Windows7 for about a month. Today is the first time I've encountered a serious problem.

This morning, nothing functioned properly after trying to open several programs. The computer seemed to be "frozen", although the mouse was working fine.

I decided to reboot, but then encountered an even bigger problem.

It failed to boot and got this message: no init found. try passing init= bootarg

The problem now is that it requires a Live CD session and I keep getting this: GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0)

In case it matters, I didn't install 10.10 from an ISO, I just upgraded from 10.04.

View 2 Replies View Related

Ubuntu :: Error - No Init Found - Try Passing Init=bootarg

Jan 20, 2010

Ubuntu 9.10 will not boot! System froze this morning, I restarted and it is now failing to boot. Starts loading grub and I get this message:

mount: mounting /dev/disk/by-uuid/04aa3697-7bc0-45b5-b86a-77a1e6534bd5 on /root failed: invalid argument
mount: mounting /sys on /root/sys failed: no such file or directory
mount: mounting /dev on /root/sys failed: no such file or directory

[code]....

I booted with 9.04 LiveCD discovered the drive could not be mounted-ran fsck -ln and it told me the drive has no valid partition table. I have had intermittent problems mounting flash drives before this, so I'm kind of worried it might be a hardware issue.Also have files on that drive I would rather not lose, so reinstalling is hopefully a last resort.

View 9 Replies View Related

Server :: Diffrence /etc/init.d And /etc/init.d/rc.d Scripts?

Jul 29, 2010

me the difference between /etc/init.d scripts and /etc/init.d/rc?.d scripts.

View 3 Replies View Related

Ubuntu :: Wont Boot - "no Init Found. Try Passing Init=bootarg"

Jan 31, 2011

While I was using my computer a few days ago, the terminal stopped working properly, so I tried to reboot, and when it started up again it wouldn't boot and said "no init found. try passing init=bootarg"

This has happened twice before, so I really need to figure out what keeps happening, otherwise I can't continue to use linux. i reinstalled both times before. i think that this is caused by a process that prevents me from using the hard drive, because when I try to check the disk in the terminal or in gparted, it says Device or resource busy while trying to open /dev/sda1. Filesystem mounted or opened exclusively by another program?

Also, in the disk utility, in the lower right corner of the filesystem it has a spinning "loading wheel".(i'm not sure if that means anything)

I am using ubuntu 10.10, but am not sure what kernel I am using, but i tried a few different kernel options(there's three of them at start up). safe mode does not work either.

View 3 Replies View Related

Programming :: Init Scripts In /etc/init.d?

Sep 17, 2010

I have written an init script and placed it in /etc/init.d/ directory.What I would like to know is, will the script run automatically or we need to install the script using "install_initd" command.If I have to invoke this command manullay, what will be the best place to do this ? Can I add this to "/etc/init.d/rcS" file

View 6 Replies View Related

Debian :: INIT : Cannot Execute /etc/init.d/rc?

May 7, 2011

I'm trying to boot Emdebian lenny on my compact flash and it shows the following errors during boot time :

Code:
Mounting local filesystems ... done .
/etc/rc.d/S35mountall.sh : line 45 : uname : command not found .

[code]...

View 3 Replies View Related

Software :: Stuck In Init 3 Although Indicates Its Init 5?

Mar 17, 2011

openSUSE 10.3 on Itronix IX260+ Stuck on command line, init 3, and all attempts at graphic init 5 fail. Get these messages:(EE) No devices detected; Fatal screen error: no screens found; AIGLX disabled Primary Device is PCI 01:00:0kernel:device-mapper:multipath round-robin:version 1.0.0 loaderkernel:device-mapper:table:253:0:multipath: error getting device
kernel:device-mapper:ioctl: error adding target to tableProblem would seem to be with the device-mapper, but have no idea how to fix it.

View 3 Replies View Related

General :: Kernel Panic - Not Syncing - No Init Found - Try Passing Init - Option To Kernel

Apr 19, 2011

Im am building a Linux distro. It will be very tiny and fast.

I only have a minimal linuxkernel (bzImage) who is 1,2 mb big. And then I have Busybox who is 174,6 kb big.

The commands in busybox is: cd, ls, mkdir, rmdir, wget, httpd, clear, rm, poweroff, halt, reboot, fdisk, mount, umount, free, and cp.

When I compiled the kernel i use initramfs/initrd function and point it to a folder where initrd/initramfs source is.

The kernel works OK with others initramfs/initrd files. But not with my own.

Quote:

Here is how the end of the kernelcomplie look like.

Quote:

Here is my init file who is the initrd/initramfs source.

Quote:

The initramfs folder contains "bin" (folder) and "init" a file. No more.

The problem is that the kernel cannot find/read init file.

View 4 Replies View Related

Ubuntu :: Panel Missing In11.04 - Most Of My Effects Were Missing

Apr 30, 2011

I just installed ubuntu 11.04 last night. I noticed most of my effects were missing so I tried to put them back on. This didn't work so I disabled the effects. Then, my panel at the top and the Launcher is missing. .How do I get these back?

View 6 Replies View Related

Ubuntu :: Oracle Installation In 10.04 LTS

Jun 2, 2010

I am in process of installation of Oracle 11gR2 on fresh installed Ubuntu 10.04. I don't know whether it is right place to ask this question here or not; even I have asked this question in oracle forum [URL]; I am asking here too. Oracle people says that its OS level library access issue and/or installer is not able to get the right file to proceed further.

View 1 Replies View Related

Ubuntu :: Got Rid Of Vmware / Oracle VM?

Jul 12, 2010

I installed Vmware the other day on my laptop, ran fine, installed a couple of programs. Now, a few days later, booted it up tried to find Vmware, but its not there in the menu. Oracle VM Virtualbox is installed (was installed before vmware, but had problems with getting files over to it), has that somehow got rid of vmware? If so, how do i get rid of Oracle VM?

View 4 Replies View Related

Ubuntu :: Install Oracle 10g In 9.10?

Feb 15, 2011

i want to install oracle 10g in my ubuntu 9.10.

View 5 Replies View Related

Ubuntu :: How To Run An Oracle App Through A Network

Mar 31, 2011

This one is a little difficult

I have installed:
- Wine (configured correctly)
- Oracle (using wine)

Now that I have the application installed I need to run an exe file, in order for the software to run correctly it need to authenticate through a Windows Network. It is a sales application.

In windows the solution would be to right click on the exe file and type the route for the application to authenticate On another system that is running windows the path is like this: C:orantBINifrun60.exe S:mnufmer0000.fmx @orcl

On the path above S will be the server, the way that I see it on Ubuntu is by the IP 192.168.10.9, it is mounted and visible from the Ubuntu box.
I have placed a shortcut on my Desktop (Ubuntu) of the ifrun60.exe now what I need is that everytime I click on that shortcut (ifrun60.exe) to link the fmer0000.fmx over the network and run on Firefox, at the end the app will run as html.

View 1 Replies View Related

Ubuntu :: Install Oracle's SQL Developer?

Jul 21, 2010

just got a quick question: I need to install Oracle's SQL Developer since I need to use the program for a database unit at Uni. Anyway, if you've tried to use it before you'd realise that there is only a .rpm installer available for it (no .deb). So I tried to convert it to .deb using alien. When I "sudo alien --scripts" the .rpm I get: error: incorrect format: unknown tag mkdir: cannot create directory `sqldeveloper-2.1.1.64.45': File exists unable to mkdir sqldeveloper-2.1.1.64.45: at /usr/share/perl5/Alien/Package.pm line 257.

Basically, I'm asking, does anyone know what I'm doing wrong here? I've never used alien before since I've never had a need to convert a .rpm before. I also tried installing and running Java JDK and SQL Developer under Wine, but was unsuccessful with that as well

View 6 Replies View Related

Ubuntu :: Oracle 11g Enterprise Edition?

Jan 11, 2011

can any one tell me taht is oracle 11g enterprise for ubuntu is a paid version or free.

View 2 Replies View Related

Ubuntu :: Unable To Install The Oracle And Sql*plus

Mar 11, 2011

here's my setup: 32 bit Ubuntu 10.10 with an AMD 2.7GHz processor, and 2GB of RAM.I get Oracle 11G R2 installed, except two things fail near the end of the installation (I think they're both Oracle Net services or something. I broke a cardinal rule by not writing them down. ) I try to use sqlplus through Terminal, but the system can't find sqlplus. I'm assuming it isn't installed. I'm unable to connect to it through JDeveloper.

View 2 Replies View Related

Ubuntu Installation :: Oracle 10gR2 XE On 11.04?

May 15, 2011

Has anyone managed to install the oracle 10g xe server on ubuntu 11.04? I previously installed it on ubuntu 10.10 following this instructions, but now i am having problems when doing the same thing on ubuntu 11.04.

[Code]....

View 2 Replies View Related

Debian Installation :: Missing Network Drivers / And Missing Make To Install Them

Dec 1, 2014

I have an asus pc, and its network hardware is not recognized by debian, the drivers are not even in the list provided during the installation process. I managed to download them from another pc, but if i try to make them and install them, i'm stucked because Make is not installed on debian (nor is sudo).So i need a connection to install the drivers that provide me a co0nnections..

View 4 Replies View Related

Ubuntu :: Missing PV - Your System Missing Some Dependencies

Sep 1, 2011

I am following [URL] to install ubuntu on my beagleboard via Ubuntu 10.10 on liveCD. When I enter this command in terminal.

"sudo ./setup_sdcard.sh --mmc /dev/sdX --uboot beagle"
It gives me a error sayings Dependencies are missing.
"Missing pv.Your System is Missing some dependencies
Ubuntu/Debian: sudo apt-get install uboot-mkimage wget pv dosfstools btrfs-tools parted"
And when I enter the that above in terminal I get the following error.
Unable to locate PV.

View 5 Replies View Related

Ubuntu :: Unsealing .spdf Files With Oracle IRM

Jan 26, 2011

I was forced to buy an e-textbook through [URL]. The file is a .spdf, which requires Oracle IRM to unseal. Oracle IRM, as far as I can tell, is not Linux compatible. I attempted to get the unsealer using WINE but that failed.

View 1 Replies View Related

Ubuntu Installation :: Change OpenJDK To JDK From Oracle?

Mar 11, 2011

Im trying to change my OpenJDK to JDK from oracle. I have tried a lot of ways that I found on net, and I coudnt.

View 3 Replies View Related

Ubuntu :: Oracle Vm Virtualbox Wants To Partition Harddrive?

Mar 27, 2011

Im trying to run Arch Linux off Oracle vm virtualbox and everything going fine until It wants to wipe my entire hard drive. To be fully honest im afraid to touch it. I feel like it might bite my finger off if I poke at it in my usual way (first time ever using VM) so I was wondering if anyone has any tips or advice for me. Maybe someone elce has tryed this before and can tell me my computer wont explode when I partition. (I know it wont but I only have 1 computer and afraid to ruin it with my "experiments" cant afford a new one) I think because its VM it will only partition the space I set for it when I started the VM box. Just looking to be safe before I try it

View 4 Replies View Related

Ubuntu :: Run Oracle Application Applets On Firefox Under 10.10?

May 10, 2011

I want to replace my windows clients with ubuntu clients, i have a problem when run Oracle Application 10g on Firefox . I am using ubuntu 10.10 firefox ask to download plug-ins and can not find or install them. the applets failed to load. I hear about there is JRE replace Jinititor on windows

View 3 Replies View Related

Software :: Can Package Missing Files From Missing OS RPMs

Jul 16, 2010

How to properly integrate these RPMs into our system?

Option 1: we could take those missing OS RPMs and install them?
Option 2: can we package the missing files from missing OS RPMs into the existing Linux-xxx.rpm?

View 1 Replies View Related

Ubuntu Installation :: Aptdaemon Error While Installing Oracle 10g

Mar 24, 2011

An unhandlable error occured There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks. Please report this error at http://launchpad.net/aptdaemon/+filebug and retry.

I recently tried to install Oracle xpress edition 10g by downloading the ".deb" file of around 200 mb. When the installation was about to complete, the "Ubuntu Software Center" gave an error like shown in the picture.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved