oracle技术手册供初学者

源代码在线查看: loadlog

软件大小: 761 K
上传用户: ll122644144
关键词: oracle 技术手册 初学者
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/usr/bin/bash								USER_PASSWD=dbuser/oracle								sqlplus -s $USER_PASSWD 				truncate table charge_fee;				truncate table charge_fee_dtl;				truncate table charge_fee_cfg;				exit				EOF								TABLE=charge_fee				sqlldr $USER_PASSWD control=ctl/${TABLE}.ctl log=ctl/${TABLE}.log direct=true				TABLE=charge_fee_dtl				sqlldr $USER_PASSWD control=ctl/${TABLE}.ctl log=ctl/${TABLE}.log direct=true				TABLE=charge_fee_cfg				sqlldr $USER_PASSWD control=ctl/${TABLE}.ctl log=ctl/${TABLE}.log direct=true							

相关资源