网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

【OracleDatabase】数据库监听与连接-创新互联

服务名  --根据业务需求修改 [oracle@wallet01 ~]$ sqlplus / as sysdba SQL> show parameter service_names; NAME                                 TYPE                              VALUE ------------------------------------ --------------------------------- ------------------------------ service_names                        string                            wallet 实例名  --允许修改不建议修改 SQL> show parameter instance_name NAME                                 TYPE                              VALUE ------------------------------------ --------------------------------- ------------------------------ instance_name                        string                            wallet 数据库名 --不允许修改 SQL> show parameter db_name NAME                                 TYPE                              VALUE ------------------------------------ --------------------------------- ------------------------------ db_name                              string                            wallet 监听器 [oracle@wallet01 ~]$ cd $ORACLE_HOME/network/admin [oracle@wallet01 admin]$ cat listener.ora # listener.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora # Generated by Oracle configuration tools. LISTENER =   (DESCRIPTION_LIST =     (DESCRIPTION =       (ADDRESS = (PROTOCOL = TCP)(HOST = wallet01)(PORT = 1521))  --协议,主机,端口     )   ) ADR_BASE_LISTENER = /u01/app/oracle [oracle@wallet01 ~]$ lsnrctl start LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 09-MAY-2019 10:43:13 Copyright (c) 1991, 2013, Oracle.  All rights reserved. Starting /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr: please wait... TNSLSNR for Linux: Version 11.2.0.4.0 - Production System parameter file is /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora Log messages written to /u01/app/oracle/diag/tnslsnr/wallet01/listener/alert/log.xml Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=wallet01)(PORT=1521))) Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521))) Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=wallet01)(PORT=1521))) STATUS of the LISTENER ------------------------ Alias                     LISTENER Version                   TNSLSNR for Linux: Version 11.2.0.4.0 - Production Start Date                09-MAY-2019 10:43:13 Uptime                    0 days 0 hr. 0 min. 5 sec Trace Level               off Security                  ON: Local OS Authentication SNMP                      OFF Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora Listener Log File         /u01/app/oracle/diag/tnslsnr/wallet01/listener/alert/log.xml Listening Endpoints Summary...   (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=wallet01)(PORT=1521)))   (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521))) The listener supports no services The command completed successfully [oracle@wallet01 ~]$ lsnrctl status LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 09-MAY-2019 10:44:44 Copyright (c) 1991, 2013, Oracle.  All rights reserved. Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=wallet01)(PORT=1521))) STATUS of the LISTENER ------------------------ Alias                     LISTENER Version                   TNSLSNR for Linux: Version 11.2.0.4.0 - Production Start Date                09-MAY-2019 10:43:13 Uptime                    0 days 0 hr. 1 min. 31 sec Trace Level               off Security                  ON: Local OS Authentication SNMP                      OFF Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora Listener Log File         /u01/app/oracle/diag/tnslsnr/wallet01/listener/alert/log.xml Listening Endpoints Summary...   (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=wallet01)(PORT=1521)))   (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521))) Services Summary... Service "wallet" has 1 instance(s).   Instance "wallet", status READY, has 1 handler(s) for this service... Service "walletXDB" has 1 instance(s).   Instance "wallet", status READY, has 1 handler(s) for this service... The command completed successfully 客户端(本地命名方式) [oracle@wallet02 ~]$ cd $ORACLE_HOME/network/admin [oracle@wallet02 admin]$ cat tnsnames.ora  # tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora # Generated by Oracle configuration tools. wallet =     --连接字符串(网络服务名)根据业务需求修改   (DESCRIPTION =     (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.201)(PORT = 1521))   --协议,主机,端口     (CONNECT_DATA =       (SERVER = DEDICATED)   --专用服务器模式       (SERVICE_NAME = wallet)    --与服务名保持一致     )   ) [oracle@wallet02 ~]$ sqlplus sys/oracle@wallet as sysdba    --用户名/密码@连接字符串(网络服务名) SQL*Plus: Release 11.2.0.4.0 Production on Fri Jun 29 10:06:52 2018 Copyright (c) 1982, 2009, Oracle.  All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing options SQL> select * from dual; DUM --- X 总结:listener.ora文件中的协议,主机,端口,与通过PMON动态注册的服务名, 与tnsnames.ora文件中的协议,主机,端口,服务名需要保持一致,客户端才可以正常连接数据库服务器。

让客户满意是我们工作的目标,不断超越客户的期望值来自于我们对这个行业的热爱。我们立志把好的技术通过有效、简单的方式提供给客户,将通过不懈努力成为客户在信息化领域值得信任、有价值的长期合作伙伴,公司提供的服务项目有:域名申请网站空间、营销软件、网站建设、阿坝州网站维护、网站推广。

另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


名称栏目:【OracleDatabase】数据库监听与连接-创新互联
网页链接:http://bjjierui.cn/article/csgedh.html

其他资讯