资源简介
ogg112101_ggs_Windows_x64_ora11g_64bit.zip
还有 linux版本的,但是因为文件大于60mb,不能上传,有需要请联系。
代码片段和文件信息
/**************************************************************************
Copyright (c) 2001 2011 Oracle and/or its affiliates. All rights reserved.
Program description:
User exit example for Windows NT and Unix. This example uses the
TCUSTMER and TCUSTORD tables which can be created and manipulated using
the demo*.sql scripts included with the ER release.
Change History:
04/15/10 - TAS
BUG-9572108 Added #include for OSS types.
06/11/09 - SS
OS-9026 Rectifying the check-in errors of UserExit modules
04/21/09 - TAS
OS-8962 Corrected #ifdef for AIX
09/15/08 - TAS
OS-3698
Added truncates to stats output.
No ticket Corrected tbl compare to drop owner.
08/09/08 - TAS
OS-5297 corrected isprint issue. Compile issue for MVS
08/07/08 - TAS
OS-5297 Cleaned up #defines for WIN32 for .net and before.
06/13/08 - TAS
OS-5297 Added includes for linux.
07/30/07 - TAS
Added disabled warns for sprintf vsprintf NT VS 2005.
Callback examples for tokens position and printing to report file.
03/22/07 - SMB
Add support for column lengths up to 64K bytes.
12/15/06 - TAS
No Ticket correct stack overflow on NT from large row changes.
11/30/06 - CP
FP #13489 - Support new callback functions: GET_TABLE_metaDATA
GET_COL_metaDATA_FROM_INDEX GET_COL_metaDATA_FROM_NAME.
02/12/06 - SRC
Support new callback functions: FETCH_CURRENT_RECORD_WITH_LOCK
FETCH_CURRENT_RECORD and OUTPUT_MESSAGE_TO_REPORT. Fetching is only
supported in replicat and only if a mapped target buffer is available.
Fetch the current record by key from the target database. Modify
existing callbacks to expose the data values for the fetched record.
Messages are output to the report file and/or console based on our
existing reporting logic.
05/15/01 - SRC
Initial revision.
***************************************************************************/
#include
#ifdef WIN32
#define int8_t signed char
#define int16_t short
#define int32_t long
#define int64_t __int64
#define uint8_t unsigned char
#define uint16_t unsigned short
#define uint32_t unsigned long
#define uint64_t unsigned __int64
#include
#if (_MSC_VER>=1400)
#pragma warning(disable:4018)
#pragma warning(disable:4996)
#endif
#else
#if defined(__linux__)
#include
#include
#include
#endif
#if defined(__MVS__)
#include
#include
#include
#endif
#if !defined(__MVS__) && !defined(__linux__)
#include
#endif
#if defined (_OSS_HOST)
#include
#endif
#include
#include
#include
#include
#endif
#include “usrdecs.h“
/* ER callback routine */
#ifndef WIN32
void ERCALLBACK(ercallback_function_codes function_code
void *buf s
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1739776 2012-04-23 11:53 mgr.exe
文件 2493952 2012-04-23 12:05 ggsci.exe
文件 1207296 2012-04-23 12:10 ggcmd.exe
文件 32256 2012-04-23 12:10 install.exe
文件 1257280 2012-04-23 11:36 ggMessage.dat
文件 169753 2012-02-01 00:20 help.txt
文件 759 2010-10-15 12:37 tcperrs
文件 1725 2010-10-15 12:37 bcrypt.txt
文件 1668 2010-10-15 12:37 libxm
文件 1476 2010-10-15 12:37 zlib.txt
文件 1968 2010-10-15 12:37 freeBSD.txt
文件 213535 2012-01-19 01:19 notices.txt
文件 1417216 2012-04-23 11:32 libxm
文件 2656256 2012-04-23 11:32 xerces-c_2_8.dll
文件 15593472 2012-04-23 11:32 icudt38.dll
文件 1265664 2012-04-23 11:32 icuin38.dll
文件 1170944 2012-04-23 11:32 icuuc38.dll
文件 104960 2012-04-23 11:32 antlr3c.dll
文件 198144 2012-04-23 11:32 antlr3cd.dll
文件 200192 2012-04-23 11:43 ggrepo.dll
文件 2098176 2012-04-23 11:41 gglog.dll
文件 1019 2012-04-23 12:10 pw_agent_util.bat
文件 1015 2012-04-23 12:10 pw_agent_util.sh
文件 420 2012-04-23 12:10 jagent.bat
文件 406 2012-04-23 12:10 jagent.sh
文件 1575424 2012-04-23 11:32 libdb52.dll
文件 1257472 2012-04-23 12:14 cobgen.exe
文件 1282560 2012-04-23 12:19 ddlcob.exe
文件 1260544 2012-04-23 12:23 emsclnt.exe
文件 9728 2012-04-23 12:24 keygen.exe
文件 1390592 2012-04-23 12:28 logdump.exe
............此处省略156个文件信息
- 上一篇:数学语言看世界
- 下一篇:DundasChart图表工具6.2专业破解版
评论
共有 条评论