删除用户,创建用户命令drop user goda
cascade;删除用户及其下所有对象,包括表CREATE USER qdcenter IDENTIFIED BY qdcenter DEFAULT
TABLESPACE data1 TEMPORARY TABLESPACE temp1 QUOTA...
分类:
数据库 时间:
2014-04-30 05:00:45
阅读次数:
569
在.NET
3.5中提供了一套全新的接口来实现对RSS和ATOM这两种数据文件的读写。非常方便。下面演示一下1.
首先要添加一个引用System.ServiceModel.Webusing System.ServiceModel.Syndication;using
System.Xml;2. 读取R...
分类:
Web程序 时间:
2014-04-30 04:51:29
阅读次数:
513
今天写篇原创的,把在工作中遇到的logminer问题总结下(1)简介:logminer
工具即可以用来分析在线,也可以用来分析离线日志文件,即可以分析本身自己数据库的重作日志文件,也可以用来分析其他数据库的重作日志文件。总的说来,logminer工具的主要用途有:
1. 跟踪数据库的变化:可以离线....
分类:
数据库 时间:
2014-04-28 17:15:51
阅读次数:
833
description:given two sorted singly list, merge
them into one using constant additional spacealgorithm:we will reference the two
linked list as list1 ...
分类:
其他好文 时间:
2014-04-28 00:32:52
阅读次数:
711
C++ Primer 5E 有符号和无符号
无符号类型和有符号类型混合运算时,有符号数会被提升至无符号类型,如果其值为负责会产生错误。 int main(){ unsigned int u = 10;
int i = -42; std::cout using Vec = vector>;auto和d...
分类:
编程语言 时间:
2014-04-28 00:19:15
阅读次数:
575
sysdba>sysoper>dba角色shutdown;关闭数据库startup;启动数据库
分类:
数据库 时间:
2014-04-28 00:15:20
阅读次数:
548
using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using System.Text;u...
分类:
Windows程序 时间:
2014-04-27 23:51:43
阅读次数:
1188
http://www.thegeekstuff.com/2010/07/perl-tcp-udp-socket-programming/In this
article, let us discuss how to write Perl socket programming using the inb...
分类:
Web程序 时间:
2014-04-27 23:22:09
阅读次数:
679