oracle11g更改字符集AL32UTF8为ZHS16GBK及创建用户、删除用户

注:http://ligaosong.iteye.com/blog/1893273

另:

1.oracle创建用户(使用system登录)

create user xyxt identified by xyxt;//创建用户名为xyxt,密码为xyxt的用户
grant create session to xyxt; //使用sys或system账号执行
grant create table to xyxt;

注:http://housen1987.iteye.com/blog/1345496

2.ORACLE删除当前用户下所有的表的方法:

drop user user_name cascade;

注:https://www.cnblogs.com/chshnan/archive/2012/02/07/2341694.html

3.使用ob导入数据报错 IMP-00013 只有 DBA 才能导入由其他 DBA 导出的文件的解决方法

给该用户授予dba权限

grant dba to xyxt;//给用户权限

注:https://blog.csdn.net/zml19910422/article/details/24272999

4.删除表中的数据

delete from aa 
truncate table aa 

https://blog.csdn.net/qq_16736531/article/details/50847504

https://www.cnblogs.com/RGBTH/p/12976769.html

5.删除表结构及数据

drop table tb_maintence purge;

https://blog.csdn.net/huangbaokang/article/details/90665653

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值