安装Oracle 集群软件的时候报错 Error: OUI cannot be launched b |
发布时间: 2012/8/30 16:59:05 |
一、挂载光盘拷贝Oracle - 将Oracle10g_linux装入虚拟光驱,并将光盘挂载 # mount /mnt/cdrom 注:关于光盘挂载的操作,见《Linux的mount命令简介》 然后将Oracle拷贝到硬盘中: # cp -r -b /mnt/cdrom/* /tmp/ora10 注:Oracle安装必须要将拷到硬盘上,否则将提示: Error: OUI cannot be launched because the current working directory is set on the CD-ROM mount point. Launching OUI from this directory will make it difficult to unmount the disk later in the installation. Please change the working directory and relaunch OUI. 本文出自:亿恩科技【www.enkj.com】 |