How to install Oracle 10g express in Suse 10? [message #240002] |
Wed, 23 May 2007 17:16 |
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
|
|
|
|
|