码迷,mamicode.com
首页 > 数据库 > 详细

Oracle在Linux平台“静默”安装(二)

时间:2015-04-09 17:47:18      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:copyright   oracle   database   数据库   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

Oracle在Linux平台“静默”安装(二)

标签:copyright   oracle   database   数据库   linux   

原文地址:http://dspirit.blog.51cto.com/6617216/1630542

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!