闪回可以做的操作有如下几种类型:
1、当数据错误删除,并且提交时
2、当错误删除了一张表drop table。
3、通过闪回获取表的历史记录。
4、当错误地执行了一个事务,并且提交了。
5、将整个数据库进行恢复。
使用闪回条件:
1、切换到管理员上。
假设开始登录的用户名和密码是MISPS
如果是连接远程的,连接sqlplus的方式是:
sqlplus
MISPS/MI...
分类:
其他好文 时间:
2014-05-10 09:29:55
阅读次数:
294
官方代码发短息和邮件添加MessageUI.framework 库发送信息-
(IBAction)showSMSPicker:(id)sender{ // You must check that the current device
can send SMS messages before you ...
分类:
移动开发 时间:
2014-05-08 20:26:04
阅读次数:
500
一、基础
1、说明:创建数据库?CREATE DATABASE database-name?
2、说明:删除数据库?drop database dbname?
3、说明:备份sql server?
--- 创建 备份数据的 device?
USE master?EXEC sp_addumpdevice 'disk', 'testBack', 'c:\mssql7backup\MyNwin...
分类:
数据库 时间:
2014-05-06 18:57:44
阅读次数:
506
二级dropdown弹出菜单--A CROSS BROWSER DROP DOWN
CASCADING VALIDATING MENUDEMOSDEMOS zero dollars wrapping text styled form
active focus s...
分类:
Web程序 时间:
2014-05-06 13:11:29
阅读次数:
493
1、echo 3 > /proc/sys/vm/drop_caches
-------清理缓存2、free -------查看内存情况3、exit -------退出4、cd / -------到根目录5、cd ~
-------到本...
分类:
系统相关 时间:
2014-05-04 11:41:55
阅读次数:
379
创建数据库:
CREATE DATABASE stefan;
删除数据库:
DROP DATABASE stefan;
重命名数据库:
重命名数据库没有直接的办法。
已经不再使用的方法:
RENAME DATABASE stefan TO LCDB;
创建表格语法:
CREATE TABLE 表名称
(
列名称1 数据类型,
列名称2 数据类型,
列...
分类:
数据库 时间:
2014-05-03 21:47:22
阅读次数:
470
好奇一下。看来Object Pascal确实与Windows深入结合了。unit
Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics,
Controls, Forms, Dialogs, Std.....
分类:
其他好文 时间:
2014-05-02 00:02:51
阅读次数:
275
1、将hdp002的数据库放到hdp004后,发现yii出现找不到表messages的迹象。用hdp002远程登录hdp004后发现,原来是hdp004没有授权给hdp002,用下面的sql语句即可:在安装mysql的机器上运行:
1、d:\mysql\bin\>mysql -h localho.....
分类:
数据库 时间:
2014-05-01 08:45:25
阅读次数:
473
链接:http://soj.me/show_problem.php?pid=1007
Description
Mo and Larry have devised a way of encrypting messages. They first decide secretly on the number of columns and write the message (letter...
分类:
其他好文 时间:
2014-04-29 13:23:21
阅读次数:
293
The blonde Angela has a new whim: internet chats. Of course, as any blonde, she writes her messages using the upper case. You are the moderator of Angela's favorite chat and you're fed up with her upp...
分类:
其他好文 时间:
2014-04-29 13:17:21
阅读次数:
293