⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 614.html

📁 关于jsp的一些好文章 主要介绍一些关于JSP的应用技巧方面的东西
💻 HTML
字号:

<STYLE type=text/css>
<!--
body,td { font-size:9pt;}
hr { color: #000000; height: 1px}
-->
</STYLE>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD><TITLE>论坛精华 >> Oracle 专栏 >> A 8-3 Creating Tablespaces</title>
</head>
<body >

<p><IMG SRC="../image/jsp001_middle_logo.gif" WIDTH="180" HEIGHT="60" BORDER=0 ALT=""></p>

<table width=100% bgcolor="#cccccc" align=center cellpadding="2" cellspacing="0" border=1 bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr bgcolor="#EFF8FF"><td>
<a href=http://www.jsp001.com/list_thread.php?int_attribute=4>论坛精华</a>
>> <a href=http://www.jsp001.com/list_thread.php?forumid=20&int_attribute=4>Oracle 专栏</a>
>> A 8-3 Creating Tablespaces [<a href=http://www.jsp001.com/forum/showthread.php?goto=newpost&threadid=614>查看别人的评论</a>]<br>

<hr><p>由 macro 发布于: 2001-03-05 20:11</p><p> </p><p>eg.<br><pre><br>CREATE TABLESPACE "JSP001"  <br>    LOGGING <br>    TEMPFILE<br>    DATAFILE '/opt/oracle/oradata/dbu80/jsp001a.dbf' <br>                    SIZE 20M, <br>            '/opt/oracle/oradata/dbu80/jsp001b.dbf' <br>                    SIZE 40M <br>    MINIMUM EXTENT 500K<br>    DEFAULT STORAGE ( INITIAL    500K<br>                     NEXT        500K<br>                     MAXEXTENTS  500<br>                     PCTINCREASE 0 );<br></pre><br><br>DATAFILE <br>要创建的表空间的名称。输入新建表空间的名称。<br>表空间名只能使用数据库字符集中的字符,最长可为 30<br>个字符。<br><br>MINIMUM EXTENT<br>ensures that very used extent size in the tablespace is a multiple of the integer.(Use K or M to specify this size in kilobytes or megabytes)<br><br>LOGGING <br>指定将数据文件联机。<br>specifies that ,by default, all tables , indexes,and partitions within the tablespace will hava all changes written to redo <br>(NOLOGGING)<br><br>DEFAULT<br>specifies the default storage parameters for all objects created in the tablespace <br><br>ONLINE makes the tablespace available for use immediately upon creation<br>(OFFLINE)<br><br><br>PERMANENT<br>永久:指定表空间用于存放永久性数据库对象。<br>该选项为默认值。<br><br>TEMPORARY<br>临时:指定表空间仅用于存放临时对象 (排序段)。<br>任何永久性对象都不能驻留于临时表空间中。<br><br>OEM 工具视图:<br><img src="../upload_image/720_1" border=0><br><br><br><br><br><br>__________________<br><br>谢谢你抽时间看我的发言,<br><br>Macro Zeng<br><br>==================================<br><br>我正在学习 Oracle ,坚持每天写读书笔记</p></td>
  </tr>
</table>

<p>
<CENTER><a href="http://www.jsp001.com/forum/newreply.php?action=newreply&threadid=614">点这里对该文章发表评论</a></CENTER>
<p>该文章总得分是 <font color=red>0</font> 分,你认为它对你有帮助吗?
				[<a href=javascript:void(0) onclick=window.open("http://www.jsp001.com/forum/codeVote.php?threadid=614&intVote=4","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>非常多</a>](<font color=red>0</font>) 
				[<a href=javascript:void(0) onclick=window.open("http://www.jsp001.com/forum/codeVote.php?threadid=614&intVote=2","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>有一些</a>](<font color=red>0</font>) 
				[<a href=javascript:void(0) onclick=window.open("http://www.jsp001.com/forum/codeVote.php?threadid=614&intVote=1","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>无帮助</a>](<font color=red>0</font>) 
				[<a href=javascript:void(0) onclick=window.open("http://www.jsp001.com/forum/codeVote.php?threadid=614&intVote=-1","","menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=no,scrollbars=no,width=70,height=40,top=0,left=0")>是灌水</a>](<font color=red>0</font>) </p>
<script language="javascript" src="http://www.jsp001.com/include/read_thread_script.php?threadid=614"></script>
<p><CENTER>
Copyright &copy; 2001 - 2009 JSP001.com . All Rights Reserved <P>

<IMG SRC="../image/jsp001_small_logo.gif" WIDTH="85" HEIGHT="30" BORDER=0 ALT="">
</CENTER></p>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -