<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Oracle DBA from Beginning &#187; Q &amp; A</title>
	<atom:link href="http://dbaanswers.wordpress.com/category/q-a/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbaanswers.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jun 2008 20:49:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dbaanswers.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a6c492f6452c79ab59f696e0d8c17813?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Oracle DBA from Beginning &#187; Q &amp; A</title>
		<link>http://dbaanswers.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dbaanswers.wordpress.com/osd.xml" title="Oracle DBA from Beginning" />
		<item>
		<title>RMAN: restore the spfile</title>
		<link>http://dbaanswers.wordpress.com/2008/06/16/rman-restore-the-spfile/</link>
		<comments>http://dbaanswers.wordpress.com/2008/06/16/rman-restore-the-spfile/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 20:24:52 +0000</pubDate>
		<dc:creator>June Lee</dc:creator>
				<category><![CDATA[Q & A]]></category>
		<category><![CDATA[Auto Backup]]></category>
		<category><![CDATA[Restore]]></category>
		<category><![CDATA[RMAN]]></category>
		<category><![CDATA[Spfile]]></category>

		<guid isPermaLink="false">http://dbaanswers.wordpress.com/?p=14</guid>
		<description><![CDATA[$sqlplus /nolog;
SQL&#62;connect / as sysdba;
SQL&#62;startup nomount;
SQL&#62;exit;
$rman target / nocatalog
RMAN&#62;set dbid=147749264
RMAN&#62;run
{
allocate channel d1 type disk;
set CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO &#8216;$ORACLE_BASE/oradata/rman_backup/control%F&#8217;;
Restore spfile from autobackup;
Release channel d1;
}
Here is the error info: RMAN-06564: rman must use the t0 clause when the instance is started with spfile
This error info implies that you were using default SPFILE [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbaanswers.wordpress.com&blog=3922838&post=14&subd=dbaanswers&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote><p>$sqlplus /nolog;<br />
SQL&gt;connect / as sysdba;<br />
SQL&gt;startup nomount;<br />
SQL&gt;exit;</p></blockquote>
<blockquote><p>$rman target / nocatalog<br />
RMAN&gt;set dbid=147749264<br />
RMAN&gt;run<br />
{<br />
allocate channel d1 type disk;<br />
set CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO &#8216;$ORACLE_BASE/oradata/rman_backup/control%F&#8217;;<br />
Restore spfile from autobackup;<br />
Release channel d1;<br />
}</p></blockquote>
<p>Here is the error info: RMAN-06564: rman must use the t0 clause when the instance is started with spfile</p>
<p>This error info implies that you were using default SPFILE ($ORACLE_HOME/dbs/spfile&lt;SID&gt;.ora) to startup the database. Database STARTUP NOMOUNT will use the default PFILE or SPFILE.</p>
<p>Problem solving:</p>
<p>Method 1: remove spfile, startup nomount using pfile;</p>
<p>Method 2: from documentation,</p>
<blockquote><p><span class="MsgBodyText">If restoring to a nondefault location, then you could run commands as in the following example:<br />
RESTORE SPFILE TO &#8216;/tmp/spfileTEMP.ora&#8217;; # if you are using a catalog<br />
RESTORE SPFILE TO &#8216;/tmp/spfileTEMP.ora&#8217; FROM AUTOBACKUP; # if in NOCATALOG mode</span></p></blockquote>
<p>References:</p>
<p>1. <a href="http://www.orafaq.com/forum/t/56572/0/">http://www.orafaq.com/forum/t/56572/0/</a><br />
2. [Chinese] <a href="http://space.itpub.net/7199859/viewspace-62315">http://space.itpub.net/7199859/viewspace-62315</a><br />
3. <a href="http://forums.oracle.com/forums/thread.jspa?threadID=661030&amp;tstart=45">http://forums.oracle.com/forums/thread.jspa?threadID=661030&amp;tstart=45</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dbaanswers.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dbaanswers.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dbaanswers.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dbaanswers.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dbaanswers.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dbaanswers.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dbaanswers.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dbaanswers.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dbaanswers.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dbaanswers.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dbaanswers.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dbaanswers.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbaanswers.wordpress.com&blog=3922838&post=14&subd=dbaanswers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dbaanswers.wordpress.com/2008/06/16/rman-restore-the-spfile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cca564445149cfcee064c1729082330d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dbaliving</media:title>
		</media:content>
	</item>
		<item>
		<title>nohup error</title>
		<link>http://dbaanswers.wordpress.com/2008/06/13/nohup-error/</link>
		<comments>http://dbaanswers.wordpress.com/2008/06/13/nohup-error/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 22:05:25 +0000</pubDate>
		<dc:creator>June Lee</dc:creator>
				<category><![CDATA[Q & A]]></category>
		<category><![CDATA[nohup]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://dbaanswers.wordpress.com/?p=10</guid>
		<description><![CDATA[$nohup ./rmanbkp.sh
nohup: cannot run command &#8216;./rmanbkp.sh&#8217;: Permission denied
$chmod +x rmanbkp.sh
$nohup ./rmanbkp.sh
nohup: appending output to &#8216;nohup.out&#8217;
nohup: cannot run command &#8216;./rmanbkp.sh&#8217;: No  such file or directory
The first line in rmanbkp.sh was
#!/usr/bin/sh
It might be a shell problem. Check ksh path
$which ksh
/bin/ksh
Change it to
#!/bin/ksh
Or, it might be a path problem. Check sh path
$which sh
/bin/sh
Change it to
#!/bin/sh
Reference:
1. http://docs.jach.hawaii.edu/JAC/JACUN/008.0/node42.html
2. http://www.gammon.com.au/forum/?id=8009&#38;page=1
 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbaanswers.wordpress.com&blog=3922838&post=10&subd=dbaanswers&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote><p>$nohup ./rmanbkp.sh<br />
nohup: cannot run command &#8216;./rmanbkp.sh&#8217;: Permission denied</p></blockquote>
<blockquote><p>$chmod +x rmanbkp.sh<br />
$nohup ./rmanbkp.sh<br />
nohup: appending output to &#8216;nohup.out&#8217;<br />
nohup: cannot run command &#8216;./rmanbkp.sh&#8217;: No  such file or directory</p></blockquote>
<p>The first line in rmanbkp.sh was</p>
<blockquote><p>#!/usr/bin/sh</p></blockquote>
<p>It might be a shell problem. Check ksh path</p>
<blockquote><p>$which ksh<br />
/bin/ksh</p></blockquote>
<p>Change it to</p>
<blockquote><p>#!/bin/ksh</p></blockquote>
<p>Or, it might be a path problem. Check sh path</p>
<blockquote><p>$which sh<br />
/bin/sh</p></blockquote>
<p>Change it to</p>
<blockquote><p>#!/bin/sh</p></blockquote>
<p>Reference:</p>
<p>1. <a href="http://docs.jach.hawaii.edu/JAC/JACUN/008.0/node42.html">http://docs.jach.hawaii.edu/JAC/JACUN/008.0/node42.html</a><br />
2. <a href="http://www.gammon.com.au/forum/?id=8009&amp;page=1">http://www.gammon.com.au/forum/?id=8009&amp;page=1</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dbaanswers.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dbaanswers.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dbaanswers.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dbaanswers.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dbaanswers.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dbaanswers.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dbaanswers.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dbaanswers.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dbaanswers.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dbaanswers.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dbaanswers.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dbaanswers.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbaanswers.wordpress.com&blog=3922838&post=10&subd=dbaanswers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dbaanswers.wordpress.com/2008/06/13/nohup-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cca564445149cfcee064c1729082330d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dbaliving</media:title>
		</media:content>
	</item>
		<item>
		<title>RMAN: can&#8217;t open target</title>
		<link>http://dbaanswers.wordpress.com/2008/06/13/rman-cant-open-target/</link>
		<comments>http://dbaanswers.wordpress.com/2008/06/13/rman-cant-open-target/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 20:58:31 +0000</pubDate>
		<dc:creator>June Lee</dc:creator>
				<category><![CDATA[Q & A]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[RMAN]]></category>

		<guid isPermaLink="false">http://dbaanswers.wordpress.com/?p=9</guid>
		<description><![CDATA[$rman target / catalog
rman: can&#8217;t open target     % ERROR INFO
Because there is another rman file in the system (use which to see the file location as follows). The ORACLE rman is in $ORACLE_HOME/bin.
$which rman
/usr/X11R6/bin/rman
Two ways to solve this problem:
1) Put $ORACLE_HOME/bin at the very beginning of $PATH in your environment
2) run [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbaanswers.wordpress.com&blog=3922838&post=9&subd=dbaanswers&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote><p>$rman target / catalog<br />
rman: can&#8217;t open target     % ERROR INFO</p></blockquote>
<p>Because there is another rman file in the system (use which to see the file location as follows). The ORACLE rman is in $ORACLE_HOME/bin.</p>
<blockquote><p>$which rman<br />
/usr/X11R6/bin/rman</p></blockquote>
<p>Two ways to solve this problem:</p>
<p>1) Put $ORACLE_HOME/bin at the very beginning of $PATH in your environment</p>
<p>2) run with Oracle RMAN path</p>
<blockquote><p>$ $ORACLE_HOME/bin/rman target / catalog &lt;id&gt;/&lt;password&gt;@&lt;catalog database name&gt;</p></blockquote>
<p>Reference:</p>
<p>1. <a href="http://forums.oracle.com/forums/thread.jspa?threadID=198071">http://forums.oracle.com/forums/thread.jspa?threadID=198071</a><br />
2. <a href="http://www.shutdownabort.com/dbaqueries/Backup_RMAN.php">http://www.shutdownabort.com/dbaqueries/Backup_RMAN.php</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dbaanswers.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dbaanswers.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dbaanswers.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dbaanswers.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dbaanswers.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dbaanswers.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dbaanswers.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dbaanswers.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dbaanswers.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dbaanswers.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dbaanswers.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dbaanswers.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbaanswers.wordpress.com&blog=3922838&post=9&subd=dbaanswers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dbaanswers.wordpress.com/2008/06/13/rman-cant-open-target/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cca564445149cfcee064c1729082330d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dbaliving</media:title>
		</media:content>
	</item>
		<item>
		<title>Common Problems</title>
		<link>http://dbaanswers.wordpress.com/2008/06/11/common-problems/</link>
		<comments>http://dbaanswers.wordpress.com/2008/06/11/common-problems/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 17:53:09 +0000</pubDate>
		<dc:creator>June Lee</dc:creator>
				<category><![CDATA[Q & A]]></category>
		<category><![CDATA[Common]]></category>
		<category><![CDATA[Mistake]]></category>
		<category><![CDATA[Problem]]></category>

		<guid isPermaLink="false">http://dbaanswers.wordpress.com/?p=7</guid>
		<description><![CDATA[Some silly problems may incur everyday:

Wrong spelling. ex. &#8220;contraint&#8221; -&#62; &#8220;constraint&#8221;
Missing parenthesis
Make sure all the commands in the scripts have the right path, for example, the RMAN case
Correct shell choice

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbaanswers.wordpress.com&blog=3922838&post=7&subd=dbaanswers&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some silly problems may incur everyday:</p>
<ul>
<li>Wrong spelling. ex. &#8220;contraint&#8221; -&gt; &#8220;constraint&#8221;</li>
<li>Missing parenthesis</li>
<li>Make sure all the commands in the scripts have the right path, for example, the RMAN case</li>
<li>Correct shell choice</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dbaanswers.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dbaanswers.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dbaanswers.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dbaanswers.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dbaanswers.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dbaanswers.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dbaanswers.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dbaanswers.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dbaanswers.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dbaanswers.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dbaanswers.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dbaanswers.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbaanswers.wordpress.com&blog=3922838&post=7&subd=dbaanswers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dbaanswers.wordpress.com/2008/06/11/common-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cca564445149cfcee064c1729082330d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dbaliving</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle 9i: How to Create Dictionary Managed Tablespace</title>
		<link>http://dbaanswers.wordpress.com/2008/06/09/oracle-9i-how-to-create-dictionary-managed-tablespace/</link>
		<comments>http://dbaanswers.wordpress.com/2008/06/09/oracle-9i-how-to-create-dictionary-managed-tablespace/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 19:55:12 +0000</pubDate>
		<dc:creator>June Lee</dc:creator>
				<category><![CDATA[Q & A]]></category>
		<category><![CDATA[Database Creation]]></category>
		<category><![CDATA[Space Management]]></category>
		<category><![CDATA[Tablespace]]></category>

		<guid isPermaLink="false">http://dbaanswers.wordpress.com/?p=4</guid>
		<description><![CDATA[When we tried to change tablespace storage paramters in a DBCA created database, we may get the following error information because the storage settings for locally managed tablespaces cannot be altered.
ORA-25143: default storage clause is not compatible with allocation policy.
Or, if you want to create a tablespace dictionary managed, you might get this error information:
ORA-12913: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbaanswers.wordpress.com&blog=3922838&post=4&subd=dbaanswers&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When we tried to change tablespace storage paramters in a DBCA created database, we may get the following error information because the storage settings for locally managed tablespaces cannot be altered.</p>
<blockquote><p>ORA-25143: default storage clause is not compatible with allocation policy.</p></blockquote>
<p>Or, if you want to create a tablespace dictionary managed, you might get this error information:</p>
<blockquote><p>ORA-12913: Cannot create dictionary managed tablespace</p></blockquote>
<p>In Unix, type &#8220;oerr ora 12913&#8243;, you&#8217;ll get:</p>
<blockquote><p>*Cause: Attemp to create dictionary managed tablespace in database which has system tablespace as locally manged</p>
<p>*Action: Create a locally managed tablespace.</p></blockquote>
<p>Using the following SQL scripts, you will find the status of SYSTEM tablespace.</p>
<blockquote><p>select tablespace_name, extent_management<br />
from dba_tablespaces<br />
where tablespace_name = &#8216;SYSTEM&#8217;;</p></blockquote>
<blockquote><p>TABLESPACE_NAME      EXTENT_MAN<br />
&#8212;&#8212;&#8212;&#8212;&#8212;-    &#8212;&#8212;&#8212;&#8211;<br />
SYSTEM                         LOCAL</p></blockquote>
<p>Every Oracle database contains a tablespace named SYSTEM, which Oracle creates automatically when the database is created. The SYSTEM tablespace is always online when the database is open. DBCA creates by default a database with locally managed system tablespace.</p>
<p>To take advantage of the benefits of locally managed tablespaces, you can create a locally managed SYSTEM tablespace, or you can migrate an existing dictionary managed SYSTEM tablespace to a locally managed format.</p>
<p>In a database with a locally managed SYSTEM tablespace, dictionary managed tablespaces cannot be created. It is possible to plug in a dictionary managed tablespace using the transportable feature, but it cannot be made writable.</p>
<p>Once a tablespace is locally managed, it cannot be reverted back to being dictionary managed.</p>
<p>You can create a database with a dictionary managed system tablespace. A simple SQL script can be created and then executed via SQL*Plus which will create your database with all the options you might want. A simple example:</p>
<blockquote><p>create database yourdb controlfile reuse<br />
maxdatafiles 1064<br />
character set “AL32UTF8″<br />
national character set “UTF8″<br />
datafile<br />
‘d:\yourfilesystem\yourdb_system_01.dbf’ size 250M<br />
extent management dictionary<br />
undo tablespace yourdb_undo<br />
datafile ‘d:\anotherfilesystem\yourdb_undo_01.dbf’ size 400M<br />
logfile<br />
group 1 (…………  etc… etc.</p></blockquote>
<p>This is a very simplistic example with limited options included. You can check the “create database” command options in any Oracle reference with the appropriate version of database you are using. The GUI tools such as DBCA don’t always provide the easiest nor complete options available for managing your Oracle databases.</p>
<p>Reference: <a href="http://itknowledgeexchange.techtarget.com/itanswers/oracle-9i-how-to-create-dictionary-managed-tablespace/">Oracle 9i How to Create Dictionary Managed Tablespace</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dbaanswers.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dbaanswers.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dbaanswers.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dbaanswers.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dbaanswers.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dbaanswers.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dbaanswers.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dbaanswers.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dbaanswers.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dbaanswers.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dbaanswers.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dbaanswers.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dbaanswers.wordpress.com&blog=3922838&post=4&subd=dbaanswers&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dbaanswers.wordpress.com/2008/06/09/oracle-9i-how-to-create-dictionary-managed-tablespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cca564445149cfcee064c1729082330d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dbaliving</media:title>
		</media:content>
	</item>
	</channel>
</rss>