Oracle在Linux平台“静默”安装(二)
修改dbca.rsp文件:
###因内容过多,无法显示,详见附件###
执行命令创建数据库实例
$ dbca -silent-responseFile /u01/database/response/dbca.rsp
Copying database files
...
37% complete
Creating and starting Oracle instance
...
62% complete
Completing Database Creation
...
100% complete
Look at the log file "/u01/app/oracle/cfgtoollogs/dbca/ORCL/ORCL.log"for further details.
这一过程需要十分钟左右,一般会有进度条指示
修改netca.rsp文件,或直接执行创建监听
$ netca -silent-responsefile /u01/database/response/netca.rsp
Parsing command line arguments:
Parameter"silent" = true
Parameter"responsefile" = /u01/database/response/netca.rsp
Done parsing command line arguments.
Oracle Net Services Configuration:
Profile configuration complete.
Oracle Net Listener Startup:
RunningListener Control:
/u01/app/oracle/product/11.2.0/db_1/bin/lsnrctl start LISTENER
ListenerControl complete.
Listenerstarted successfully.
Listener configuration complete.
Oracle Net Services configuration successful. The exitcode is 0
查看数据库网络监听状态
$ lsnrctl status
LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 05-SEP-201415:47:12
Copyright (c) 1991, 2011, Oracle. All rights reserved.
Connecting to(DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version11.2.0.3.0 - Production
Start Date 05-SEP-2014 15:45:47
Uptime 0 days 0 hr. 1 min. 25 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/oracle/product/11.2.0/db_1/network/admin/listener.ora
Listener Log File /u01/oracle/diag/tnslsnr/DS-153/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.0.0.52)(PORT=1521)))
The listener supports no services
The command completed successfully
登录数据库进行测试
$ sqlplus / as sysdba
SQL> SELECT SYSDATE FROM DUAL;
本文出自 “DB&OS” 博客,请务必保留此出处http://dspirit.blog.51cto.com/6617216/1630542
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。