虚拟机linux平台下安装oracle10g报错
No pre-requisite checks found in oraparam.ini,no system pre-requisite checks will be executed ! 请高手帮忙~~~谢谢了给出具体解决办法更好 安装程序的路径,最好是简短一些。
tmp空间要足够。
另外就是你要严格按照安装文档去做,Oracle有官方的安装文档。
可以看一下我讲课的视频,里面有安装部分。
你应该是犯了罪基础的错误,不满足基础的安装条件。 列出具体的报错信息。 不行就抓一个图。
这是我oraparam.ini文件
本帖最后由 心☆痕 于 2012-5-8 16:53 编辑DISTRIBUTION=TRUE
SOURCE=../stage/products.xml
LICENSE_LOCATION=
JRE_LOCATION=../stage/Components/oracle.swd.jre/1.4.2.8.0/1/DataFiles
JRE_MEMORY_OPTIONS=" -mx150m"
DEFAULT_HOME_LOCATION=oracle/product/10.2.0/db
DEFAULT_HOME_NAME=OraDb10g_home
NO_BROWSE=/net
NLS_ENABLED=TRUE
BOOTSTRAP=TRUE
PREREQ_CONFIG_LOCATION=../stage/prereq
OUI_VERSION=10.2.0.1.0
#SHOW_HOSTNAME=ALWAYS_SHOW shows the hostname panel always
#SHOW_HOSTNAME=NEVER_SHOW does not the hostname panel
#SHOW_HOSTNAME=CONDITION_SHOW shows the hostname panel on condition
SHOW_HOSTNAME=NEVER_SHOW
#THIN_JDBC_FILENAME is optional and defaults to classes12.jar
#The value specified for this should be packaged with OUI, and should
#be relative to <OUI expanded stagedir>/jlib/
THIN_JDBC_FILENAME=classes12.jar
#JRE_OSDPARAM is to set OS dependent param for JRE ( mainly for native VM in 1.3.1)
#JRE_OSDPARAM is optional and should be set to -native for the JRE's
#that support native VM ( mainly for Unix platforms ), in JRE 1.3.1
#For JRE 1.4.1 this should be set to empty or the type of VM that is
#supported client/server. The default value is -native in UNIX platforms
#that supports native VM
#Unix supporting native - JRE_OSDPARAM="-native"
#Unix NOT supporting native and 1.4.1 - JRE_OSDPARAM=""
JRE_OSDPARAM=""
CLUSTERWARE={"oracle.crs","10.1.0.2.0"}
#RUN_OUICA specifies the batch script name that needs to be run
#The script is ouica.bat for win32, and ouica.sh for solaris.
#If the value is not specified, then the OUICA script is not run
RUN_OUICA=ouica.sh
SILENT_VARIABLE_VALIDATION=TRUE
Linux=redhat-3,SuSE-9,redhat-4,UnitedLinux-1.0,asianux-1,asianux-2
TEMP_SPACE=80
SWAP_SPACE=150
MIN_DISPLAY_COLORS=256
TEMP_SPACE=80
SWAP_SPACE=150
MIN_DISPLAY_COLORS=256
TEMP_SPACE=80
SWAP_SPACE=150
MIN_DISPLAY_COLORS=256
TEMP_SPACE=80
SWAP_SPACE=150
MIN_DISPLAY_COLORS=256
TEMP_SPACE=80
SWAP_SPACE=150
MIN_DISPLAY_COLORS=256
TEMP_SPACE=80
SWAP_SPACE=150
MIN_DISPLAY_COLORS=256
FILE1=images/rdbms_1.gif
FILE2=images/rdbms_2.gif
FILE3=images/rdbms_3.gif
FILE4=images/rdbms_4.gif
FILE5=images/rdbms_5.gif
FILE6=images/rdbms_6.gif
FILE7=images/rdbms_7.gif
FILE8=images/rdbms_8.gif
LICENSE_LOCATION=license.txt
这是出现的问题~~~~~真的很感谢,但问题还是没有解决 该怎
本帖最后由 心☆痕 于 2012-5-8 18:14 编辑# su oracle
$ cd /home/orainstall
$ cd database
$ ls
docinstallresponserunInstallerstagewelcome.html
$ ./runInstaller
Starting Oracle Universal Installer...
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
$
你用su - oracle来切换用户试试 这是存储空间情况
#df -h
Filesystem SizeUsed Avail Use% Mounted on
/dev/sda2 3.8G3.7G 0 100% /
/dev/sda5 14G3.0G 10G23% /home
/dev/sda1 46M 11M 33M24% /boot
tmpfs 1.3G 01.3G 0% /dev/shm
/dev/hdc 2.9G2.9G 0 100% /media/RHEL_5.3 i386 DVD
没什么错误。 su和 su - 的效果是不一样的。
su只是切换用户,su -是环境变量也一起切换,这两者是不一样的。
你su oracle,只是单纯切换了用户 ,但是环境变量还是root用户的。
我们安装oracle之前,需要修改了oracle的环境变量,设置了一些ORACLE_HOME,ORACLE_HOME等一些信息。
建议:好好看一下老相的视频,关于oracle安装的那集,严格按照oracle10g的官方文档,重新安装。因为网上好多关于安装的帖子是有问题的。