随笔分类 -  oracle

python3向oracle插入数据
摘要:python3.7连接oracle 本文示例使用 oracle-11.2.0.4.0版本 oracle-client准备部分 1.下载oracle client,下载地址 注意: 1.保证与oracle服务器版本统一 2.python3 ,oracle服务器,oracle client统一使用64位 阅读全文

posted @ 2020-05-08 19:33 石墨方 阅读(3008) 评论(0) 推荐(0)

oracle使用时注意
摘要:通过sqlplus用dba用户登录 sqlplus / as sysdba 创建表空间 create tablespace test_dt datafile '/home/oracle/test_dt.dbf' size 100M autoextend on next 10M; 创建用户 creat 阅读全文

posted @ 2020-04-26 10:45 石墨方 阅读(215) 评论(0) 推荐(0)

导航