随笔分类 - linux
摘要:本文思路介绍如下
1、在centos中安装oracle客户端并配置环境变量
2、在centos中安装ftp客户端
3、编写shell,实现查询oracle数据库表,并写到本地txt文件
4、编写shell,实现上传文件到ftp
5、定时任务编写
阅读全文
摘要:直接代码,shell文件名为testFtptool.sh: #!/bin/bash#######################################################################################功能:ftp上传/下载文件#用法:第一个参...
阅读全文
摘要:1、表结构 create table t_student( id number(10) primary key, name varchar2(50), birthday date ); create sequence seq_t_student start with 1 increment by 1
阅读全文

浙公网安备 33010602011771号