D:\Oracle\niug\product\11.2.0\dbhome_1\NETWORK\ADMIN
 
# listener.ora Network Configuration File: D:\Oracle\niug\product\11.2.0\dbhome_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
 
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = CLRExtProc)
      (ORACLE_HOME = D:\Oracle\niug\product\11.2.0\dbhome_1)
      (PROGRAM = extproc)
      (ENVS = "EXTPROC_DLLS=ONLY:D:\Oracle\niug\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    )
(SID_DESC =
      (GLOBAL_DBNAME = ORCL)
      (ORACLE_HOME = D:\Oracle\niug\product\11.2.0\dbhome_1)
      (SID_NAME = orcl)
    )
  )
 
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
      (ADDRESS = (PROTOCOL = TCP)(HOST = niug-PC)(PORT = 1521))
    )
  )
 
ADR_BASE_LISTENER = D:\Oracle\niug
 
 
2.ORA-28001: the password has expired (DBD ERROR: OCISessionBegin)
使用sys 用户登录
select username,account_status from dba_users;
 
执行alter user sysman identified by orcl;

相关文章:

  • 2021-04-10
  • 2021-12-27
  • 2021-12-24
  • 2021-05-22
  • 2021-06-12
  • 2021-11-05
猜你喜欢
  • 2022-01-30
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
相关资源
相似解决方案