摘要:
登录时提醒修改密码,原因是原密码过期,使用system用户登录,执行命令: select * from dba_profiles where profile='DEFAULT' and resource_name='PASSWORD_LIFE_TIME'; 其中limit字段为有效期,其值为180, 阅读全文
摘要:
1、查询系统用户 select * from all_users;select * from dba_users; 2、表空间 查询表空间 select * from dba_data_files; 删除表空间 drop tablespace FS_INDEX_TBS_2020 including 阅读全文