alter table tb_papermaintable add createTime DATE ;
comment on column tb_papermaintable.createTime is '创建时间';
ORA-01017: invalid username/password; logon denied解决方案
1、sqlplus /nolog
2、conn / as sysdba
3、alter user username identified by 123456;
解决ORA-01017错误
alter table tb_papermaintable add createTime DATE ;
comment on column tb_papermaintable.createTime is '创建时间';
1、sqlplus /nolog
2、conn / as sysdba
3、alter user username identified by 123456;
3298
4253
4203

被折叠的 条评论
为什么被折叠?