摘要:
最近写了一些Linux下网络编程的一些程序,做几点总结吧。先给出客户端后服务器的一些Socket初始化的代码,以后可以直接拿来调用。客户端Socket初始化代码#include <stdio.h>#include <stdlib.h>#include <string.h>#include <fcntl.h>#include <time.h>#include <strings.h>#include <sys/types.h>#include <sys/socket.h>#include <uni 阅读全文
摘要:
最近的数据导入(IMP)时碰到了ORA-01187 ORA-01110 错误,由于这个数据库是使用热备恢复过来的,且恢复也是成功的,因为数据库能够成功open,那到底是哪里有遗漏呢?如你有类似的问题,不妨往下看。1、故障现象IMP-00003: ORACLE error 1187 encounteredORA-01187: cannot read from file 202 because it failed verification testsORA-01110: data file 202: '/u02/database/EC0320/temp/EC0320_tempEC0320. 阅读全文