<?xml version="1.0" encoding="gbk"?>
			<?xml-stylesheet type="text/css" href="http://space.itpub.net/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>zglass03的个人空间</title>
			    <link>http://space.itpub.net/8107207</link>
			    <description></description>
			    <copyright>Copyright(C) zglass03的个人空间</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Mon, 13 Oct 2008 17:33:25 GMT</lastBuildDate><item>
								<title>同义词删除,通过同义词授权的低层对象权限还是生效的</title>
								<link>http://space.itpub.net/8107207/viewspace-200469</link>
								<description><![CDATA[<P>今天在书上看到一段话:If a synonym is dropped, all grants for the underlying schema object remain in<BR>effect, even if the privileges were granted by specifying the dropped synonym.<BR>于是决定验证一下.</P>
<P>一、用户erp下<BR>1、使用用户erp对表acc...]]></description>
								<category>blog</category>
								<author>zglass03</author>
								<pubDate>Thu, 06 Mar 2008 11:01:01 GMT</pubDate>
							</item>
							<item>
								<title>用rman复制数据库实验笔记</title>
								<link>http://space.itpub.net/8107207/viewspace-153389</link>
								<description><![CDATA[<P>网上这种例子很多,最近继续学习rman中,因此,决定今天练练rman命令.实验用RMAN从xp（主机A）上复制数据库到另一台win2003（主机B）上。数据库名称erp(版本9201).</P>
<P>借鉴于:http://billing.itpub.net/post/740/8487,我的具体操作如下：<BR><STRONG>1、在A主机作RMA...]]></description>
								<category>blog</category>
								<author>zglass03</author>
								<pubDate>Sat, 19 Jan 2008 20:31:57 GMT</pubDate>
							</item>
							<item>
								<title>在FC8上安装Tora遇到的问题及解决过程</title>
								<link>http://space.itpub.net/8107207/viewspace-86796</link>
								<description><![CDATA[<p class="MsoNormal" style="0cm 0cm 0pt; TEXT-ALIGN: left; mso-pagination: widow-orphan; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto" align="left"><span style="FONT-SIZE: 12pt; FONT-FAMILY: 宋体; mso-bidi-font-family: 宋体; mso-font-kerning: ...]]></description>
								<category>blog</category>
								<author>zglass03</author>
								<pubDate>Thu, 13 Dec 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>删除不用的物化视图</title>
								<link>http://space.itpub.net/8107207/viewspace-86795</link>
								<description><![CDATA[<p><span style="FONT-FAMILY: 宋体">一个从站的机器停机不用，当时物化视图没有被正常删除，就已经拆机了。</span></p><p><span style="FONT-FAMILY: 宋体">这样造成主站的物化视图日志不断增长，如果不删除还会继续增长下去。</span></p><p><span style="FONT-SIZE: 11p...]]></description>
								<category>blog</category>
								<author>zglass03</author>
								<pubDate>Wed, 18 Jul 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>移动数据文件到其它目录下</title>
								<link>http://space.itpub.net/8107207/viewspace-86794</link>
								<description><![CDATA[<p>今天有人问我，想把d:oracleoradata全部移到另一个目录下面去：我按以下方法应该是可以的吧：</p><p>1、创建pfile --这是因为控制文件移动的情况下:<br />create pfile='D:oracleora92databaseINITtest070715.ORA' from spfile;<br />2、关闭数据库<br />3、在操作系统...]]></description>
								<category>blog</category>
								<author>zglass03</author>
								<pubDate>Sun, 15 Jul 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>启用禁用表的约束</title>
								<link>http://space.itpub.net/8107207/viewspace-86793</link>
								<description><![CDATA[<p>最近接到的任务是把11个业务库里的部分数据导出来，然后整理后导入一个统一的数据库中。<br />这个统一的数据库中，都有不少的主外键约束。而我们的数据则有很多是不符合规范的。<br />操作如下：<br />先在我们的测试库中把环境搭好，把统一库的结构导入该测试环境中，...]]></description>
								<category>blog</category>
								<author>zglass03</author>
								<pubDate>Thu, 05 Jul 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>exp的版本高于数据库版本,导出报错ORA-00942</title>
								<link>http://space.itpub.net/8107207/viewspace-86792</link>
								<description><![CDATA[<p>今天导出某个用户下的所有表构，情况如下：</p><p>C:Documents and Settingszdm&gt;exp <a href="mailto:hb111/hb111@ggxx">hb111/hb111@ggxx</a> tables = '%' rows=n file = 'e:hb114stru070625.dmp'</p><p>Export: Release 9.2.0.7.0 - Production on 星期一 6月 25...]]></description>
								<category>blog</category>
								<author>zglass03</author>
								<pubDate>Mon, 25 Jun 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>临时表</title>
								<link>http://space.itpub.net/8107207/viewspace-86791</link>
								<description><![CDATA[<p><font face="宋体">临时表功能是从<span lang="EN-US">oracle 8i</span>开始提供的。这可以使开发人员可以在自己的临时表空间中创建一些存储临时数据的对象。这些对象的生命周期可以是一个事务或者整个<span lang="EN-US">SESSION</span>。下面是创建临时表的语法：</f...]]></description>
								<category>blog</category>
								<author>zglass03</author>
								<pubDate>Sat, 12 May 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>未自动归档,日志满后,连不上数据库</title>
								<link>http://space.itpub.net/8107207/viewspace-86789</link>
								<description><![CDATA[<font color="#008000"><p><font color="#000000"><font face="宋体">上班，打开显示器，<span lang="EN-US">google talk</span>没收到测试库的邮件，奇怪<span lang="EN-US"></span></font></font></p><p /><p><font face="宋体" color="#000000">进去数据库，<span lang...]]></description>
								<category>blog</category>
								<author>zglass03</author>
								<pubDate>Tue, 06 Feb 2007 00:00:00 GMT</pubDate>
							</item>
							<item>
								<title>asp连sql server</title>
								<link>http://space.itpub.net/8107207/viewspace-86790</link>
								<description><![CDATA[<p><font face="宋体">年前，朋友问我<span lang="EN-US">asp</span>连<span lang="EN-US">sql server</span>，我自已没用过<span lang="EN-US">sql server</span>，也懒得找个<span lang="EN-US">sql server</span>，还要装<span lang="EN-US">iis</span>配置环境来测试。...]]></description>
								<category>blog</category>
								<author>zglass03</author>
								<pubDate>Sat, 01 Jan 2000 00:00:00 GMT</pubDate>
							</item>
							
		</channel>
	</rss>