Oracle数据库安装到60%卡住的解决方法
/etc/sysconfig/network中的hostname要与/etc/hosts中的一致
vim /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=chengxiao
vim /etc/hosts
127.0.0.1 localhost chengxiao
::1 localhost chengxiao
Oracle环境变量的一些问题
[oracle@chengxiao 桌面]$ vim ~/.bash_profile
export ORACLE_HOME=/opt/oracle/app/product/11.2.0/dbhome_1
export PATH=$ORACLE_HOME/bin:$PATH
export ORACLE_SID=orcl
[oracle@chengxiao 桌面]$ source ~/.bash_profile
[oracle@chengxiao 桌面]$ sqlplus / as sysdba
Oracle数据库安装前的准备工作 创建用户和组
[root@chengxiao ~]
[root@chengxiao ~]
[root@chengxiao ~]
[root@chengxiao ~]
[root@chengxiao ~]
创建安装目录及设置权限
[root@chengxiao ~]
[root@chengxiao ~]
[root@chengxiao ~]
[root@chengxiao ~]
[root@chengxiao ~]
(责任编辑:IT) |