xhost +
730403Jul 12 2011 — edited Jul 12 2011Create the new groups and users:
groupadd oinstall
groupadd dba
groupadd oper
useradd -g oinstall -G dba oracle
passwd oracle
Create the directories in which the Oracle software will be installed:
mkdir -p /u01/app/oracle/product/10.2.0/db_1
chown -R oracle.oinstall /u01
Login as root and issue the following command:
xhost +<machine-name>
*[root@localhost /]# xhost +localhost*
xhost: unable to open display "127.0.0.1:0.0"
how can i pass this step please help me
thank you