<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8" -->
<rss version="0.92">
<channel>
	<title>SAP@Oracle Expert&#039;s Blog</title>
	<link>http://www.sap-at-oracle.net/blog</link>
	<description>Mainly considered to share an information about the problems in SAP system based on Oracle database</description>
	<lastBuildDate>Fri, 01 Jan 2010 13:11:09 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Happy New 2010 Year</title>
		<description><![CDATA[Let it be more efficient, more wealthy and more healthy for all of us.
]]></description>
		<link>http://www.sap-at-oracle.net/blog/?p=269</link>
			</item>
	<item>
		<title>Merry Christmas and a Happy New Year</title>
		<description><![CDATA[I wish you a Marry Christmas and a Happy New Year!!!

]]></description>
		<link>http://www.sap-at-oracle.net/blog/?p=258</link>
			</item>
	<item>
		<title>Useful resources</title>
		<description><![CDATA[You can find a lot of useful information in the section Resources, in the section Useful Links and also in the section Useful Books, that I personally think all SAP and Oracle Administrators must read one day.
]]></description>
		<link>http://www.sap-at-oracle.net/blog/?p=249</link>
			</item>
	<item>
		<title>SAP System Administrator diary</title>
		<description><![CDATA[Sometimes some newbie SAP administrators are wondering what to do on a daily basis, what to check, how to check, what does it mean a strange message, etc.
Of course a lot of companies have their own procedures for System Administration and Monitoring. Here I will give an example what could be checked and what should [...]]]></description>
		<link>http://www.sap-at-oracle.net/blog/?p=244</link>
			</item>
	<item>
		<title>How to check the OSS notes validity</title>
		<description><![CDATA[Maybe I must start  with a simple classification of the OSS notes first.
There are three types of OSS notes.
1. Descriptive &#8211; in this notes you can find a description of a problem and how to resolve it with means of customizing or different settings in the system. Kind of these notes are FAQ&#8217;s, general [...]]]></description>
		<link>http://www.sap-at-oracle.net/blog/?p=228</link>
			</item>
	<item>
		<title>At work</title>
		<description><![CDATA[And again back &#8230;
]]></description>
		<link>http://www.sap-at-oracle.net/blog/?p=226</link>
			</item>
	<item>
		<title>On holiday</title>
		<description><![CDATA[It is great &#8230; sea, sun, breeze, dreams &#8230;  
]]></description>
		<link>http://www.sap-at-oracle.net/blog/?p=223</link>
			</item>
	<item>
		<title>How to change an ABAP program package from $TMP to a z* package</title>
		<description><![CDATA[Task
You would like to change the ABAP program package from $TMP to a z* package.
Solution
You could do this with the following steps:
In SE38, enter your program name. Then use the menu option &#8220;goto -&#62; object directory entry&#8221;. Click on &#8220;Change&#8221;, and you can enter the new package. You&#8217;ll be prompted for a workbench request number [...]]]></description>
		<link>http://www.sap-at-oracle.net/blog/?p=218</link>
			</item>
	<item>
		<title>Script How-to find the indexes for a table in Oracle</title>
		<description><![CDATA[You would like to find the indexes for a table in Oracle database.
You could find this with the following SQL using user_ind_columns view:
Select table_name, index_name, column_name,
FROM user_ind_columns
WHERE table_name= &#8216;My_Table_Name&#8217;;
If you want to find Column position then add column_position column in the query.
My_Table_Name is the name of the table which you would like to check the [...]]]></description>
		<link>http://www.sap-at-oracle.net/blog/?p=214</link>
			</item>
	<item>
		<title>Happy SysAdmin Day</title>
		<description><![CDATA[It is a little bit late for some countries, but for other it is still valid &#8211; 31 July is a SysAdmin Day this year.
I would like to wish all the best to all colleagues &#8211; Sys Admins and they to be as always very professional and good in all their activities in computer&#8217;s areas.
]]></description>
		<link>http://www.sap-at-oracle.net/blog/?p=211</link>
			</item>
</channel>
</rss>
