摘要: Korn shell 是一个unix上的shell 程序,主要用在各种unix系统上,比如:sun/oracle unix,AIX等。ksh是有贝尔实验室的David korn开发出来的,ksh结合了C shell的交互式特性,并且也融入了bourne shell的语法。 安装korn shell( 阅读全文
posted @ 2017-01-09 18:41 saratearing 阅读(7726) 评论(0) 推荐(0) 编辑
摘要: 摘自:http://www.centoscn.com/CentOS/help/2014/1030/4025.html 前言 crontab是Unix和Linux用于设置周期性被执行的指令,是互联网很常用的技术,很多任务都会设置在crontab循环执行,如果不使用crontab,那么任务就是常驻程序, 阅读全文
posted @ 2017-01-09 18:29 saratearing 阅读(716) 评论(0) 推荐(0) 编辑
摘要: 1、在Oracle账号下,创建归档日志删除文件del_arch.sh 文件位置:/home/oracle/crontabOra,内容如下: 2、赋可执行权限 3、设定定时任务,在Oracle账号下,编辑配置文件 ps -ef | grep crond #判断定时服务是否启动 service cron 阅读全文
posted @ 2017-01-09 18:19 saratearing 阅读(8352) 评论(0) 推荐(1) 编辑
摘要: #查看数据库是否为归档模式select name ,log_mode from v$database; #改变归档模式到非归档模式shutdown normal/immediate; #关闭数据库startup mount; #启动数据库到mount状态alter database noarchiv 阅读全文
posted @ 2017-01-09 15:48 saratearing 阅读(233) 评论(0) 推荐(0) 编辑
摘要: UnixODBC下载安装地址:http://www.unixodbc.org/ DOWNLOAD Distribution Format unixODBC is currently availible in a gzip, tar format. This means that you should 阅读全文
posted @ 2017-01-09 10:12 saratearing 阅读(710) 评论(0) 推荐(0) 编辑