-
基于Mondrian的开放
基于mondrian 开源框架进行OLAP多维分析,如何进行下钻和上钻操作-Based on the Mondrian open-source framework for multi-dimensional OLAP analysis, how to carry out under the drilling and drilling operation
- 2022-12-06 10:40:15下载
- 积分:1
-
OOW_Latch
oracle database 11g latch
- 2018-08-15 08:44:36下载
- 积分:1
-
数据库操作辅助工具类
整理了一些数据库的相关工具,这样来凝结数据库,进行增删改查等等就都可以直接调用,非常方便。
- 2022-07-28 04:21:54下载
- 积分:1
-
OracleHelper
访问oracle数据的与C#接口,在C#中如何连接oracle数据库,访问存储过程,批量更新数据库等(Oracle data access with C# interface, in C# how to connect oracle database, visit the stored procedure, update the database, such as bulk)
- 2009-03-24 12:28:45下载
- 积分:1
-
OracleDataSpeak
Oracle入门讲座,你若是程序员还是要成为Oracle的DBA是你学习Oracle入门的好基础.(Oracle study. speak )
- 2009-11-23 17:01:24下载
- 积分:1
-
1
说明: 数据库插入的典型方法 工具类方便于以后操作(Database insert)
- 2016-10-08 20:47:50下载
- 积分:1
-
VCOLEMRecordsSample
从vc连接到oracle数据库。包括连接,-from vc connected to the oracle database. Including connectivity,(From vc to connect to oracle database. Includes the connection to,-from vc connected to the oracle database. Including connectivity,)
- 2008-01-19 10:55:12下载
- 积分:1
-
SQL_HINT
Oracle sql hint 解释说明笔记
- 2012-05-27 11:41:11下载
- 积分:1
-
oracle数据库备份脚本,用shell编写,支持热备份和冷备份
oracle数据库备份脚本,用shell编写,支持热备份和冷备份-oracle database backup scripts, using shell preparation, hot and cold backup backup
- 2022-03-25 19:52:35下载
- 积分:1
-
4, the preparation of a process. Requirements: have an input parameter and an ou...
4、 编写一个过程。要求:有一个输入参数和一个输出参数,过程里面要有自定义异常。从学生表中(tab_student)中寻找符合指定学号等于输入参数的值,然后将找到的学生的姓名赋予输出参数,如果没有符合条件的值则触发异常。
Create table tab_student
(sno char(8),
sname varchar2(20),
age integer,
province varchar2(60),
sex char(4))
insert into tab_student values(‘001’,’zhou’,20,’江苏徐州’,’男’)
上述表已经创建,只需针对此表编写即可。
-4, the preparation of a process. Requirements: have an input parameter and an output parameter, the process which must be custom exception. From the student table (tab_student) to find places to comply with the specified number of values equal to the input parameters, and then will find the names of the students entrusted to output parameters, if there is no eligible trigger abnormal value. Create table tab_student (sno char (8), sname varchar2 (20), age integer, province varchar2 (60), sex char (4)) insert into tab_student values (
- 2022-04-19 01:29:02下载
- 积分:1