<?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>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>Wed, 22 Sep 2010 02:08:01 +0000</lastBuildDate>
	<language>id</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sulistyoas.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tyo Sites and Notes</title>
		<link>http://sulistyoas.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sulistyoas.wordpress.com/osd.xml" title="Tyo Sites and Notes" />
	<atom:link rel='hub' href='http://sulistyoas.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Unix Command Notebook</title>
		<link>http://sulistyoas.wordpress.com/2010/09/22/unix-command-notebook/</link>
		<comments>http://sulistyoas.wordpress.com/2010/09/22/unix-command-notebook/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 02:08:01 +0000</pubDate>
		<dc:creator>Tyo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sulistyoas.wordpress.com/?p=38</guid>
		<description><![CDATA[A note for command that  usually use on Unix: 1.infinite loop for monitoring space while true; do df -g /mount1 ; sleep 10; done 2.Find file which modified more than 2 days ago find /mount1 -name &#8216;*.123&#8242; -mtime +2 3.Checking oracle connected user (showing pid,memory used, argument) ps -ef -o pid,vms,args &#124; grep oracle 4.Find [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&amp;blog=926608&amp;post=38&amp;subd=sulistyoas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sulistyoas.wordpress.com/2010/09/22/unix-command-notebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Tyo</media:title>
		</media:content>
	</item>
		<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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&amp;blog=926608&amp;post=33&amp;subd=sulistyoas&amp;ref=&amp;feed=1" width="1" height="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="" 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&amp;blog=926608&amp;post=28&amp;subd=sulistyoas&amp;ref=&amp;feed=1" width="1" height="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="" 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&amp;blog=926608&amp;post=20&amp;subd=sulistyoas&amp;ref=&amp;feed=1" width="1" height="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="" 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, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&amp;blog=926608&amp;post=17&amp;subd=sulistyoas&amp;ref=&amp;feed=1" width="1" height="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="" 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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&amp;blog=926608&amp;post=16&amp;subd=sulistyoas&amp;ref=&amp;feed=1" width="1" height="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="" 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&amp;blog=926608&amp;post=15&amp;subd=sulistyoas&amp;ref=&amp;feed=1" width="1" height="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="" 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;; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&amp;blog=926608&amp;post=14&amp;subd=sulistyoas&amp;ref=&amp;feed=1" width="1" height="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="" 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&amp;blog=926608&amp;post=13&amp;subd=sulistyoas&amp;ref=&amp;feed=1" width="1" height="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="" 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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sulistyoas.wordpress.com&amp;blog=926608&amp;post=11&amp;subd=sulistyoas&amp;ref=&amp;feed=1" width="1" height="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="" medium="image">
			<media:title type="html">Tyo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
