Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> DISPLAY Problems Partially Solved

DISPLAY Problems Partially Solved

From: Robert Tilley <tilleyrw_at_cfl.rr.com>
Date: Mon, 13 May 2002 16:04:30 GMT
Message-ID: <iuRD8.301831$nc.42646266@typhoon.tampabay.rr.com>


I deleted my user 'oracle' and then re-created the account following the tutorial on Oracle 8.1.7 installation. When I attempt to execute the install script, the following errors occur:

tilleyrw_at_tillarium:~$ su - oracle
Password:
oracle_at_tillarium:~$ env
PWD=/home/oracle
ORACLE_SID=ora1
HZ=100
LD_LIBRARY_PATH=/u01/app/oracle/product/8.1.7.0/lib CLASSPATH=.:/u01/app/oracle/product/8.1.7.0/jdbc/lib/classes111.zip PS1=\u@\h:\w\$
USER=oracle
MAIL=/var/mail/oracle
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=/u01/app/oracle/product/8.1.7.0 LOGNAME=oracle
SHLVL=1
SHELL=/bin/bash

TERM=linux
HOME=/home/oracle
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/u01/app/oracle/product/8.1.7.0/bin

_=/usr/bin/env

oracle_at_tillarium:~$ export DISPLAY=:0
oracle_at_tillarium:~$ env
PWD=/home/oracle
ORACLE_SID=ora1
HZ=100
LD_LIBRARY_PATH=/u01/app/oracle/product/8.1.7.0/lib CLASSPATH=.:/u01/app/oracle/product/8.1.7.0/jdbc/lib/classes111.zip PS1=\u@\h:\w\$
USER=oracle
MAIL=/var/mail/oracle
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=/u01/app/oracle/product/8.1.7.0 DISPLAY=:0
LOGNAME=oracle
SHLVL=1
SHELL=/bin/bash
TERM=linux
HOME=/home/oracle
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/u01/app/oracle/product/8.1.7.0/bin

_=/usr/bin/env
oracle_at_tillarium:~$ cd /usr/src/Disk1/
oracle_at_tillarium:/usr/src/Disk1$ ./runInstaller
oracle_at_tillarium:/usr/src/Disk1$ Initializing Java Virtual Machine from 
../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait...
map failed
<SNIP -- Many more lines of the same message> map failed

The only indications that something good is now happening are that the Oracle Installer splash screen appears for about 2 seconds and then disappears. The oracle user terminal crashes back to the command line as the Universal Installer exits.

I now can begin to execute the install whereas before bash would complain of a mis-initialized DISPLAY variable. I'm closer but no cigar. Any ideas?

-- 
Information and comments are much appreciated.

Thank you, Robert
Received on Mon May 13 2002 - 11:04:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US