Home » Infrastructure » Linux » How to install Oracle 10g express in Suse 10?
How to install Oracle 10g express in Suse 10? [message #240002] Wed, 23 May 2007 17:16 Go to next message
rangelmp
Messages: 2
Registered: May 2007
Junior Member
Hi. I try to install the oracle database in my suse 10...

My steps:
1. install: gcc, glibc, libaio-devel, libaio
2. create the users ands groups for oracle
3. change the kernel parameters
4. create and set: oracle_base, oracle_home, path
5. install oracle: rpm -hiv oracle...
6. run the /etc/init.d/oracle-xe configure (i put to start on boot)

When i try to access the database (sqlplus):
Quote:

gegel@linux:~> sqlplus

SQL*Plus: Release 10.2.0.1.0 - Production on Wed May 23 18:06:19 2007

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Enter user-name: system
Enter password:
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory

=========================================================

gegel@linux:~> sqlplus /NOLOG

SQL*Plus: Release 10.2.0.1.0 - Production on Wed May 23 18:07:23 2007

Copyright (c) 1982, 2005, Oracle. All rights reserved.

SQL> conn system as sysdba
Enter password:
Connected to an idle instance.
SQL> create database x;
create database x
*
ERROR at line 1:
ORA-01034: ORACLE not available



Try 2:
I try to use orarun.rpm put i get the same error.

Any one can help me?

[Updated on: Wed, 23 May 2007 17:20]

Report message to a moderator

Re: How to install Oracle 10g express in Suse 10? [message #240005 is a reply to message #240002] Wed, 23 May 2007 17:34 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
One guess is that ORACLE_SID is not set.
Re: How to install Oracle 10g express in Suse 10? [message #240007 is a reply to message #240005] Wed, 23 May 2007 18:27 Go to previous message
rangelmp
Messages: 2
Registered: May 2007
Junior Member
Sorry. I set the ORACLE_SID=orc110 (in /etc/bash/bashrc.local) but i get the same error.

Tahnkz.

Edit...

anacedent, thanks i put ORACLE_SID=orc110 but the corret is ORACLE_SID=orc110=XE.

thanks!

[Updated on: Thu, 24 May 2007 07:41]

Report message to a moderator

Previous Topic: Error while installing Oracle 9i on Redhat9
Next Topic: During Oracle10g installation on linux Redhat 4
Goto Forum:
  


Current Time: Tue Apr 16 04:46:39 CDT 2024