码迷,mamicode.com
首页 >  
搜索关键字:oracle install    ( 80642个结果
通过rcurl抓取网页数据
获取数据有多种方式,例如从txt、excel、curl、数据库等,我比较喜欢curl和数据库,先介绍下rcurl一 下载rcurl包http://cran.r-project.org/web/packages/RCurl/index.html二 安装sudo R CMD INSTALL RCurl_...
分类:Web程序   时间:2014-05-16 18:57:57    阅读次数:438
oracle 11g 安装及netca,dbca乱码之解决
在中文Linux下安装Oracle 11g,运行runInstaller后默认会出现乱码,解决办法如下:1、准备字体zysong.ttf,点击下载,解压下载到的fallback2、使用归档管理器打开database/stage/Components/oracle.jdk/1.5.0.17.0/1/D...
分类:数据库   时间:2014-05-16 18:56:56    阅读次数:453
oracle 查某一列有重复值的记录
-- 查找重复记录select names,num from test where rowid != (select max(rowid) from test b where b.names = test.names and b.num = test.num)或者使用select names,n.....
分类:数据库   时间:2014-05-16 18:51:53    阅读次数:278
实用脚本 1 -- 安装Ctags
Ctags是vim下方便代码阅读的工具,一般VIM中已经默认安装了Ctags,它可以帮助程序员很容易地浏览源代码。1、如果系统中没有此工具用如下方法安装: 到ctags官网下载源码,解压后 $ ./configure $ make $ sudo make install 如果你使用的是Ubuntu系...
分类:其他好文   时间:2014-05-16 18:28:12    阅读次数:239
ORA-12516:TNS:listener could not find available handler with matching protocol stack
应用程序连接测试数据库时报ORA-12516:TNS:listener could not find available handler with matching protocol stack 检查监听日志文件,发现大量的TNS-12516错误 cd /u01/app/oracle/product...
分类:其他好文   时间:2014-05-16 18:23:03    阅读次数:247
常用Application Server
综述,我们这里列出的application server应用服务器,主要是对servlet和JSP提供了良好的支持;[resin][Tomcat][jboss]community.jboss.org yum install java-1.6.0-openjdk-develwget http://do...
分类:移动开发   时间:2014-05-16 18:15:59    阅读次数:317
Oracle MSDAORA链接和OraOledb链接的问题 With AS
Oracle 连接字符串问题
分类:数据库   时间:2014-05-16 09:46:51    阅读次数:372
Oracle Management Packs
http://kerryosborne.oracle-guy.com/2008/10/oracle-management-packs/ There has been quite a bit of confusion about the licensing of Oracle Management P...
分类:数据库   时间:2014-05-16 09:39:52    阅读次数:441
通过rcurl抓取网页数据
获取数据有多种方式,例如从txt、excel、curl、数据库等,我比较喜欢curl和数据库,先介绍下rcurl一 下载rcurl包http://cran.r-project.org/web/packages/RCurl/index.html二 安装sudo R CMD INSTALL RCurl_...
分类:Web程序   时间:2014-05-14 08:20:31    阅读次数:392
oracle 11g 安装及netca,dbca乱码之解决
在中文Linux下安装Oracle 11g,运行runInstaller后默认会出现乱码,解决办法如下:1、准备字体zysong.ttf,点击下载,解压下载到的fallback2、使用归档管理器打开database/stage/Components/oracle.jdk/1.5.0.17.0/1/D...
分类:数据库   时间:2014-05-14 08:11:15    阅读次数:469
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!