发布网友 发布时间:2022-04-09 09:50
共2个回答
懂视网 时间:2022-04-09 14:11
>set ORACLE_SID=orcl C:UsersAdministrator>sqlplus / as sysdba SQL*Plus: Release 11.2.0.1.0 Production on 星期日 9月 25 09:04:20 2016 Copyright (c) 1982, 2010, Oracle. All rights reserved. 连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production With the Partitioning, OLAP, Data Mining and Real Application Testing options SQL> alter user system identified by 123456;
修改oracle系统用户system的密码
标签:
热心网友 时间:2022-04-09 11:19
在oracle所在系统 进行本地系统用户登录sqlplus “/as sysdba”