摘要:
create sequence SEQ_ID minvalue 1 maxvalue 99999999 start with 1 increment by 1 nocache order; 建解发器代码为: create or replace trigger tri_test_id before insert on test --S_Depart 是表名 for each row... 阅读全文
posted @ 2019-07-26 11:46
Baron-Li
阅读(144)
评论(0)
推荐(0)
摘要:
Python连接Oracle问题 1、pip install cx_oracle 2、会出现乱码问题: 方法一:配置环境变量 export NLS_LANG="SIMPLIFIED CHINESE_CHINA.UTF-8" 方法二:在代码中导入 import os os.environ["NLS_L 阅读全文
posted @ 2019-07-26 09:04
Baron-Li
阅读(144)
评论(0)
推荐(0)

浙公网安备 33010602011771号