|
redhat也可以。。。。
response 文件是可以自己生成的
如用以下方法不起图形界面安装oracle,这个是一个朋友Peter.liu提供的方法。。。
1、 把路径改变到oracle安装程序的目录下,即runInstaller文件所在的路径。
2、 运行:./runInstaller -record -destinationFile <response_file_name>(具体的例子:./runInstaller -record -destinationFile /tmp/install_oracle91.rsp)
3、 利用上面生成的response file安装数据库。
4、 su - oracle
5、 /u07/Disk1/runInstaller -responseFile /tmp/install_oracle91\.rsp –silent |
|