当前位置:首页 > oracle 11g R1 安装详解
Finished running generic part of root.sh script. Now product-specific root actions will be performed. Finished product-specific root actions.
成功!!!
在oracle用户下,测试登录sqlplus : $ sqlplus / as sysdba
SQL*Plus: Release 11.1.0.6.0 - Production on Fri Mar 26 12:37:34 2010
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options SQL>
登录OEM界面验证安装:
数据库安装完成以后可以用sys用户登录OEM界面来验证安装,检查安装结果,默认的登录地址为https://localhost:1158/em(默认数据库安装完成以后,OEM服务会自动启动,如果需要关闭或者启动OEM服务,可以在$ORACLE_HOME/bin目录下运行$ emctl start|stop dbconsole命令)。
Oracle 11g数据库实例的创建:
在Linux(Unix)环境下用DBCA创建数据库
1. 在Oracle用户下在$ORACLE_HOME/bin 目录下运行“dbca”进入交互界面(该命令的运
行需要图形终端),如下: # su – oracle
$ export DISPLAY=192.168.1.123:0.0 $ export LANG=\$ dbca
共分享92篇相关文档