温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

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

发布时间:2020-06-17 02:51:05 来源:网络 阅读:674 作者:D的spirit 栏目:关系型数据库

修改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;


附件:http://down.51cto.com/data/2365580
向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI