<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Step-step Mencopy Database ke Mesin yang Sama</title>
	<atom:link href="http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/feed/" rel="self" type="application/rss+xml" />
	<link>http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/</link>
	<description>Administrasi &#124; Belajar &#124; Tutorial</description>
	<pubDate>Fri, 30 Jul 2010 16:00:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: kutu kupret</title>
		<link>http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-1804</link>
		<dc:creator>kutu kupret</dc:creator>
		<pubDate>Tue, 05 Jan 2010 08:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-1804</guid>
		<description>kayaknya untuk yg no archivelog step-step ini ngga berhasil deh</description>
		<content:encoded><![CDATA[<p>kayaknya untuk yg no archivelog step-step ini ngga berhasil deh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ADOER</title>
		<link>http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-831</link>
		<dc:creator>ADOER</dc:creator>
		<pubDate>Tue, 17 Feb 2009 09:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-831</guid>
		<description>Saya sudah coba ikutin langkah2x-nya sama seperti diatas, tapi ada problem :
SQL&#62; RECOVER DATABASE until cancel;
ORA-00283: recovery session canceled due to errors
ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
SQL&#62; ALTER DATABASE OPEN RESETLOGS;
ALTER DATABASE OPEN RESETLOGS
*
ERROR at line 1:
ORA-01113: file 1 needs media recovery
ORA-01110: data file 1: 'D:\ORACLE\ORADATA\DEVELOP\SYSTEM01.DBF'

Saya sudah coba dua kali cloning, namun selalu gagal.. ada solusi nggak ya?</description>
		<content:encoded><![CDATA[<p>Saya sudah coba ikutin langkah2x-nya sama seperti diatas, tapi ada problem :<br />
SQL&gt; RECOVER DATABASE until cancel;<br />
ORA-00283: recovery session canceled due to errors<br />
ORA-01610: recovery using the BACKUP CONTROLFILE option must be done<br />
SQL&gt; ALTER DATABASE OPEN RESETLOGS;<br />
ALTER DATABASE OPEN RESETLOGS<br />
*<br />
ERROR at line 1:<br />
ORA-01113: file 1 needs media recovery<br />
ORA-01110: data file 1: &#8216;D:\ORACLE\ORADATA\DEVELOP\SYSTEM01.DBF&#8217;</p>
<p>Saya sudah coba dua kali cloning, namun selalu gagal.. ada solusi nggak ya?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rohmadne</title>
		<link>http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-213</link>
		<dc:creator>rohmadne</dc:creator>
		<pubDate>Thu, 26 Jun 2008 03:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-213</guid>
		<description>Spfile berformat binari, tidak bisa diedit pakai editor. Solusi next-nya:
1. rename spfile biar tidak dibaca waktu startup
2. Kalau belum punya init file, buat initfile. 
- Buka spfile pakai notepad atau more ( di Unix)
- Copy isi spfile tersebut ke dalam initfile yang baru kita buat (exclude entry 'aneh-aneh' yang bukan merupakan parameter instance)</description>
		<content:encoded><![CDATA[<p>Spfile berformat binari, tidak bisa diedit pakai editor. Solusi next-nya:<br />
1. rename spfile biar tidak dibaca waktu startup<br />
2. Kalau belum punya init file, buat initfile.<br />
- Buka spfile pakai notepad atau more ( di Unix)<br />
- Copy isi spfile tersebut ke dalam initfile yang baru kita buat (exclude entry &#8216;aneh-aneh&#8217; yang bukan merupakan parameter instance)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sigit</title>
		<link>http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-211</link>
		<dc:creator>Sigit</dc:creator>
		<pubDate>Thu, 26 Jun 2008 01:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-211</guid>
		<description>Mas, kalo init file nya menunjuk ke spfile bagaimana?</description>
		<content:encoded><![CDATA[<p>Mas, kalo init file nya menunjuk ke spfile bagaimana?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rohmadne</title>
		<link>http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-207</link>
		<dc:creator>rohmadne</dc:creator>
		<pubDate>Wed, 25 Jun 2008 07:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-207</guid>
		<description>For Benny,

Kalau lokasi control file berubah:
1. Edit init file di %ORACLE_HOME%\database\initNAMAINSTANCE.ora
2. Edit parameter control_files. Sesuaikan dengan lokasi yang baru
3. Restart database

Kalau lokasi data file berubah:
1. Startup mount
2. Rename datafile, dari lokasi lama ke baru. Contoh
alter database rename file '/oradata/ts/sysaux01.dbf' to '/newdir/ts/sysaux01.dbf';</description>
		<content:encoded><![CDATA[<p>For Benny,</p>
<p>Kalau lokasi control file berubah:<br />
1. Edit init file di %ORACLE_HOME%\database\initNAMAINSTANCE.ora<br />
2. Edit parameter control_files. Sesuaikan dengan lokasi yang baru<br />
3. Restart database</p>
<p>Kalau lokasi data file berubah:<br />
1. Startup mount<br />
2. Rename datafile, dari lokasi lama ke baru. Contoh<br />
alter database rename file &#8216;/oradata/ts/sysaux01.dbf&#8217; to &#8216;/newdir/ts/sysaux01.dbf&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rohmadne</title>
		<link>http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-206</link>
		<dc:creator>rohmadne</dc:creator>
		<pubDate>Wed, 25 Jun 2008 07:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-206</guid>
		<description>For Yopi:

Kalau banyak trace file di udump, lihat trace file yang waktu terbentuknya (last edited) berbarengan (di sekitar) waktu menjalankan "alter database backup controlfile to trace resetlogs". 

Kalau anda di UNIX, grep saja 
grep "CREATE CONTROLFILE REUSE DATABASE" *.trc</description>
		<content:encoded><![CDATA[<p>For Yopi:</p>
<p>Kalau banyak trace file di udump, lihat trace file yang waktu terbentuknya (last edited) berbarengan (di sekitar) waktu menjalankan &#8220;alter database backup controlfile to trace resetlogs&#8221;. </p>
<p>Kalau anda di UNIX, grep saja<br />
grep &#8220;CREATE CONTROLFILE REUSE DATABASE&#8221; *.trc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benny Kusno B</title>
		<link>http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-199</link>
		<dc:creator>Benny Kusno B</dc:creator>
		<pubDate>Wed, 25 Jun 2008 02:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-199</guid>
		<description>2 drive tablespace copy ke 1 drive tablespace tanpa ada pengurangan atau penambahan tablespace hanya di gabung menjadi 1 drive saja dan oracle not mount or up

jumlah table space nya sebesar 89 GB di e:\orant\dataprod dan 134 GB di f:\orant\dataprod trus di copy ke drive e:\orant\dataprod kompi yang baru. dan databases nya not mount krn controlfile yg lama masih baca 2 drive e: &#38; f: 

gimana caranya edit control file tersebut di kompi yang baru supaya databases oracle bisa berjalan dengan normal. 

Terima kasih</description>
		<content:encoded><![CDATA[<p>2 drive tablespace copy ke 1 drive tablespace tanpa ada pengurangan atau penambahan tablespace hanya di gabung menjadi 1 drive saja dan oracle not mount or up</p>
<p>jumlah table space nya sebesar 89 GB di e:\orant\dataprod dan 134 GB di f:\orant\dataprod trus di copy ke drive e:\orant\dataprod kompi yang baru. dan databases nya not mount krn controlfile yg lama masih baca 2 drive e: &amp; f: </p>
<p>gimana caranya edit control file tersebut di kompi yang baru supaya databases oracle bisa berjalan dengan normal. </p>
<p>Terima kasih</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yopi</title>
		<link>http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-196</link>
		<dc:creator>Yopi</dc:creator>
		<pubDate>Wed, 25 Jun 2008 01:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://rohmad.net/2008/06/24/step-step-mencopy-database-ke-mesin-yang-sama/#comment-196</guid>
		<description>Mo nanya nih pak, darimana untuk mengetahui trace file hasil dari 
alter database backup controlfile to trace resetlogs;
di udump itu kan banyak bgt filenya, saya coba liat di alert log ga ada</description>
		<content:encoded><![CDATA[<p>Mo nanya nih pak, darimana untuk mengetahui trace file hasil dari<br />
alter database backup controlfile to trace resetlogs;<br />
di udump itu kan banyak bgt filenya, saya coba liat di alert log ga ada</p>
]]></content:encoded>
	</item>
</channel>
</rss>
