摘要:
登录要赋予权限的用户 执行:select * from session_roles; 结果发现没有已被赋予的权限 执行:conn / as sysdba 再执行:alter user username(要赋予权限的用户名) default role all; 再执行:select * from se 阅读全文
posted @ 2020-07-17 15:26
晴天fly
阅读(1324)
评论(0)
推荐(0)
摘要:
备份: 在cmd命令行中,执行sqlplus,用管理员账号登录 建立目录对象: create directory expdir as ‘D:\expdir’; 赋予要备份数据的用户导出权限: grant exp_full_database to username(你要备份的用户名); 另打开一个cm 阅读全文
posted @ 2020-07-17 15:17
晴天fly
阅读(868)
评论(0)
推荐(0)

浙公网安备 33010602011771号