Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Installation & Upgrades
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Installation & Upgrades
For questions about upgrading and installation of your new Ubuntu OS.

 
Thread Tools Display Modes
Old February 15th, 2008   #1
sevensky
First Cup of Ubuntu
 
Join Date: Dec 2007
Beans: 3
how to install oracle 10g XE

is there anybody can help me to install oracle 10g express edition..

i use ubuntu gutsy gibbon..and i don't know how to install it..
please tell me the depedency before install oracle..
i download oracle-xe_10.2.0.1-1.0_i386.deb from oracle.com..
sorry for my bad english..
sevensky is offline   Reply With Quote
Old February 15th, 2008   #2
Beefeater
A Carafe of Ubuntu
 
Join Date: Aug 2006
My beans are hidden!
Ubuntu 8.10 Intrepid Ibex
Re: how to install oracle 10g XE

Code:
sudo dpkg -i oracle-xe_10.2.0.1-1.0_i386.deb
Beefeater is offline   Reply With Quote
Old February 19th, 2008   #3
Waappu
Extra Foam Sugar Free Ubuntu
 
Waappu's Avatar
 
Join Date: Dec 2006
Location: Finland
Beans: 818
Ubuntu 8.04 Hardy Heron
Send a message via MSN to Waappu
Re: how to install oracle 10g XE

http://www.debian-administration.org/articles/430
__________________
Br,w
Waappu is offline   Reply With Quote
Old February 22nd, 2008   #4
sevensky
First Cup of Ubuntu
 
Join Date: Dec 2007
Beans: 3
Re: how to install oracle 10g XE

i've done installing oracle 10g express edition

after dpkg -i ....

/etc/init.d/oracle[tab] configure

enter..
enter..

finish..

ooo...so that easy...
thanks for help
sevensky is offline   Reply With Quote
Old February 29th, 2008   #5
DreamerHxC
Just Give Me the Beans!
 
DreamerHxC's Avatar
 
Join Date: Nov 2006
Location: The Netherlands
Beans: 67
Ubuntu 9.10 Karmic Koala
Send a message via ICQ to DreamerHxC Send a message via MSN to DreamerHxC Send a message via Skype™ to DreamerHxC
Re: how to install oracle 10g XE

It isn't working for me; I get this error:
Code:
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=noloman)(PORT=1521)))
TNS-12545: Connect failed because target host or object does not exist
 TNS-12560: TNS:protocol adapter error
  TNS-00515: Connect failed because target host or object does not exist
   Linux Error: 110: Connection timed out
No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
I have been looking in http://ora-12545.ora-code.com/ and http://www.davidpashley.com/articles...e-install.html but I still haven't solved the problem, because I'm sure what to do
__________________
http://noloman.wordpress.com
DreamerHxC is offline   Reply With Quote
Old February 29th, 2008   #6
Beefeater
A Carafe of Ubuntu
 
Join Date: Aug 2006
My beans are hidden!
Ubuntu 8.10 Intrepid Ibex
Re: how to install oracle 10g XE

Quote:
Originally Posted by DreamerHxC View Post
It isn't working for me; I get this error:
Code:
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=noloman)(PORT=1521)))
TNS-12545: Connect failed because target host or object does not exist
 TNS-12560: TNS:protocol adapter error
  TNS-00515: Connect failed because target host or object does not exist
   Linux Error: 110: Connection timed out
No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
I have been looking in http://ora-12545.ora-code.com/ and http://www.davidpashley.com/articles...e-install.html but I still haven't solved the problem, because I'm sure what to do
When are you getting this? During install?
What does your /etc/default/oracle-xe look like?

It's not possible for some to start oracle with
Code:
/etc/init.d/oracle-xe start
Doing
Code:
/etc/init.d/oracle-xe restart
usually works though.
Beefeater is offline   Reply With Quote
Old February 29th, 2008   #7
DreamerHxC
Just Give Me the Beans!
 
DreamerHxC's Avatar
 
Join Date: Nov 2006
Location: The Netherlands
Beans: 67
Ubuntu 9.10 Karmic Koala
Send a message via ICQ to DreamerHxC Send a message via MSN to DreamerHxC Send a message via Skype™ to DreamerHxC
Re: how to install oracle 10g XE

This is my /etc/deault/oracle-xe:
Code:
# ORACLE_DBENABLED:'true' means to load the Database at system boot.
ORACLE_DBENABLED=false

# LISTENER_PORT: Database listener
LISTENER_PORT=1521

# HTTP_PORT : HTTP port for Oracle Application Express
HTTP_PORT=8080

# Configuration : Check whether configure has been done or not
CONFIGURE_RUN=true
By the way, I can start oracle with /etc/init.d/oracle-xe start and restart works too, but I'm getting that same error when I try enter in http://127.0.0.1:8080/apex
__________________
http://noloman.wordpress.com
DreamerHxC is offline   Reply With Quote
Old February 29th, 2008   #8
Beefeater
A Carafe of Ubuntu
 
Join Date: Aug 2006
My beans are hidden!
Ubuntu 8.10 Intrepid Ibex
Re: how to install oracle 10g XE

Are you running apache?

I had the same problem (or similar) a few weeks ago. I had to do a new installation of Ubuntu anyway so when that was finished I installed Oracle before Apache and everything worked. Might be something, might be nothing.
Beefeater is offline   Reply With Quote
Old February 29th, 2008   #9
DreamerHxC
Just Give Me the Beans!
 
DreamerHxC's Avatar
 
Join Date: Nov 2006
Location: The Netherlands
Beans: 67
Ubuntu 9.10 Karmic Koala
Send a message via ICQ to DreamerHxC Send a message via MSN to DreamerHxC Send a message via Skype™ to DreamerHxC
Re: how to install oracle 10g XE

No, I'm not running Apache
__________________
http://noloman.wordpress.com
DreamerHxC is offline   Reply With Quote
Old February 29th, 2008   #10
Beefeater
A Carafe of Ubuntu
 
Join Date: Aug 2006
My beans are hidden!
Ubuntu 8.10 Intrepid Ibex
Re: how to install oracle 10g XE

Maybe there is a problem with your tnsnames.ora

Let us have a look.

It's located in
Code:
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin
on my installation.
Beefeater is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:34 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry