还是博客园靠谱
删除语句
delete from 表名 where 条件
drop table 表名
truncate table 表名
密码过期
- 用sysdba身份登陆
- select * from dba_profiles where profile='default' and resource_name='password_life_time';
- alter profile default limit password_life_time unlimited;
标签:常用,数据库,www,html,https,表名,Oracle,table,password From: https://www.cnblogs.com/Jane-share/p/17270638.html