跑SELECT dbms_sqltune.report_tuning_task(:tuning_task) FROM dual; 错误消息,如下面:ORA-00600: internal error code, arguments: [kesqsMakeBindValue:obj], [], [],...
分类:
数据库 时间:
2015-10-07 08:33:57
阅读次数:
213
QUESTION NO: 110
You executed the following command in Recovery Manager (RMAN):
RMAN> REPORT NEED BACKUP days 3;
What is the output of this command?
A. a list of files that require a backup within...
分类:
其他好文 时间:
2015-10-05 11:45:38
阅读次数:
135
QUESTION NO: 97
Which of the following commands will fail?
A. report schema;
B. report need backup;
C. report need backup days 3;
D. report user;
E. report obsolete;
Answer: D下面的哪条命令将失败?D. repo...
分类:
其他好文 时间:
2015-10-05 00:49:24
阅读次数:
186
Anonymous UUID: 9E5F7DE8-3A83-2978-8AC0-2FD1C1DC1171Sat Oct 3 10:30:17 2015*** Panic Report ***panic(cpu 2 caller 0xffffff8006d6beed): "a freed zone e...
分类:
其他好文 时间:
2015-10-03 16:54:02
阅读次数:
2262
思路: 创建一个utf-8实例的数据库用来作为数据库的生成环境。 利用pl sql工具,导出数据库的创建语句,在utf-8数据库中执行,生成utf-8基库的骨架结构。 创建dblink用于复制表数据 例如 insert into ess_report...
分类:
数据库 时间:
2015-09-30 16:39:44
阅读次数:
245
在开发环境的电脑上可生成报表,但是一到客户端就提示An error occurred during local report processing错误。猜想是缺dll,补充上Microsoft.ReportViewer.Common.dllMicrosoft.ReportViewer.WinForm...
分类:
其他好文 时间:
2015-09-28 23:51:20
阅读次数:
274
insert Vodafone sim card,open the mms read report,when receive the read report,cann't download the messageTest steps:1.insert Vodafone sim card2.open ...
分类:
其他好文 时间:
2015-09-28 10:00:08
阅读次数:
166
grid+report 的例子很丰富,首先看你所用对应编程语言的例子。参考帮助的“产品介绍->快速入门指导”部分。根据快速入门指导中的说明,先把例子程序运行。例子分两部分:1、报表模板例子,主要是说明各种格式报表的设计,默认安装,在C:\Grid++Report 5.0\Samples\Report...
分类:
其他好文 时间:
2015-09-26 19:58:12
阅读次数:
173
************************************************************************ Report : YMMI1 ** Applic...
分类:
其他好文 时间:
2015-09-25 16:04:12
阅读次数:
206
在发开报表时,使用了锐浪报表。需要注意的一些细节:1、给staticbox设置文本,通过GridppReport的变量,使用ControlByName获取到控件后进行设置文字_report.ControlByName("OrganizationName").AsStaticBox.Text = "你...