码迷,mamicode.com
首页 >  
搜索关键字:catalog database    ( 15094个结果
高新服务平台在SUSE系统上重新部署笔录
安装步骤 ./shutdown.sh 停止tomcat(1) 删除 zjgx 目录下 除bbs 和Demos所有目录和文件(2)上传zjgx0519.zip 到zjgx目录下(3)unzip zjgx0519.zip 该包不带目录,所以直接解压(4)数据库脚本在database目录下,该脚本图片路....
分类:其他好文   时间:2014-05-23 08:26:30    阅读次数:297
UTL_FILE 的用法
UTL_FILE 的用法UTL_FILE 是用来进行文件IO处理的专用包,使用这外包的注意事项如下:1. 生成的文件好象只能放置在DATABASE所在的服务器路径中.2. 生成的文件如何DOWNLOAD到本地来,还有待研究.Coding步骤:1. 注册文件输出路径 Create directory ...
分类:其他好文   时间:2014-05-22 04:41:00    阅读次数:206
MySQL 安装与使用(二)
操作系统:CentOS release 5.10 (Final)MySQL版本:5.1.72-community一、MySQL数据库简单迁移(备份与还原)参考:http://dev.mysql.com/doc/refman/5.1/zh/database-administration.html#ba...
分类:数据库   时间:2014-05-22 04:17:38    阅读次数:406
数据库编码问题
lmysql有六处使用了字符集,分别为:client 、connection、database、results、server 、system。?client是客户端使用的字符集。?connection是连接数据库的字符集设置类型,如果程序没有指明连接数据库使用的字符集类型就按照服务器端默认的字符集设...
分类:数据库   时间:2014-05-22 02:27:03    阅读次数:278
性能测试结果分析
Definitions:?StressTests the server –Peak volume over a short span of time?LoadTests the database –Largest load the database can handle at one time?Vo...
分类:其他好文   时间:2014-05-22 01:29:01    阅读次数:338
连接数据库
using System.Data.SqlClient;static void Main(string[] args) { string connString = @"Data Source=.; Initial Catalog=lh0216; User ID=s...
分类:数据库   时间:2014-05-21 21:37:07    阅读次数:369
zabbix proxy 分布式监控
1.编译安装./configure --prefix=/usr/local/zabbix-proxy/ --enable-proxy --with-mysqlmysql zabbix_proxy<database/mysql/schema.sql2. 设置 zabbix_proxy.conf1 使用...
分类:其他好文   时间:2014-05-21 05:39:29    阅读次数:353
执行SQL存储脚本
using System.Data.SqlClient;static void Main(string[] args) { string connString = @"Data Source=.; Initial Catalog=lh0216; User ID=s...
分类:数据库   时间:2014-05-21 04:18:08    阅读次数:388
解决SQLite异常:library routine called out of sequence
在项目开发中,使用SQLite一不小心就会碰到各种DB异常,网上搜了下没有这方面的资料,写出来记录下。异常信息:android.database.sqlite.SQLiteMisuseException: library routine called out of sequence: , while...
分类:数据库   时间:2014-05-21 03:12:20    阅读次数:1023
数据库升级问题—ORA-39700: database must be opened with UPGRADE option
1.错误描述一个数据较长时间未使用了,最近启动时出现如下错误:SQL>startupOracleinstancestarted.TotalSystemGlobalArea4932501504bytesFixedSize2103096bytesVariableSize889194696bytesDatabaseBuffers4026531840bytesRedoBuffers14671872bytesDatabasemounted.ORA-0109..
分类:数据库   时间:2014-05-20 22:13:11    阅读次数:466
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!