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;