<?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/"
	>

<channel>
	<title>Sys-Admin Information&#039;s &#187; Backup &amp; Recovery</title>
	<atom:link href="http://sysinfo.bascomp.org/category/oracle/backup-recovery/feed/" rel="self" type="application/rss+xml" />
	<link>http://sysinfo.bascomp.org</link>
	<description></description>
	<lastBuildDate>Fri, 23 Apr 2010 09:43:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Troubleshooting for startup inconsistent DB</title>
		<link>http://sysinfo.bascomp.org/2008/05/troubleshooting-for-startup-inconsistent-db/</link>
		<comments>http://sysinfo.bascomp.org/2008/05/troubleshooting-for-startup-inconsistent-db/#comments</comments>
		<pubDate>Tue, 27 May 2008 03:14:36 +0000</pubDate>
		<dc:creator>Hilman-Lupus</dc:creator>
				<category><![CDATA[Backup & Recovery]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[startup inconsistent DataBase]]></category>

		<guid isPermaLink="false">http://sysinfo.bascomp.org/?p=53</guid>
		<description><![CDATA[for e.g. database unable up cause of datafile corruption

SQL&#38;gt; startup
ORACLE instance started.
&#160;
Total System Global Area 1610612736 bytes
Fixed Size                  2177912 bytes
Variable Size             396149896 bytes
DATABASE Buffers   [...]]]></description>
			<content:encoded><![CDATA[<p>for e.g. database unable up cause of datafile corruption</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;">SQL&amp;gt; startup
ORACLE instance started<span style="color: #66cc66;">.</span>
&nbsp;
Total System Global Area <span style="color: #cc66cc;">1610612736</span> bytes
Fixed Size                  <span style="color: #cc66cc;">2177912</span> bytes
Variable Size             <span style="color: #cc66cc;">396149896</span> bytes
<span style="color: #993333; font-weight: bold;">DATABASE</span> Buffers         <span style="color: #cc66cc;">1207959552</span> bytes
Redo Buffers                <span style="color: #cc66cc;">4325376</span> bytes
<span style="color: #993333; font-weight: bold;">DATABASE</span> mounted<span style="color: #66cc66;">.</span>
ORA<span style="color: #66cc66;">-</span>01113: file <span style="color: #cc66cc;">2</span> needs media recovery
ORA<span style="color: #66cc66;">-</span>01110: <span style="color: #993333; font-weight: bold;">DATA</span> file <span style="color: #cc66cc;">2</span>: <span style="color: #ff0000;">'/oradata/oracle/ts/undotbs01.</span></pre></div></div>

<p>commonly  the database unable be startup if UNDO or SYSTEM table space need recovery, if these happen we need correct temporary workaround to handle this, all workaround for each tablespace datafile is similar</p>
<p>do the recovery</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;">SQL&amp;gt; recover <span style="color: #993333; font-weight: bold;">DATABASE</span>;
ORA<span style="color: #66cc66;">-</span>00279: <span style="color: #993333; font-weight: bold;">CHANGE</span> <span style="color: #cc66cc;">7516226638</span> generated at 05<span style="color: #66cc66;">/</span>05<span style="color: #66cc66;">/</span><span style="color: #cc66cc;">2008</span> <span style="color: #cc66cc;">12</span>:<span style="color: #cc66cc;">32</span>:<span style="color: #cc66cc;">11</span>
needed <span style="color: #993333; font-weight: bold;">FOR</span> thread <span style="color: #cc66cc;">1</span>
ORA<span style="color: #66cc66;">-</span>00289: suggestion : <span style="color: #66cc66;">/</span>oradata<span style="color: #66cc66;">/</span>oracle<span style="color: #66cc66;">/</span>ts<span style="color: #66cc66;">/</span>arc<span style="color: #66cc66;">/</span><span style="color: #cc66cc;">1</span>_42_653916655<span style="color: #66cc66;">.</span>dbf
ORA<span style="color: #66cc66;">-</span>00280: <span style="color: #993333; font-weight: bold;">CHANGE</span> <span style="color: #cc66cc;">7516226638</span> <span style="color: #993333; font-weight: bold;">FOR</span> thread <span style="color: #cc66cc;">1</span> <span style="color: #993333; font-weight: bold;">IS</span> <span style="color: #993333; font-weight: bold;">IN</span> sequence <span style="color: #808080; font-style: italic;">#42</span>
&nbsp;
Specify log: <span style="color: #66cc66;">&#123;</span>ret<span style="color: #66cc66;">=</span>suggested <span style="color: #66cc66;">|</span> filename <span style="color: #66cc66;">|</span> AUTO <span style="color: #66cc66;">|</span> CANCEL<span style="color: #66cc66;">&#125;</span>
AUTO
ORA<span style="color: #66cc66;">-</span>00308: cannot open archived log
‘<span style="color: #66cc66;">/</span>oradata<span style="color: #66cc66;">/</span>oracle<span style="color: #66cc66;">/</span>ts<span style="color: #66cc66;">/</span>arc<span style="color: #66cc66;">/</span><span style="color: #cc66cc;">1</span>_42_653916655<span style="color: #66cc66;">.</span>dbf’
ORA<span style="color: #66cc66;">-</span><span style="color: #cc66cc;">27037</span>: unable <span style="color: #993333; font-weight: bold;">TO</span> obtain file <span style="color: #993333; font-weight: bold;">STATUS</span>
SVR4 Error: <span style="color: #cc66cc;">2</span>: No such file <span style="color: #993333; font-weight: bold;">OR</span> directory
Additional information: <span style="color: #cc66cc;">3</span></pre></div></div>

<p><span id="more-53"></span></p>
<p>Open database</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;">SQL&amp;gt; <span style="color: #993333; font-weight: bold;">ALTER</span> <span style="color: #993333; font-weight: bold;">DATABASE</span> open;
<span style="color: #993333; font-weight: bold;">ALTER</span> <span style="color: #993333; font-weight: bold;">DATABASE</span> open
<span style="color: #66cc66;">*</span>
ERROR at line <span style="color: #cc66cc;">1</span>:
ORA<span style="color: #66cc66;">-</span>01113: file <span style="color: #cc66cc;">2</span> needs media recovery
ORA<span style="color: #66cc66;">-</span>01110: <span style="color: #993333; font-weight: bold;">DATA</span> file <span style="color: #cc66cc;">2</span>: <span style="color: #ff0000;">'/oradata/oracle/ts/undotbs01.dbf'</span></pre></div></div>

<p>this condition force us to append archivelog or logfile consist appropriate  sequence, if there not available... database unable up till to ever</p>
<p>but we have a temporary solution, below :</p>
<ul>
<li> Edit Init file<br />
Remark parameter <code>undo_management</code> dan <code>undo_tablespace</code><br />
add this parameter :<br />
<code>UNDO_MANAGEMENT=MANUAL<br />
_ALLOW_RESETLOGS_CORRUPTION = TRUE<br />
_ALLOW_ERROR_SIMULATION = TRUE<br />
_CORRUPTED_ROLLBACK_SEGMENTS =(_SYSSMU1,_SYSSMU2,_SYSSMU3, ...)</code></li>
<li> get value _CORRUPTED_ROLLBACK_SEGMENTS from [OS] the command <code>cd system_datafile_directory<br />
strings system01.dbf | grep _SYSSMU | cut -d $ -f 1 | sort -u</code></li>
<li> shutdown database , and turn on with that initfile already edited. Pfile must be wrote in startup command .

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;">SQL&amp;gt; startup mount
pfile<span style="color: #66cc66;">=</span><span style="color: #ff0000;">'/data1/oracle/product/10.2.0/dbs/initts.ora'</span>;
ORACLE instance started<span style="color: #66cc66;">.</span>
Total System Global Area <span style="color: #cc66cc;">1610612736</span> bytes
Fixed Size                  <span style="color: #cc66cc;">2177912</span> bytes
Variable Size             <span style="color: #cc66cc;">396149896</span> bytes
<span style="color: #993333; font-weight: bold;">DATABASE</span> Buffers         <span style="color: #cc66cc;">1207959552</span> bytes
Redo Buffers                <span style="color: #cc66cc;">4325376</span> bytes
<span style="color: #993333; font-weight: bold;">DATABASE</span> mounted<span style="color: #66cc66;">.</span></pre></div></div>

</li>
<li> Recover database until cancel

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;">SQL&amp;gt; recover <span style="color: #993333; font-weight: bold;">DATABASE</span> until cancel;
ORA<span style="color: #66cc66;">-</span>00279: <span style="color: #993333; font-weight: bold;">CHANGE</span> <span style="color: #cc66cc;">7516226638</span> generated at 05<span style="color: #66cc66;">/</span>05<span style="color: #66cc66;">/</span><span style="color: #cc66cc;">2008</span> <span style="color: #cc66cc;">12</span>:<span style="color: #cc66cc;">32</span>:<span style="color: #cc66cc;">11</span>
needed <span style="color: #993333; font-weight: bold;">FOR</span> thread <span style="color: #cc66cc;">1</span>
ORA<span style="color: #66cc66;">-</span>00289: suggestion :
<span style="color: #66cc66;">/</span>oradata<span style="color: #66cc66;">/</span>oracle<span style="color: #66cc66;">/</span>ts<span style="color: #66cc66;">/</span>arc<span style="color: #66cc66;">/</span><span style="color: #cc66cc;">1</span>_42_653916655<span style="color: #66cc66;">.</span>dbf
ORA<span style="color: #66cc66;">-</span>00280: <span style="color: #993333; font-weight: bold;">CHANGE</span> <span style="color: #cc66cc;">7516226638</span> <span style="color: #993333; font-weight: bold;">FOR</span> thread <span style="color: #cc66cc;">1</span> <span style="color: #993333; font-weight: bold;">IS</span> <span style="color: #993333; font-weight: bold;">IN</span> sequence <span style="color: #808080; font-style: italic;">#42</span>
Specify log: <span style="color: #66cc66;">&#123;</span>ret<span style="color: #66cc66;">=</span>suggested <span style="color: #66cc66;">|</span> filename <span style="color: #66cc66;">|</span> AUTO <span style="color: #66cc66;">|</span> CANCEL<span style="color: #66cc66;">&#125;</span>
CANCEL
ORA<span style="color: #66cc66;">-</span>01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
ORA<span style="color: #66cc66;">-</span>01194: file <span style="color: #cc66cc;">1</span> needs more recovery <span style="color: #993333; font-weight: bold;">TO</span> be consistent
ORA<span style="color: #66cc66;">-</span>01110: <span style="color: #993333; font-weight: bold;">DATA</span> file <span style="color: #cc66cc;">1</span>: ‘<span style="color: #66cc66;">/</span>oradata<span style="color: #66cc66;">/</span>oracle<span style="color: #66cc66;">/</span>ts<span style="color: #66cc66;">/</span>system01<span style="color: #66cc66;">.</span>dbf’
ORA<span style="color: #66cc66;">-</span>01112: media recovery <span style="color: #993333; font-weight: bold;">NOT</span> started</pre></div></div>

</li>
<li>Open database

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;">SQL&amp;gt; <span style="color: #993333; font-weight: bold;">ALTER</span> <span style="color: #993333; font-weight: bold;">DATABASE</span> OPEN RESETLOGS;
<span style="color: #993333; font-weight: bold;">DATABASE</span> altered<span style="color: #66cc66;">.</span></pre></div></div>

</li>
</ul>
<p>after the database up, backup important data  using exp/imp</p>
]]></content:encoded>
			<wfw:commentRss>http://sysinfo.bascomp.org/2008/05/troubleshooting-for-startup-inconsistent-db/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Backup Listener log</title>
		<link>http://sysinfo.bascomp.org/2008/03/backup-listener-log/</link>
		<comments>http://sysinfo.bascomp.org/2008/03/backup-listener-log/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 05:40:48 +0000</pubDate>
		<dc:creator>Hendrawan</dc:creator>
				<category><![CDATA[Backup & Recovery]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Listener]]></category>

		<guid isPermaLink="false">http://sysinfo.bascomp.org/2008/03/09/backup-listener-log/</guid>
		<description><![CDATA[In database production, the log of listener was grow rapidly, some times if you move the "listener.log" while the listener is up and running, listener will stop writing to log file after you move/delete the "listener.log", it won't create new log file.
The listener log status will be 'off', You need to start the "listener log" [...]]]></description>
			<content:encoded><![CDATA[<p>In database production, the log of listener was grow rapidly, some times if you move the "listener.log" while the listener is up and running, listener will stop writing to log file after you move/delete the "listener.log", it won't create new log file.<br />
The listener log status will be 'off', You need to start the "listener log" again manually. For this reason you must do this procedure.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">bash</span><span style="color: #000000; font-weight: bold;">&gt;</span> lsnrctl <span style="color: #c20cb9; font-weight: bold;">stat</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">LSNRCTL for Solaris: Version 9.2.0.6.0 - Production on 09-MAR-2008 12:43:22
&nbsp;
Copyright (c) 1991, 2002, Oracle Corporation.  All rights reserved.
&nbsp;
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for Solaris: Version 9.2.0.6.0 - Production
Start Date                11-SEP-2007 03:34:17
Uptime                    180 days 9 hr. 9 min. 4 sec
Trace Level               off
Security                  OFF
SNMP                      OFF
Listener Parameter File   /oracle/app/product/9.2.0/network/admin/listener.ora
Listener Log File         /oracle/app/product/9.2.0/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=HOSTNAME)(PORT=1521)))
Services Summary...
Service &quot;PLSExtProc&quot; has 1 instance(s).
Instance &quot;PLSExtProc&quot;, status UNKNOWN, has 1 handler(s) for this service...
Service &quot;DB_SID.domain.com&quot; has 2 instance(s).
Instance &quot;DB_SID&quot;, status UNKNOWN, has 1 handler(s) for this service...
Instance &quot;DB_SID&quot;, status READY, has 1 handler(s) for this service...
The command completed successfully</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">bash</span><span style="color: #000000; font-weight: bold;">&gt;</span> lsnrctl</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;">LSNRCTL<span style="color: #66cc66;">&gt;</span> <span style="color: #993333; font-weight: bold;">SET</span> log_status off
Connecting <span style="color: #993333; font-weight: bold;">TO</span> <span style="color: #66cc66;">&#40;</span>DESCRIPTION<span style="color: #66cc66;">=</span><span style="color: #66cc66;">&#40;</span>ADDRESS<span style="color: #66cc66;">=</span><span style="color: #66cc66;">&#40;</span>PROTOCOL<span style="color: #66cc66;">=</span>IPC<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#40;</span><span style="color: #993333; font-weight: bold;">KEY</span><span style="color: #66cc66;">=</span>EXTPROC<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>
LISTENER parameter <span style="color: #ff0000;">&quot;log_status&quot;</span> <span style="color: #993333; font-weight: bold;">SET</span> <span style="color: #993333; font-weight: bold;">TO</span> OFF
The command completed successfully</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">bash</span><span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #c20cb9; font-weight: bold;">mv</span> <span style="color: #000000; font-weight: bold;">/</span>oracle<span style="color: #000000; font-weight: bold;">/</span>app<span style="color: #000000; font-weight: bold;">/</span>product<span style="color: #000000; font-weight: bold;">/</span>9.2.0<span style="color: #000000; font-weight: bold;">/</span>network<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #000000; font-weight: bold;">/</span>listener.log <span style="color: #000000; font-weight: bold;">/</span>backup<span style="color: #000000; font-weight: bold;">/</span>listener.log_9-March-<span style="color: #000000;">2008</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">LSNRCTL<span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">set</span> log_status on
Connecting to <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #007800;">DESCRIPTION</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #007800;">ADDRESS</span>=<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #007800;">PROTOCOL</span>=IPC<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #007800;">KEY</span>=EXTPROC<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
LISTENER parameter <span style="color: #ff0000;">&quot;log_status&quot;</span> <span style="color: #000000; font-weight: bold;">set</span> to ON
The <span style="color: #7a0874; font-weight: bold;">command</span> completed successfully</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://sysinfo.bascomp.org/2008/03/backup-listener-log/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Moving &amp; Recreate Temp Tablespace</title>
		<link>http://sysinfo.bascomp.org/2007/12/moving-recreate-temp-tablespace/</link>
		<comments>http://sysinfo.bascomp.org/2007/12/moving-recreate-temp-tablespace/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 17:05:18 +0000</pubDate>
		<dc:creator>Hendrawan</dc:creator>
				<category><![CDATA[Backup & Recovery]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://sysinfo.bascomp.org/2007/12/13/moving-recreate-temp-tablespace/</guid>
		<description><![CDATA[I Recreate the temp tablespace coz my temp tablespace was corrupt,
you can do to the following bellow

create temporary tablespace temp2 tempfile '/rdbms/temp01/temp2.dbf' size 10M extent management local uniform size 1M;
 alter database default temporary tablespace temp2;
 drop tablespace temp including contents and datafiles;

now change back to temp again with following step bellow:

create temporary tablespace temp [...]]]></description>
			<content:encoded><![CDATA[<p>I Recreate the temp tablespace coz my temp tablespace was corrupt,<br />
you can do to the following bellow</p>
<ol>
<li>create temporary tablespace temp2 tempfile '/rdbms/temp01/temp2.dbf' size 10M extent management local uniform size 1M;</li>
<li> alter database default temporary tablespace temp2;</li>
<li> drop tablespace temp including contents and datafiles;</li>
</ol>
<p>now change back to temp again with following step bellow:</p>
<ol>
<li>create temporary tablespace temp tempfile '/rdbms/temp01/temp2_01.dbf' size 1024M extent management local uniform size 1M;</li>
<li>alter database default temporary tablespace temp;</li>
<li> drop tablespace temp2 including contents and datafiles;</li>
<li>alter tablespace temp add tempfile '/rdbms/temp01/temp2_02.dbf' size 1024M;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://sysinfo.bascomp.org/2007/12/moving-recreate-temp-tablespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Split Busy Datafile to Another Mountpoint</title>
		<link>http://sysinfo.bascomp.org/2007/10/split-busy-datafile-to-another-mountpoint/</link>
		<comments>http://sysinfo.bascomp.org/2007/10/split-busy-datafile-to-another-mountpoint/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 05:35:28 +0000</pubDate>
		<dc:creator>Hendrawan</dc:creator>
				<category><![CDATA[Backup & Recovery]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://sysinfo.bascomp.org/2007/10/09/split-busy-datafile-to-another-mountpoint/</guid>
		<description><![CDATA[If you want to load balance your datafile, you can split your datafile into another mount point,
here's detail step.
1. lsnrctl stop
2. shutdown immediate
3. copy your datafile

 cp /$ora_home/$SID/undo/undo01.dbf  /$ora_home/$SID/undo1/
cp /$ora_home/$SID/undo/undo02.dbf  /$ora_home/$SID/undo2/
cp /$ora_home/$SID/index1/idx01.dbf /$ora_home/$SID/index2/
cp /$ora_home/$SID/index1/idx02.dbf /$ora_home/$SID/index3/

4. startup exclusive mount
5. rename your old datafile path with alter command

 alter db rename file '/$ora_home/$SID/undo/undo01.dbf' to '/$ora_home/$SID/undo1/undo1.dbf';
alter [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to load balance your datafile, you can split your datafile into another mount point,<br />
here's detail step.</p>
<p><strong>1. lsnrctl stop<br />
2. shutdown immediate<br />
3. copy your datafile<br />
</strong></p>
<blockquote><p> cp /$ora_home/$SID/undo/undo01.dbf  /$ora_home/$SID/undo1/<br />
cp /$ora_home/$SID/undo/undo02.dbf  /$ora_home/$SID/undo2/<br />
cp /$ora_home/$SID/index1/idx01.dbf /$ora_home/$SID/index2/<br />
cp /$ora_home/$SID/index1/idx02.dbf /$ora_home/$SID/index3/</p></blockquote>
<p><strong><br />
4. startup exclusive mount<br />
5. rename your old datafile path with alter command<br />
</strong></p>
<blockquote><p> alter db rename file '/$ora_home/$SID/undo/undo01.dbf' to '/$ora_home/$SID/undo1/undo1.dbf';<br />
alter db rename file '/$ora_home/$SID/undo/undo02.dbf' to '/$ora_home/$SID/undo2/undo2.dbf';<br />
alter db rename file '/$ora_home/$SID/index1/idx01.dbf' to '/oradata/$SID/index2/idx01.dbf';<br />
alter db rename file '/$ora_home/$SID/index1/idx02.dbf' to '/oradata/$SID/index3/idx02.dbf';</p></blockquote>
<p><strong><br />
6. shutdown immediate<br />
7. startup<br />
8. lsnrctl start<br />
</strong></p>
<p>Note:<br />
DB=database</p>
]]></content:encoded>
			<wfw:commentRss>http://sysinfo.bascomp.org/2007/10/split-busy-datafile-to-another-mountpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
