|
发表于 2016-11-22 20:48:45
|
显示全部楼层
本帖最后由 botang 于 2016-11-22 20:55 编辑
以下是上课时,我不断重复的:
- [oracle@station90 ~]$ sqlplus /nolog
- SQL*Plus: Release 11.2.0.1.0 Production on Tue Nov 22 20:48:45 2016
- Copyright (c) 1982, 2009, Oracle. All rights reserved.
- SQL> conn / as sysdba
- Connected.
- SQL> show parameter local_listener
- NAME TYPE VALUE
- ------------------------------------ ----------- ------------------------------
- local_listener string FORDB
- SQL>
复制代码
local_listener 参数默认为空,意味指向1521端口。
|
|