- 浏览: 688444 次
- 性别:
- 来自: 中山
-
最新评论
-
wuhuizhong:
jFinal支持Rest风格吗?可以想spring mvc那样 ...
在JFinal的Controller中接收json数据 -
wuhuizhong:
在jfinal中应如何获取前端ajax提交的Json数据?ht ...
在JFinal的Controller中接收json数据 -
wuhuizhong:
jfinal如何处理json请求的数据:问题: 在某些api接 ...
在JFinal的Controller中接收json数据 -
wuhuizhong:
Ubuntu14.04 安装 Oracle 11g R2 Ex ...
Oracle 11g release 2 XE on Ubuntu 14.04 -
alanljj:
这个很实用,已成功更新,谢过了!
odoo薪酬管理模块l10n_cn_hr_payroll
文章列表
Linux的20个系统监视工具
- 博客分类:
- linux
需要监视Linux服务器的性能?试试这些内置的命令和一些附加的工具吧。大多数Linux发行版都集成了一些监视工具。这些工具可以获取有关系统活动的信息的详细指标。通过这些工具,你可以发现产生系统性能问题可能存在原因 ...
oracle链接MySQL
- 博客分类:
- Oracle
-- Drop existing database link drop public database link MYSQL_LINK.REGRESS.RDBMS.DEV.US.ORACLE.COM;-- Create database link create public database link MYSQL_LINK.REGRESS.RDBMS.DEV.US.ORACLE.COM connect to MYSQL using '(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.11.98) (PORT =33 ...
关于Oracle性能优化
- 博客分类:
- Oracle
【Oracle原厂售后Maclean技术分享】开Oracle调优鹰眼,深入理解AWR性能报告
第一讲:http://www.tudou.com/programs/view/Dp_YYjvX-KM/ 第二讲:http://www.tudou.com/programs/view/ORRvMVNLKaU/
http://www.tudou.com/programs/view/ORRvMVNLKaU/?rpid=78129035&resourceId=78129035_06_05_99
RAC与OS 学习资料下载地址:http://t.askmaclean.com/thre ...
Getting Started
In order to use UTL_FILE package, which is owned by SYS, you have to grant EXECUTE privilege to user after you log in as SYS.
Execute the following commands at SQL> prompt after starting SQL*PLUS.
connect sys/password as sysdba
Provide the password of SYS account, which is g ...
PL/SQL 编码规范
- 博客分类:
- Oracle
浏览地址:http://www.williamrobertson.net/documents/plsqlcodingstandards.html
一、安装Torquebox
参考:http://torquebox.org/getting-started/3.0.1/first-steps.html#first-steps-windowshttp://torquebox.org/documentation/3.0.1/JAVA_HOME=D:\Program Files\Java\jdk1.7.0_21JBOSS_HOME=D:\torquebox-3.0.1\jbossJRUBY_HOME=D:\torquebox-3.0.1\jrubyTORQUEBOX_HOME=D:\torquebox-3.0.1E:\ruby_workspac ...
Recently a friend asked me for this. I see it a lot on OraFaq as a question in the forums so here are the basics of working with delimited strings. I will show the various common methods for creating them and for unpacking them. Its not like I invented this stuff so I will also post some links for a ...
在实际的应用中,为了让PL/SQL 函数返回数据的多个行,必须通过返回一个 REF CURSOR 或一个数据集合来完成。REF CURSOR 的这种情况局限于可以从查询中选择的数据,而整个集合在可以返回前,必须进行具体化。 9i 通过引入的管道 ...
he DBMS_UTILITY.comma_to_table and DBMS_UTILITY.table_to_comma procedures allow you to split and rejoin the values in a CSV record.
DECLARE
l_list1 VARCHAR2(50) := 'A,B,C,D,E,F,G,H,I,J';
l_list2 VARCHAR2(50);
l_tablen BINARY_INTEGER;
l_tab DBMS_UTILITY.uncl_array;
BEGIN
DBMS ...
Overview
The following article shows some of the possibilities how XML documents can be created with PL/SQL and Oracle 8i or 9i. The discussed topics are:
XMLGEN Package
XML-SQL Utility for PL/SQL
XMLDOM Package
The examples use the well known tables DEPT (the master table) and ...
Java Oracle 导入到 Excel
- 博客分类:
- Oracle
附件:ExportExcelInst.java
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.Prepa ...
Oracle anydataset
- 博客分类:
- Oracle
return resultset from function
你所不知道的秘技+神技:动态行转列
Oracle提供了与RedHat Kickstart类似的自动安装方式:Silent Mode。
通过Oracle通用安装工具(Oracle Universal Installer,以下简称为OUI)和安装应答文件(response file,以下简称为应答文件),可以完成非交互方式下的Oracle9i及更新的产品安装。OUI使用应答文件中定义的变量及对应的具体内容来处理某些 甚至全部的安装提示。如果应答文件已经包括了所有的安装提示,那么就可以执行一个没有图形界面的非交互安装了。当然也可以利用相应的应答文件来非交互方式 运行数据库升级助理(Database Upgrade Assist ...
系统的建设,必须满足未来5年业务发展和管理的需求,所以下面对服务器性能指标的估算,将以满足未来5年的需要为基准。
1.数据库服务器1.1. TPCC值估算 约定: 系统同时在线用户数为100人(U1); 平均每个用户每分钟发出2次业务请求(N1); 系统发出的业务请求中,更新、查询、统计各占1/3; 平均每次更新业务产生3个事务(T1); 平均每次查询业务产生8个事务(T2); 平均每次统计业务产生13个事务(T3); 一天内忙时的处理量为平均值的5倍; 经验系数为1.6;(实际工程经验) 考虑服务器保留30%的冗余; 服务器需要的处理能力为: TPC-C ...
SQL Server To Oracle 工具程式