Oracle数据库常用操作

还是博客园靠谱

删除语句

delete from 表名 where 条件

drop table 表名

truncate table 表名

https://www.php.cn/oracle/491880.html#

密码过期

  • 用sysdba身份登陆
  • select * from dba_profiles where profile='default' and resource_name='password_life_time';
  • alter profile default limit password_life_time unlimited;

https://www.cnblogs.com/soar-gh/p/5949158.html#

posted @ 2023-03-29 22:11  橘子Jane  阅读(21)  评论(0)    收藏  举报