Red Hat ENTERPRISE LINUX AS 2.1 - Instalační příručka Strana 150

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 160
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 149
Chapter 38. Oracle Installation Errors
144
INSO_LINK = -L$(CTXLIB) $(LDLIBFLAG)m `cat $(LIBHOME)/sysliblist` $(LDLIBFLAG)sc_ca
$(LDLIBFLAG)sc_fa $(LDLIBFLAG)sc_ex $(LDLIBFLAG)sc_da $(LDLIBFLAG)sc_ut $(LDLIBFLAG)sc_ch
$(LDLIBFLAG)sc_fi $(LLIBCTXHX) $(LDLIBFLAG)c -Wl,-rpath,$(CTXHOME)lib $(CORELIBS)
$(COMPEOBJS)
After that hit Retry in the error pop-up.
ORA-27123: unable to attach to shared memory segment
This error, "ORA-27123: unable to attach to shared memory segment", message may came up when
the Oracle Database Configuration Assistant was running. Execute the following command to
temporarily increase the maximum shared memory size:
su - root
# cat /proc/sys/kernel/shmmax
33554432
# echo `expr 1024 \* 1024 \* 1024` > /proc/sys/kernel/shmmax
# cat /proc/sys/kernel/shmmax
1073741824
#
Then click Retry for the Oracle Database Configuration Assistant.
It is recommended to increase the shmmax setting permanently for Oracle9i. So if you want to
increase the maximum shared memory size permanently, add the following line to the /etc/
sysctl.conf file:
kernel.shmmax=1073741824
For more information on setting shared memory parameters for Oracle, see Chapter 7, Setting Shared
Memory.
ORA-03113: end-of-file on communication channel
You may see this error, ORA-03113: end-of-file on communication channel, when you run the
"Database Configuration Assistant" and "sqlplus". It can be caused by shmmax parameter being
too small. Make sure to increase shmmax permanently. Read Chapter 7, Setting Shared Memory for
information on how to increase the shmmax parameter.
Error in invoking target install of make file /u01/app/oracle/product/9.2.0/network/lib/
ins_oemagent.mk
If you see the error, Error in invoking target install of make file /u01/app/oracle/product/9.2.0/network/
lib/ins_oemagent.mk, on Red Hat Enterprise Linux 3, follow the guide lines at Chapter 35, Installing
Oracle9i R2 (9.2.0.4.0) on Red Hat Enterprise Linux 3.
An error when executing "agentctl start"
The error below may have occurred when "agentctl start" is executed.
$ agentctl start
DBSNMP for Linux: Version 9.2.0.4.0 - Production on 07-JAN-2004 19:11:14
Zobrazit stránku 149
1 2 ... 145 146 147 148 149 150 151 152 153 154 155 ... 159 160

Komentáře k této Příručce

Žádné komentáře