• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






笨丫头就是笨

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2018年5月24日

cx_Oracle 连接数据库脚本
摘要: import cx_Oracle as oracle db = oracle.connect('blsdm/BLS_admin01@blsprod01.c2dlljmccmd3.ap-southeast-1.rds.amazonaws.com:1521/orcl') cursor = db.cursor() cursor.execute('select sysdate from dual') d... 阅读全文
posted @ 2018-05-24 18:38 笨丫头就是笨 阅读(173) 评论(0) 推荐(0)
 
DPI-1047: 64-bit Oracle Client library cannot be loaded: "D:\app\xyg\product\11.2.0\client_1\bin\oci.dll is not the correct architecture"
摘要: 连接 oracle数据库报错 阅读全文
posted @ 2018-05-24 18:37 笨丫头就是笨 阅读(575) 评论(0) 推荐(0)
 
plsql dbms_jobs 自动调度失败
摘要: ORA-12011: execution of 1 jobs failed ORA-06512: at "SYS.DBMS_IJOB", line 812 ORA-06512: at line 1 阅读全文
posted @ 2018-05-24 11:39 笨丫头就是笨 阅读(1005) 评论(0) 推荐(0)