摘要:
什么是sparc?
代表s calable processor architecture ) 的sparc (是任何人或公司能准许和使用发展微处理器和其它半导体装置根据出版业界标准的开放套技术规格。
sparc 被发明了在sun microsystems 实验室公司, 根据作早期工作在研究入精简指令集计算技术(risc) 在加州大学在伯克利。1986 年第一标准产品根据sparc 建筑......
摘要:
arthur诊断故事第一集--vol的故事
希望大家能与我共同探讨,那样大家都可以少走一些弯路,多一些效率。
版权所有:arthur
转载注明:转载自 永远的unix-solaris版 http://www.chinaunix.net
问题现象:
$ cd /vol
$ ls -l
nfs server for volume management (/vol) not respondin......
oracle 在solaris 8上的自启动
脚本我看懂了,把编辑的 oracle 运行能够正常启动oracle 与关闭oracle服务.
【程序编程相关:
特快专递(EMS)网络工程安装手册】 【推荐阅读:
在一台机子上同时安装多个操作系统】但是连接的两个语句什么意思?是根据什么写成这样的?
【扩展信息:
LC2000 U3机型第一次安装SCO 】 oracle是我的用户名,是不是如果我的用户名是别的比如oradba,那么我的文件名也要改成oradba?
是不是系统启动时会自动调用脚本,并加入参数start? 关机时也会自动加入stop? 再就是这个脚本是不是主机reboot后,没有用户登录的状态下就会调用啊(就像nt的服务一样?)?
以下脚本引自peng 的"solaris9上安装oracle9201数据库(sun sparc)"
编辑内容如下:
#!/bin/sh
# set ora_home to be equivalent to the $oracle_home
# from which you wish to execute dbstart and dbshut;
#
# set ora_owner to the user id of the owner of the
# oracle database in ora_home.
ora_home=/data/oracle/product/9.2.0
ora_owner=oracle
if [! -f $ora_home/bin/dbstart]
then
echo "oracle startup: cannot start"
exit
fi
case "$1" in
’start’)
# start the oracle databases:
# the following command assumes that the oracle login
# will not prompt the user for any values
su - $ora_owner -c $ora_home/bin/dbstart &
...
下一页 摘要:
本人记录了自己在windows2000的vmware4.0.5-6030安装solaris9(308)并完成上网配置的全过程,总结成文档([b:5b7c79b684]vmware下安装solaris9配置上网.pdf[/b:5b7c79b684])供需要者作为参考。该文档对我的另外一篇([b:5b7c79b684]vmware下安装solaris8和oracle8.pdf[/b:5b7c79......