Oracle:Authid Current_User的使用
摘要:我们知道,用户拥有的role权限在存储过程是不可用的。遇到这种情况,我们一般需要显式授权,如grant create table to usera;但这种方法太麻烦,有时候可能需要进行非常多的授权才能执行存储过程,实际上,oracle给我们提供了在存储过程中使用role权限的方法:修改存储过程,加入
阅读全文
posted @
2017-03-24 17:52
凌度
阅读(600)
推荐(0) 编辑
oracle的sqlldr常见问题
摘要:http://www.orafaq.com/wiki/SQL*Loader_FAQ#Can_one_skip_certain_columns_while_loading_data.3F What is SQL*Loader and what is it used for?[edit] SQL*Loa
阅读全文
posted @
2017-03-22 16:20
凌度
阅读(1232)
推荐(0) 编辑
python访问hive
摘要:windows下32位没成功,报错(64位可以http://www.lfd.uci.edu/~gohlke/pythonlibs/ 下载 sasl‑0.2.1‑cp27‑cp27m‑win_amd64.whl) linux安装 pyhs2,cyrus-sasl(cyrus-sasl-plain cy
阅读全文
posted @
2017-03-09 17:51
凌度
阅读(7952)
推荐(0) 编辑