LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-24-2009, 01:35 PM   #1
rushadrenaline
Member
 
Registered: Nov 2006
Location: Bangalore,New delhi
Distribution: RHEL5, Kubuntu, Mandriva 2008
Posts: 69

Rep: Reputation: 15
Exclamation Oracle 10g xe on mandriva 2009


Hi all ive installed oracle 10g xe-univ.rpm on mandriva 2009.
Followed the following default method

PHP Code:
/etc/init.d/oracle-xe configure
Oracle Database 10g Express Edition Configuration
-------------------------------------------------

This will configure on-boot properties of Oracle Database XEThe following questions will determine whether the database should be starting upon system bootthe ports it will use, and the passwords that will be used for database accountsPress <Enterto accept the defaultsCtrl-C will abort.

Specify the HTTP port that will be used for Oracle Application Express [8080]:8081

Specify a port that will be used 
for the database listener [1521]:

Specify a password to be used for database accounts.  Note that the same
password will be used 
for SYS and SYSTEM.  Oracle recommends the use of
different passwords 
for each database account.  This can be done after
initial configuration
:

Confirm the password:   (* make sure you remember this password *)

Do 
you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]: y

Starting Oracle Net Listener
...Done
Configuring Database
...Done
Starting Oracle Database 10g Express Edition Instance
...Done
Installation Completed Successfully
.
To access the Database Home Page go to "http://127.0.0.1:8080/apex" 
But Im facing the following problems now :: -
1. > Oracle isnt running
$ sudo /etc/rc.d/init.d/oracle-xe start
$ ps -aux | grep -i oracle
oracle 21089 0.0 0.2 22008 5900 ? Ss 22:38 0:00 /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr LISTENER -inherit

2. > My listener.log
PHP Code:
TNSLSNR for LinuxVersion 10.2.0.1.0 Production on 24-APR-2009 21:37:31

Copyright 
(c19912005Oracle.  All rights reserved.

System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
Log messages written to 
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
Trace information written to 
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/trace/listener.trc
Trace level is currently 0

Started with pid
=9524
Listening on
: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
Listener completed notification to CRS on start

TIMESTAMP 
CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
24
-APR-2009 21:37:31 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status 0

TNSLSNR 
for LinuxVersion 10.2.0.1.0 Production on 24-APR-2009 22:00:29

Copyright 
(c19912005Oracle.  All rights reserved.

System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
Log messages written to 
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
Trace information written to 
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/trace/listener.trc
Trace level is currently 0

Started with pid
=10122
Listening on
: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
Listener completed notification to CRS on start

TIMESTAMP 
CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
24
-APR-2009 22:03:38 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status 0
No longer listening on
: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
Listener completed notification to CRS on stop
24
-APR-2009 22:22:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost)(USER=oracle))(COMMAND=stop)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * stop 0

TNSLSNR 
for LinuxVersion 10.2.0.1.0 Production on 24-APR-2009 22:22:35

Copyright 
(c19912005Oracle.  All rights reserved.

System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
Log messages written to 
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
Trace information written to 
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/trace/listener.trc
Trace level is currently 0

Started with pid
=3474
Listening on
: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
Listener completed notification to CRS on start

TIMESTAMP 
CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
24
-APR-2009 22:22:35 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status 0
No longer listening on
: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
Listener completed notification to CRS on stop
24
-APR-2009 22:38:02 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost)(USER=oracle))(COMMAND=stop)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * stop 0

TNSLSNR 
for LinuxVersion 10.2.0.1.0 Production on 24-APR-2009 22:38:02

Copyright 
(c19912005Oracle.  All rights reserved.

System parameter file is /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
Log messages written to 
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
Trace information written to 
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/trace/listener.trc
Trace level is currently 0

Started with pid
=21089
Listening on
: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
Listener completed notification to CRS on start

TIMESTAMP 
CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
24
-APR-2009 22:38:02 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=localhost)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status 0
24
-APR-2009 22:46:03 stop 12502
TNS
-12502TNS:listener received no CONNECT_DATA from client
24
-APR-2009 22:46:03 12502
TNS
-12502TNS:listener received no CONNECT_DATA from client
24
-APR-2009 22:46:06 12502
TNS
-12502TNS:listener received no CONNECT_DATA from client
24
-APR-2009 22:46:11 12502 
3. > Connection refuse error on firefox when i try
http://localhost:8081/apex

I have tired googling since last 2 days but no help. Even if somebody has solved it,but they havnt posted the complete solution.People should at least post the complete solutiun instead of just saying -- "thanks its solved". Such practice would save a lot of headace for everybody.
 
Old 04-25-2009, 01:42 AM   #2
rushadrenaline
Member
 
Registered: Nov 2006
Location: Bangalore,New delhi
Distribution: RHEL5, Kubuntu, Mandriva 2008
Posts: 69

Original Poster
Rep: Reputation: 15
Any body ????? No replies yet !!!!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Oracle 10g sgadkari Linux - Newbie 2 01-03-2008 03:44 PM
RHAS 3.0 i64, Oracle 10g, Oracle RAC, and ASM xmdms Linux - Enterprise 10 01-05-2007 11:07 PM
Help with Oracle 10g brazilian_user Linux - Networking 2 02-09-2006 02:47 PM
oracle 10g on fedora jkmartha Linux - Software 1 07-21-2005 07:45 AM
Oracle 10G vs 9i sashie Linux - Software 0 06-07-2004 02:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration