<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tyo Sites and Notes</title>
	<atom:link href="http://sulistyoas.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sulistyoas.wordpress.com</link>
	<description>just a notes</description>
	<lastBuildDate>Mon, 14 Sep 2009 07:32:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sulistyoas.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/400098236bd9bfa1eb14dbebcc5a8611?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Tyo Sites and Notes</title>
		<link>http://sulistyoas.wordpress.com</link>
	</image>
			<item>
		<title>ORA-01244 on Physical Standby</title>
		<link>http://sulistyoas.wordpress.com/2009/09/14/ora-01244-on-physical-standby/</link>
		<comments>http://sulistyoas.wordpress.com/2009/09/14/ora-01244-on-physical-standby/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 07:28:40 +0000</pubDate>
		<dc:creator>Tyo</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://sulistyoas.wordpress.com/?p=33</guid>
		<description><![CDATA[Error Message: ORA-01244
and below are steps to resolve the problem.
First thing to do query v$datafile to check the unnamed datafile with this query:
select name from v$datafile;
after get the information, set the file management to Manual on Dataguard with following query:
alter system set standby_file_management=manual;
and then issue the following command  to recreate the missing datafile:
alter database create [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&blog=926608&post=33&subd=sulistyoas&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sulistyoas.wordpress.com/2009/09/14/ora-01244-on-physical-standby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fe233aa8bbe51ff91179cf31b3d2a88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tyo</media:title>
		</media:content>
	</item>
		<item>
		<title>A Day with Solaris 10</title>
		<link>http://sulistyoas.wordpress.com/2008/12/04/a-day-with-solaris-10/</link>
		<comments>http://sulistyoas.wordpress.com/2008/12/04/a-day-with-solaris-10/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 07:15:45 +0000</pubDate>
		<dc:creator>Tyo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sulistyoas.wordpress.com/?p=28</guid>
		<description><![CDATA[Installing Oracle 10g on many operating system has been my regular jobs for this 2 month. Most of this jobs using Solaris 10 as their operating system. Usually when doing installation, i have a backup from solaris people from many other vendors or their principal to do the setting for solaris 10. I just sit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&blog=926608&post=28&subd=sulistyoas&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sulistyoas.wordpress.com/2008/12/04/a-day-with-solaris-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fe233aa8bbe51ff91179cf31b3d2a88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tyo</media:title>
		</media:content>
	</item>
		<item>
		<title>Changing Hostname on Linux</title>
		<link>http://sulistyoas.wordpress.com/2008/10/21/changing-hostname-on-linux/</link>
		<comments>http://sulistyoas.wordpress.com/2008/10/21/changing-hostname-on-linux/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 00:54:00 +0000</pubDate>
		<dc:creator>Tyo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[change linux hostname]]></category>
		<category><![CDATA[hostname]]></category>

		<guid isPermaLink="false">http://sulistyoas.wordpress.com/?p=20</guid>
		<description><![CDATA[This post is only a reminder for me on &#8220;how to change Hostname in Linux&#8221;. Since I play a lot with VMWARE, and I already have the Linux OS template, so  i don&#8217;t have to do linux installation all the time whenever i need to do new Oracle installation, just change the hostname and ip [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&blog=926608&post=20&subd=sulistyoas&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sulistyoas.wordpress.com/2008/10/21/changing-hostname-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fe233aa8bbe51ff91179cf31b3d2a88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tyo</media:title>
		</media:content>
	</item>
		<item>
		<title>My Oracle Script Collection</title>
		<link>http://sulistyoas.wordpress.com/2008/02/15/my-oracle-script-collection/</link>
		<comments>http://sulistyoas.wordpress.com/2008/02/15/my-oracle-script-collection/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 06:12:05 +0000</pubDate>
		<dc:creator>Tyo</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://sulistyoas.wordpress.com/?p=17</guid>
		<description><![CDATA[1. Moving all tables in a schema
select &#8216;alter table &#8216;&#124;&#124; table_name &#124;&#124; &#8216; move tablespace users&#8217; from user_tables;
2. Moving all indexes in a schema
select &#8216;ALTER INDEX &#8216; &#124;&#124;Index_name &#124;&#124; &#8216; REBUILD TABLESPACE INDX&#8217; from user_indexes;
3. Check Tablespaces size in a database
SELECT df.tablespace_name TABLESPACE, df.total_space TOTAL_SPACE,
fs.free_space FREE_SPACE, df.total_space_mb TOTAL_SPACE_MB,
(df.total_space_mb &#8211; fs.free_space_mb) USED_SPACE_MB,
fs.free_space_mb FREE_SPACE_MB,
ROUND(100 * (fs.free_space / [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&blog=926608&post=17&subd=sulistyoas&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sulistyoas.wordpress.com/2008/02/15/my-oracle-script-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fe233aa8bbe51ff91179cf31b3d2a88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tyo</media:title>
		</media:content>
	</item>
		<item>
		<title>Recreate Temp Tablespace</title>
		<link>http://sulistyoas.wordpress.com/2008/01/03/recreate-temp-tablespace/</link>
		<comments>http://sulistyoas.wordpress.com/2008/01/03/recreate-temp-tablespace/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 08:44:32 +0000</pubDate>
		<dc:creator>Tyo</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://sulistyoas.wordpress.com/2008/01/03/recreate-temp-tablespace/</guid>
		<description><![CDATA[Below is step for recreating Oracle temp Tablespace.
 == Step 1 Create Temporary Tablespace Temp
CREATE TEMPORARY TABLESPACE TEMP2 TEMPFILE
  &#8216;/u01/app/oradata/temp01&#8242; SIZE 10240M AUTOEXTEND OFF,
  &#8216;/u01/app/oradata/temp02&#8242; SIZE 10240M AUTOEXTEND OFF,
EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1M;
== Step 2 Move Default Database temp tablespace
ALTER DATABASE DEFAULT TEMPORARY TABLESPACE temp2;
== Step 3 Drop temp tablespace
DROP TABLESPACE temp INCLUDING CONTENTS AND [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&blog=926608&post=16&subd=sulistyoas&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sulistyoas.wordpress.com/2008/01/03/recreate-temp-tablespace/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fe233aa8bbe51ff91179cf31b3d2a88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tyo</media:title>
		</media:content>
	</item>
		<item>
		<title>Oracle &#8211; Delete a Datafile</title>
		<link>http://sulistyoas.wordpress.com/2007/06/24/oracle-delete-a-datafile/</link>
		<comments>http://sulistyoas.wordpress.com/2007/06/24/oracle-delete-a-datafile/#comments</comments>
		<pubDate>Sun, 24 Jun 2007 04:47:37 +0000</pubDate>
		<dc:creator>Tyo</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://sulistyoas.wordpress.com/2007/06/24/oracle-delete-a-datafile/</guid>
		<description><![CDATA[A quite sometimes ago my friend asking about how to delete a datafile because he create too many datafiles in his tablespaces. i&#8217;m not sure why he want to do that, but because he said that it create a problem with some ORA error when he take the datafiles directly offline and delete it manual, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&blog=926608&post=15&subd=sulistyoas&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sulistyoas.wordpress.com/2007/06/24/oracle-delete-a-datafile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fe233aa8bbe51ff91179cf31b3d2a88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tyo</media:title>
		</media:content>
	</item>
		<item>
		<title>Backup Oracle Database using RMAN</title>
		<link>http://sulistyoas.wordpress.com/2007/05/10/backup-oracle-database-using-rman/</link>
		<comments>http://sulistyoas.wordpress.com/2007/05/10/backup-oracle-database-using-rman/#comments</comments>
		<pubDate>Thu, 10 May 2007 03:29:59 +0000</pubDate>
		<dc:creator>Tyo</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://sulistyoas.wordpress.com/2007/05/10/backup-oracle-database-using-rman/</guid>
		<description><![CDATA[connecting to RMAN via command line :rman TARGET SYS/target_pwd@target_strexample : rman target /
Configuring RMAN Environment :CONFIGURE DEFAULT DEVICE TYPE TO DISK; CONFIGURE RETENTION POLICY TO REDUNDANCY 3; CONFIGURE DEVICE TYPE DISK PARALLELISM 2; 
CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT &#8216;d:\orclbackupora_df%t_s%s_s%p&#8217;; 
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP 
FORMAT FOR DEVICE TYPE DISK TO &#8216;d:\orclbackupora_cf%F&#8217;; 
CONFIGURE BACKUP [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&blog=926608&post=14&subd=sulistyoas&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sulistyoas.wordpress.com/2007/05/10/backup-oracle-database-using-rman/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fe233aa8bbe51ff91179cf31b3d2a88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tyo</media:title>
		</media:content>
	</item>
		<item>
		<title>Create Updateable Views using Trigger &#8220;instead of&#8221;</title>
		<link>http://sulistyoas.wordpress.com/2007/05/10/create-updateable-views-using-trigger-instead-of/</link>
		<comments>http://sulistyoas.wordpress.com/2007/05/10/create-updateable-views-using-trigger-instead-of/#comments</comments>
		<pubDate>Thu, 10 May 2007 03:11:50 +0000</pubDate>
		<dc:creator>Tyo</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://sulistyoas.wordpress.com/2007/05/10/create-updateable-views-using-trigger-instead-of/</guid>
		<description><![CDATA[Usually if we create a view in oracle database, the view that we create is not updateable.  we can modify view using instead of trigger model.  This kind of trigger do INSERT, UPDATE and DELETE operation directly to the table or view that own the trigger.Unlike any other trigger, oracle execute directly to this trigger [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&blog=926608&post=13&subd=sulistyoas&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sulistyoas.wordpress.com/2007/05/10/create-updateable-views-using-trigger-instead-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fe233aa8bbe51ff91179cf31b3d2a88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tyo</media:title>
		</media:content>
	</item>
		<item>
		<title>ORA &#8211; 00202 Oracle Problem with Control File</title>
		<link>http://sulistyoas.wordpress.com/2007/04/19/ora-00202-oracle-problem-with-control-file/</link>
		<comments>http://sulistyoas.wordpress.com/2007/04/19/ora-00202-oracle-problem-with-control-file/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 02:23:01 +0000</pubDate>
		<dc:creator>Tyo</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://sulistyoas.wordpress.com/2007/04/19/ora-00202-oracle-problem-with-control-file/</guid>
		<description><![CDATA[ORA-00202: controlfile: &#8216;C:\ORACLE\ORADATA\ORACLE91\CONTROL02.CTL&#8217;
ORA-27091: skgfqio: unable to queue I/O
ORA-27070: skgfdisp: async read/write failed
OSD-04006: ReadFile() failure, unable to read from file
O/S-Error: (OS 23) Data error (cyclic redundancy check).
i find this problem on one of my server database. this problem will make oracle fail to mount and open. if you try to connect via sqlplus, you will get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&blog=926608&post=11&subd=sulistyoas&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sulistyoas.wordpress.com/2007/04/19/ora-00202-oracle-problem-with-control-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fe233aa8bbe51ff91179cf31b3d2a88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tyo</media:title>
		</media:content>
	</item>
		<item>
		<title>automatic startup and shutdown for oracle database in Linux</title>
		<link>http://sulistyoas.wordpress.com/2007/04/18/automatic-start-and-shutdown-for-oracle-database-in-linux/</link>
		<comments>http://sulistyoas.wordpress.com/2007/04/18/automatic-start-and-shutdown-for-oracle-database-in-linux/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 09:09:35 +0000</pubDate>
		<dc:creator>Tyo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://sulistyoas.wordpress.com/2007/04/18/automatic-start-and-shutdown-for-oracle-database-in-linux/</guid>
		<description><![CDATA[copy this code to a file with .sh extension then move the file to your /etc/init.d then create link in your rc5.d and rc3.d so that your oracle can start and shutdown automatically when you starting up and shutdown your Linux OS.  below is the script : 
=========  Script Begin  ===================
# chkconfig: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&blog=926608&post=9&subd=sulistyoas&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sulistyoas.wordpress.com/2007/04/18/automatic-start-and-shutdown-for-oracle-database-in-linux/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8fe233aa8bbe51ff91179cf31b3d2a88?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tyo</media:title>
		</media:content>
	</item>
	</channel>
</rss>