2007-11-28

RedHat补丁包下载与RPM包的制作

关键字: RedHat补丁 Linux Spec
REDHAT AS4补丁SRPMS下载:http://ftp.redhat.com/pub/redhat/linux/updates/enterprise/4AS/en/os/SRPMS/ 下载到的是源码包,使用rpm -vih  xx.rpm 后 在/usr/src/redhat/SPECS 下会有个 xx.spec 运行rpmbuild -bb xx.spec 就会在/usr/src/redhat/RPMS/i386(or i486 etc.)  目录下生成对应的RPM包。 ========================================= ...
2007-11-28

[转]RPM 命令手册

关键字: RPM命令 LINUX命令
一、安装 命令格式: rpm -i ( or --install) options file1.rpm ... fileN.rpm 参数: file1.rpm ... fileN.rpm  将要安装的RPM包的文件名 详细选项: -h (or --hash) 安装时输出hash记号 (``#'')   --test         只对安装进行测试,并不实际安装。 --percent      以百分比的形式输出安装的进度。 --excludedocs  不安装软 ...
2007-11-23

JAVA中读取ORACLE的CLOB字段

关键字: oracle clob jdbc
现在项目遇到CLOB字段的使用,在网上搜索一下,读取ORACLE数据库中的CLOB字段大多数是使用oracle驱动包中带的Clob。而JAVA的sql包中也有个Clob接口,应该怎么用呢,我的使用方法是:  java 代码…   ResultSet rs = …   Reader reader;   String clobStr;   if(rs.next())   {    & ...
2007-11-12

DataTypes in Oracle

关键字: Oracle DataType
The article below was written By Sanskruti           A datatype is a classification of a particular type of information or data. Each value manipulated by Oracle has a datatype. The datatype of a value associates a fixed set of properties with the value. These ...
咖啡舞者
搜索本博客
最近加入圈子
存档
最新评论