摘要: 1、创建用户: create user toptea2 identified by "用户名" 2、给用户授权 grant create session to 用户名; grant create table to 用户名; grant create tablespace to 用户名; grant 阅读全文
posted @ 2018-01-17 19:01 步步丶惊云 阅读(3492) 评论(0) 推荐(0) 编辑
摘要: 查看回收站中表 select object_name,original_name,partition_name,type,ts_name,createtime,droptime from recyclebin; 恢复表 SQL>flashback table test_drop to before  阅读全文
posted @ 2018-01-17 18:49 步步丶惊云 阅读(12592) 评论(0) 推荐(1) 编辑