<?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>Kamran Agayev&#039;s Oracle Blog</title>
	<atom:link href="http://kamranagayev.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kamranagayev.com</link>
	<description>Kamran Agayev&#039;s Oracle Blog</description>
	<lastBuildDate>Thu, 17 May 2012 10:55:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PROT-1: Failed to initialize ocrconfig</title>
		<link>http://kamranagayev.com/2012/05/17/prot-1-failed-to-initialize-ocrconfig/</link>
		<comments>http://kamranagayev.com/2012/05/17/prot-1-failed-to-initialize-ocrconfig/#comments</comments>
		<pubDate>Thu, 17 May 2012 10:55:24 +0000</pubDate>
		<dc:creator>Kamran Agayev A.</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[RAC issues]]></category>

		<guid isPermaLink="false">http://kamranagayev.com/?p=1677</guid>
		<description><![CDATA[Today during RAC installation I got the following error while running root.sh on the first node &#160; Then I checked ocrconfig log file and got the following output: &#160; &#160; There&#8217;re a lot of reasons and solutions for this error on the web, but in my case the problem was in the mount point parameter. [...]]]></description>
			<content:encoded><![CDATA[<p>Today during RAC installation I got the following error while running root.sh on the first node</p>
<pre class="brush: php; title: ; notranslate">Setting the permissions on OCR backup directory
Setting up NS directories
PROT-1: Failed to initialize ocrconfig
Failed to upgrade Oracle Cluster Registry configuration</pre>
<p>&nbsp;</p>
<p>Then I checked ocrconfig log file and got the following output:</p>
<p>&nbsp;</p>
<pre class="brush: php; title: ; notranslate">Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
2012-05-17 15:16:35.490: [ OCRCONF][1521206416]ocrconfig starts...
2012-05-17 15:16:35.492: [ OCRCONF][1521206416]Failure initializing ocr in DEFAULT. REBOOT INSTALL. err :[PROC-32: Cluster Ready Ser
vices on the local node is not running Messaging error [9]]
2012-05-17 15:16:35.492: [ OCROSD][1521206416]utstoragetype: /ocfs/ocrfile is on FS type 1952539503. Not supported.
2012-05-17 15:16:35.492: [ OCROSD][1521206416]utopen:6'': OCR location /ocfs/ocrfile configured is not valid storage type. Return c
ode [37].
2012-05-17 15:16:35.492: [ OCRRAW][1521206416]proprinit: Could not open raw device
2012-05-17 15:16:35.492: [ default][1521206416]a_init:7!: Backend init unsuccessful : [37]
2012-05-17 15:16:35.492: [ OCRCONF][1521206416]Failure in initializing ocr in INSTALL level. error:[PROC-37: Oracle Cluster Registry
 does not support the storage type configured]
2012-05-17 15:16:35.492: [ OCRCONF][1521206416]Exiting [status=failed]...</pre>
<p>&nbsp;</p>
<p>There&#8217;re a lot of reasons and solutions for this error on the web, but in my case the problem was in the mount point parameter. When getting this error, the mount point parameter was as follows:</p>
<p>&nbsp;</p>
<pre class="brush: php; title: ; notranslate">/dev/dm-1 on /ocfs type ocfs2 (rw,_netdev,heartbeat=local)</pre>
<p>&nbsp;</p>
<p>Then I added &#8220;datavolume&#8221; parameter as follows:</p>
<pre class="brush: php; title: ; notranslate">/dev/dm-2 on /ocfs2 type ocfs2 (rw,_netdev,datavolume,heartbeat=local)</pre>
<p>&nbsp;</p>
<p>And it worked!</p>
]]></content:encoded>
			<wfw:commentRss>http://kamranagayev.com/2012/05/17/prot-1-failed-to-initialize-ocrconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing emoms.properties file</title>
		<link>http://kamranagayev.com/2012/05/10/changing-emoms-properties-file/</link>
		<comments>http://kamranagayev.com/2012/05/10/changing-emoms-properties-file/#comments</comments>
		<pubDate>Thu, 10 May 2012 11:06:07 +0000</pubDate>
		<dc:creator>Kamran Agayev A.</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://kamranagayev.com/?p=1669</guid>
		<description><![CDATA[Today, after changing password of the sysman user of the repository database of the Grid Control, I wasn&#8217;t able to connect to the Grid control and getting the following output: 503 Service Unavailable This output means that there&#8217;s a problem with Repository database connection. In this case, you should check the OMS log files which [...]]]></description>
			<content:encoded><![CDATA[<p>Today, after changing password of the sysman user of the repository database of the Grid Control, I wasn&#8217;t able to connect to the Grid control and getting the following output:</p>
<p>503 Service Unavailable</p>
<p><a href="http://kamranagayev.com/wp-content/uploads/2012/05/service_unavailable.png"><img class="aligncenter size-full wp-image-1670" title="service_unavailable" src="http://kamranagayev.com/wp-content/uploads/2012/05/service_unavailable.png" alt="" width="600" height="149" /></a></p>
<p>This output means that there&#8217;s a problem with Repository database connection. In this case, you should check the OMS log files which reside under $OMS_HOME/sysman/log &#8211; <strong>emoms.trc</strong></p>
<p>When I checked this file, I got the following error:</p>
<p>2012-05-10 15:50:37,740 [AJPRequestHandler-ApplicationServerThread-9] ERROR conn.ConnectionService verifyRepositoryEx.818 &#8211; Invalid Connection Pool. ERROR = ORA-01017: invalid username/password; logon denied</p>
<p>2012-05-10 15:51:08,004 [AJPRequestHandler-ApplicationServerThread-6] ERROR conn.ConnectionService verifyRepositoryEx.818 &#8211; Invalid Connection Pool. ERROR = ORA-01017: invalid username/password; logon denied</p>
<p>This means that OMS can&#8217;t connect to the repository database, as the password of the SYSMAN username was changed. In order to make OMS use new password, we need change two parameter in emoms.properties file which resides  $OMS_HOME/sysman/config directory:</p>
<p>oracle.sysman.eml.mntr.emdRepPwd=test</p>
<p>oracle.sysman.eml.mntr.emdRepPwdEncrypted=false</p>
<p>After making necessary changes I&#8217;ve tried to start OMS using the following command:</p>
<p>emctl start oms</p>
<p>But unfortunately I got the same error again &#8230; After working a while on this error, I&#8217;ve decided to take down all OMS applications using the following command and start them again:</p>
<p>$OMS_HOME/opmn/bin/opmnctl stopall</p>
<p>$OMS_HOME/opmn/bin/opmnctl startall</p>
<p>&nbsp;</p>
<p>After all, while checking log file, the error disappeared.</p>
<p>&nbsp;</p>
<p><a href="http://kamranagayev.com/wp-content/uploads/2012/05/service_unavailable2.png"><img class="aligncenter size-full wp-image-1671" title="service_unavailable2" src="http://kamranagayev.com/wp-content/uploads/2012/05/service_unavailable2.png" alt="" width="457" height="305" /></a></p>
<p>If you&#8217;ve completely lost <strong>emoms.propertie</strong>s file, check the following metalink note to recreate it:</p>
<p><strong>How to Recreate the emoms.properties File for 10g OMS from Scratch? [ID 733401.1]</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://kamranagayev.com/2012/05/10/changing-emoms-properties-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CPU patch apply post</title>
		<link>http://kamranagayev.com/2012/04/08/cpu-patch-apply/</link>
		<comments>http://kamranagayev.com/2012/04/08/cpu-patch-apply/#comments</comments>
		<pubDate>Sun, 08 Apr 2012 19:25:04 +0000</pubDate>
		<dc:creator>Kamran Agayev A.</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://kamranagayev.com/?p=1658</guid>
		<description><![CDATA[These days I&#8217;m responsible on applying CPU patches on some critical databases. Actually I&#8217;m thinking to create a new blog post on this topic But now I would like to share a nice blog post which can be useful to overcome some patch installation issues you get during the installation Here&#8217;s the link: http://oracletechtips.com/2011/cpu-patch-error-code-73-or-74/ I [...]]]></description>
			<content:encoded><![CDATA[<p>These days I&#8217;m responsible on applying CPU patches on some critical databases. Actually I&#8217;m thinking to create a new blog post on this topic</p>
<p>But now I would like to share a nice blog post which can be useful to overcome some patch installation issues you get during the installation</p>
<p>Here&#8217;s the link:</p>
<p><a href="http://oracletechtips.com/2011/cpu-patch-error-code-73-or-74/">http://oracletechtips.com/2011/cpu-patch-error-code-73-or-74/</a></p>
<p>I liked the latest (7) step which was also helped me to overcome &#8220;is not writable&#8221; error even the mentioned .so file wasn&#8217;t in use by any active process</p>
<p>And my last advise : Don&#8217;t forget to backup &#8220;Oracle Home&#8221; folder and even having the backup of the database itself!</p>
]]></content:encoded>
			<wfw:commentRss>http://kamranagayev.com/2012/04/08/cpu-patch-apply/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RMAN-06172: no autobackup found or specified handle is not a valid copy or piece</title>
		<link>http://kamranagayev.com/2012/03/04/rman-06172-no-autobackup-found/</link>
		<comments>http://kamranagayev.com/2012/03/04/rman-06172-no-autobackup-found/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 12:07:25 +0000</pubDate>
		<dc:creator>Kamran Agayev A.</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://kamranagayev.com/?p=1654</guid>
		<description><![CDATA[During a Disaster Recovery check, I got an error while restoring SPFILE from autobackup: &#160; I&#8217;ve checked all available solutions that I know, but unable to restore it. I started to confuse if it&#8217;s not a backup of the current database, so I used strings command and checked the database name inside the controlfile &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>During a Disaster Recovery check, I got an error while restoring SPFILE from autobackup:</p>
<pre class="brush: php; title: ; notranslate">RMAN&gt; restore spfile to '/tmp/spfile.ora' from '/rman_backup/control_autobackup_8357269245-20120303-00.bkp;

&lt;em&gt;RMAN-00571: ===========================================================&lt;/em&gt;
&lt;em&gt;RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============&lt;/em&gt;
&lt;em&gt;RMAN-00571: ===========================================================&lt;/em&gt;
&lt;em&gt;RMAN-03002: failure of restore command at 03/03/2011 18:06:11&lt;/em&gt;
&lt;em&gt;RMAN-06172: no autobackup found or specified handle is not a valid copy or piece</pre>
<p></em></p>
<p>&nbsp;</p>
<p>I&#8217;ve checked all available solutions that I know, but unable to restore it.</p>
<p>I started to confuse if it&#8217;s not a backup of the current database, so I used<strong> strings</strong> command and checked the database name inside the controlfile</p>
<pre class="brush: php; title: ; notranslate">[oracle @db] strings /rman_backup/control_autobackup_8357269245-20120303-00.bkp | grep prod

PROD</pre>
<p>&nbsp;</p>
<p>Prod is the name of my database, so this is the correct autobackup.</p>
<p>I&#8217;ve automated the RMAN backup and wrote a shell script which copies newly created backup files to the remote FTP host. I&#8217;ve copied the controlfile autobackup  from the FTP host to the test machine for the Disaster Recovery. Suddenly I remembered the mode that&#8217;s used to copy the backup files via FTP. It&#8217;s<strong> NOT</strong> binary! I&#8217;ve checked the size of controlfile that&#8217;s in FTP server with the one which is located at the production database. There were different! So it&#8217;s really &#8220;not a valid copy or piece&#8221; as RMAN states.</p>
<p>I&#8217;ve added FTP command &#8211; &#8220;binary&#8221;  to the shell script to switch to the binary mode, run the backup script again and got my backups copied to the FTP server. Then I tried to restore spfile from the backup and of course &#8211; succeeded.</p>
<p>So if copy RMAN backups to the FTP server, make sure you&#8217;re using <strong>binary</strong> mode and don&#8217;t forget to perform a Disaster Recovery to make sure your backups are valid</p>
]]></content:encoded>
			<wfw:commentRss>http://kamranagayev.com/2012/03/04/rman-06172-no-autobackup-found/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Exclusive Interview with Kai Yu</title>
		<link>http://kamranagayev.com/2012/02/16/exclusive-interview-with-kai-yu/</link>
		<comments>http://kamranagayev.com/2012/02/16/exclusive-interview-with-kai-yu/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 10:45:12 +0000</pubDate>
		<dc:creator>Kamran Agayev A.</dc:creator>
				<category><![CDATA[Expert Interviews]]></category>

		<guid isPermaLink="false">http://kamranagayev.com/?p=1643</guid>
		<description><![CDATA[Kai Yu is a senior engineer and solution architect in Dell Oracle Solutions Engineering Lab  .He has worked with Oracle Technology as an Oracle DBA, Oracle Apps DBA since 1995 and is specializing in Oracle RAC, Oracle E-Business Suite and Oracle VM.  Kai has published 16 technical whitepapers  and given more than 40 technical presentations [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kamranagayev.com/wp-content/uploads/2012/02/kai_yu-e1329387850606.jpg"><img class="size-medium wp-image-1642 alignleft" title="Kai Yu " src="http://kamranagayev.com/wp-content/uploads/2012/02/kai_yu-e1329387819819-279x300.jpg" alt="" width="279" height="300" /></a></p>
<p>Kai Yu is a senior engineer and solution architect in <a href="http://www.dell.com/oracle">Dell Oracle Solutions Engineering Lab</a>  .He has worked with Oracle Technology as an Oracle DBA, Oracle Apps DBA since 1995 and is specializing in Oracle RAC, Oracle E-Business Suite and Oracle VM.  Kai has published <a href="http://kyuoracleblog.wordpress.com/publications/">16 technical whitepapers</a>  and given more than <a href="http://kyuoracleblog.wordpress.com/conference-presentations/">40 technical presentations</a> at major <a href="http://kyuoracleblog.wordpress.com/conference-presentations/">oracle technology conferences worldwide</a> including Oracle OpenWorld, UKOUG, Collaborates, OTN Latin America/APAC Tours, etc. Kai is <a href="http://apex.oracle.com/pls/otn/f?p=19297:4:2709622022430492::NO:4:P4_ID:1960">an Oracle ACE Director</a> and was <a href="http://www.oracle.com/technetwork/community/oracle-ace/ace-newsletter-june2011-426878.pdf">selected for Oracle ACE spotlight in June 2011</a>, and also was featured  in <a href="http://www.oracle.com/technetwork/issue-archive/2010/10-sep/o50peer-165480.html">Oracle Magazine Sept/Oct 2010</a> issue. Kai has been the president and is the current board member of IOUG Oracle RAC SIG and co-founder and board member of  IOUG Virtualization SIG.  Kai was the winner of  <a href="http://collaborate.oaug.org/wrap/">the 2011 OAUG Innovator of Year award</a> . Kai has been active in sharing his Oracle knowledge on his Oracle blog <a href="http://kyuoracleblog.wordpress.com/">http://kyuoracleblog.wordpress.com/</a>.</p>
<p>Could u please provide answer to the following questions as follows:</p>
<ul>
<li><em>Brief information about yourself and your family</em></li>
</ul>
<p><strong>I work for Dell Oracle Solutions Engineering lab. I was originally from China. I live in Austin, Texas, USA with my wife Jin who also works in software industry, and my daughter Jessica who currently is a freshman in high school. </strong></p>
<p><strong> </strong></p>
<ul>
<li><em>Your education:</em></li>
</ul>
<p><strong>I got my BS and MS degree in Computer science in China before I came to US. Then I got my second MS in Computer Science in US. </strong></p>
<p><strong> </strong></p>
<ul>
<li><em>Your experience with Oracle. When you started first? Has it been interest of your side or just a coincidence?</em></li>
</ul>
<p><strong>        </strong><strong>My interest with database started with my Mater degree thesis research on relational database more    than 20 years ago. My Oracle database career started in 1995 shortly after when I took a database engineer position in a software company working on OCI and C++, PL/SQL and DBA. On that job, I really enjoyed learning and working on Oracle database technology on both applications development side as well as the database administration side. The technology really fascinated me and I decided to pursue my career in Oracle database.</strong></p>
<ul>
<li><em>What was the motive behind to prefer Oracle? Who you have been influenced by? </em></li>
</ul>
<p><strong>  I was motivated by the great flexibility and power of the Oracle database and the strong technology behind it.  In my career with Oracle Technology, I have been really inspired by several people. My first mentor was the </strong><strong>chief database architect Chip Young in my early career who taught me how to build a high performance application on Oracle Database. In 1997 I learned the Oracle Parallel server (OPS) technology from an Oracle parallel server architect from Oracle and started working  with Oracle cluster database technology. Since 2006, Nadia Bendjedou and Steven Chan and </strong><strong>Erik Peterson </strong><strong>at Oracle really inspired me to take my Oracle Technology career to the next level by contributing my efforts to the Oracle community (user groups) and Oracle conferences.  With their great inspiration, in April 2010 I reached a great highlight in my career when I was awarded the Oracle ACE Director rank by Oracle Technology Network</strong><strong></strong></p>
<p><strong> </strong></p>
<ul>
<li><em>What would your preference of profession if not Oracle?</em></li>
</ul>
<p><strong>I would probably end up in software development work. </strong></p>
<ul>
<li><em>What motivates you in your job? </em></li>
</ul>
<p><strong>The appreciation and love of the technology always motivate me to learn and try new things in my job.</strong></p>
<p><strong> </strong></p>
<ul>
<li><em>Do you give lectures on Oracle? </em></li>
</ul>
<p><strong>Not official Oracle University class. But I have done several seminars on Oracle RAC SIG, which were recorded and managed by Oracle University and are publically accessible. I also have spoken at several  IOUG web seminars and Oracle technology conferences worldwide such as Oracle OpenWorlds, IOUG/OAUG Collaborate conferences, UKOUG conference, Scotland conference, Ottawa  conference, OTN (Oracle Technology Network) Latin America conference tour and APAC conference tour.</strong></p>
<p><strong> </strong></p>
<ul>
<li><em>Have you authored any book in Oracle? </em></li>
</ul>
<p><strong>I have not finished any book. Recently Syed Jaffar Hussain has been very kind to invite me to co-author his new Oracle RAC book with him</strong></p>
<p><strong> </strong></p>
<ul>
<li><em>Do you manage with your time as to read books on Oracle? What is the name of the book that you read recently? </em></li>
</ul>
<p><strong>By working in an engineering lab, I usually work on very latest technology on which normally there are no many published books around. I spent more time reading Oracle documents, whitepapers, Oracle support notes and Oracle blogs of other colleagues and OTN forms. But I do find a great value to read various published Oracle books to learn the topics in details in a systematic ways.</strong></p>
<p><strong>Here is a list of books I found very useful:</strong></p>
<ol>
<li><strong>       </strong><strong><a href="http://www.mhprofessional.com/product.php?isbn=0071752080&amp;cat=112">Oracle Database 11g Release 2 High Availability: Maximize Your Availability with Grid Infrastructure, RAC and Data Guard</a></strong><strong> by  </strong><strong><a href="http://www.mhprofessional.com/contributor.php?id=44676">Scott Jesse</a></strong><strong>, </strong><strong><a href="http://www.mhprofessional.com/contributor.php?id=17181">Bill Burton</a></strong><strong>, </strong><strong><a href="http://www.mhprofessional.com/contributor.php?id=43991">Bryan Vongray</a></strong></li>
<li><strong>       </strong><a href="http://www.rampant-books.com/book_1002_rman_backup_recovery.htm"><strong>Oracle Backup &amp; Recovery: </strong><strong>Expert secrets for using RMAN and Data Pump, </strong></a><em><strong>Kamran Agayev</strong></em><em><strong> Agamehdi &amp; Aman Sharma</strong></em></li>
<li><strong>       </strong><strong>Oracle 11g R1/R2 Real Application Clusters Essentials , by <a href="http://www.barnesandnoble.com/c/ben-prusinski">Ben Prusinski</a>, <a href="http://www.barnesandnoble.com/c/syed-jaffer-hussain">Syed Jaffer Hussain</a></strong><strong></strong></li>
<li><strong>       </strong><strong><a href="http://www.mhprofessional.com/product.php?isbn=007222729X">Oracle Wait Interface: A Practical Guide to Performance Diagnostics &amp; Tuning </a></strong><strong> by Richmond Shee, Kirtikumar Deshpande and K. Gopalakrishnan</strong><strong></strong></li>
<li><strong>       </strong><strong>For Oracle Applications DBA, </strong><strong><a href="http://www.amazon.com/Oracle-Applications-Field-Guide-Experts/dp/1590596447">Oracle Applications DBA Field Guild </a></strong><strong> </strong><strong>by  </strong><strong>Elke Phelps, Paul Jackson     </strong></li>
</ol>
<div><strong><br />
</strong></div>
<ul>
<li><em>What do you think on OTN forums?</em></li>
</ul>
<p><strong>Oracle Technology forums is really a great way for people to share the experience and help each other. A lot of time when I ran into issues, I was able to find some hints or even the answers to my problem. I also try to share my findings on the OTN whenever possible. </strong></p>
<ul>
<li><em>Do you refer to the documentation? And how often does it happen? </em></li>
</ul>
<p><strong>I would say Oracle documentation is my primary resource to learn the new products. Many times I started with the beta version of the product as well as the beta version of the documentations. Last year when I involved  Oracle Enterprise Manager cloud control 12c beta and Oracle VM 3.0 beta, I have heavily relied on the beta documentations and the consultation of  the Oracle product managers, even the engineers from the development team. </strong></p>
<p><em> </em></p>
<ul>
<li><em>What is the biggest mistake you have ever made during your DBA career? </em></li>
</ul>
<p><strong>Back to the late 90’s, on the third day after I just started working for a small company, the rented small data center had  some issue with its air conditioning, and I didn’t pay much attention and only forwarded the issue to the data center facility manager to fix it. But the fix was not done immediately. Next day, the database crashed, and I was not able to bring up the database as the database startup always crashed in middle of the instance recovery. After working with Oracle support, the root cause was identified that the data block corruption in the logs caused by the overheated storage pretended the instance recovery from completing. So we had to fix the storage issue and restored the database from the backup and recovered the database to the time right before this corrupted block was written. It was very painful and very time consuming process to get the main revenue generating database back online. Luckily I implemented the online database backup in the very first day when I joined the company. </strong></p>
<p><strong> </strong><strong> </strong></p>
<ul>
<li><em>What was your greatest achievement as an Oracle DBA? </em></li>
</ul>
<p><strong>In my 17 years Oracle DBA ad architect career, I have received many awards including three times awards from Dell Executive management, and the 2011 OAUG innovator of year award from OAUG.  But my greatest achievements were that I was able to catch up the latest technology and to be recognized by Oracle technology community with the Oracle ACE director rank and the privilege to get to know many industry leading experts in various areas of Oracle Technology.  </strong></p>
<ul>
<li><em>What is you priority to manage the challenges you face? </em></li>
</ul>
<p><strong>My priority is always the technology. My job requires me to research the technology and design and implement the Oracle engineering solutions for various IT organizations.</strong></p>
<p><strong> </strong><strong> </strong></p>
<ul>
<li><em>How would you describe the essence of your success? According to your definition of success, how successful have you been so far?</em></li>
</ul>
<p><strong>Hard working, appreciation and interest on technology are the essence of my success. I am pretty happy for what I am doing today.</strong></p>
<p><strong> </strong></p>
<ul>
<li><em>What are your best skills which make you differ from others?</em></li>
</ul>
<p><strong>I got a chance to work on the entire IT stack: server, storage, networking, virtualization, OS,  database, middleware, and applications. This allows me to look at the problems from a broad view</strong></p>
<ul>
<li><em>What’s your major weakness? </em></li>
</ul>
<p><strong>I prefer hand on technology work,  not much management type work. </strong></p>
<p><strong> </strong></p>
<ul>
<li><em>Have you ever lost your spirit? If so, what has been the reason and how have you overcome it? </em></li>
</ul>
<p><strong>Not really. But I found hard time working with the people that don’t appreciate technology and don’t appreciate technical skills.</strong></p>
<ul>
<li><em>What is the next success you would like to attain and your efforts to this end? </em></li>
</ul>
<p><strong> I would appreciate if I can get a higher technology ladder like a principle architect position or a technical director position as I have been in my current senior technical position for ten years. But I will continue to focus on my technology interest no matter what.</strong></p>
<p><strong> </strong></p>
<ul>
<li><em>How do you balance your daily life with your career? </em></li>
</ul>
<p><strong>It has been a very challenge to balance my daily life and my career, as I like them both, but there is no enough time. But it may be possible to have both sometime. Last year, I took my daughter with me on my conference trip to England and Scotland, and she found it very interesting and very educational on the trip. </strong></p>
<p><strong> </strong></p>
<ul>
<li><em>Please describe your one day summary of activities?</em></li>
</ul>
<p><strong>I normally get up around 7:30am, taking my daughter to school and get into office around 9:00am. I work in office until 7:00pm. And after dinner, I started working around 8:30pm to 12:30am.  During the night hours, I may also talk to my daughter for her school work or watch some piece of movies or TV on a break.</strong></p>
<ul>
<li><em>How many hours do you work and sleep in a day? </em></li>
</ul>
<p><strong>Around 6 hours a day, and depending on the workload or other activities.</strong></p>
<ul>
<li><em>Where and how do you spend your daily, weekly and annual holidays? </em></li>
</ul>
<p><strong>I like to spend my holiday in travel around the world, also visiting my parents and brother and sister in China.</strong></p>
<ul>
<li><em>Do you think about Oracle during vacations? </em></li>
</ul>
<p><strong>No much, travel is my big favor. I would like to learn the different cultures and places on travel. I also travel to different places in the world for Oracle conferences as well as for vacations.</strong></p>
<p><strong> </strong></p>
<ul>
<li><em>Do you have time or motivation to go in for any sports? If yes, which kind of sport do you go in for? </em></li>
</ul>
<p><strong>I swim and play Ping-Pong (table tennis) and also run sometime. </strong></p>
<p><strong> </strong></p>
<ul>
<li><em>What’s your favorite meal and non-alcoholic drink? </em></li>
</ul>
<p><strong>I don’t have any particular favorite food, but just prefer light taste food, not much <em>non-alcoholic drink either.</em></strong></p>
<ul>
<li><em>What foreign languages do you know?</em></li>
</ul>
<p><strong>Beside of English, I speak standard Chinese, my native language.</strong></p>
<ul>
<li><em>What’s your average typing speed? </em></li>
</ul>
<p><strong>I can’t type very fast, as never had any special training on typing</strong></p>
<ul>
<li><em>Have you ever get involved in politics?</em><em></em></li>
</ul>
<p><strong>No. Not very interested.</strong></p>
<ul>
<li><em>What are your hobbies?  </em></li>
</ul>
<p><strong>Swimming, playing Ping-Pong, military/history.</strong></p>
<p><strong> </strong></p>
<ul>
<li><em>How do you spend your free time? </em></li>
</ul>
<p><strong>Being with family, travelling, exercising, reading, watching  movies/TVs, house work etc. </strong></p>
<ul>
<li><em>What’s your biggest ambition? </em></li>
</ul>
<p><strong>Visiting all the countries in the world.</strong></p>
<ul>
<li><em>What would be your advice to the beginners in Oracle? </em></li>
</ul>
<p><strong>          </strong><strong>Learn the solid foundation of the major; Have a strong passion for the Oracle technology;  </strong><strong>be ready for the life time learning.</strong></p>
<ul>
<li><em>Would you like your children to follow in your footsteps or take a different path in life?</em></li>
</ul>
<p><strong>That will depend on her interest. I don’t force anything. However, I see technology is a very good career.</strong></p>
<ul>
<li><em>Do you have any followers of you? </em></li>
</ul>
<p><strong>I have seen some followers in my blogs. But I found that people are easier to find the materials from my blog entries than from my whitepapers and conferences although my 16 whitepapers and more than 40 conferences presentations listed in my Oracle blog (http://kyuoracleblog.wordpress.com) have much richer materials than those on my blog entries. I plan to find some time to extract some materials from those whitepapers and conference presentations and put them on some the blog entries so that the search engine can pick up them.</strong></p>
<p><strong> </strong></p>
<ul>
<li><em>What is your vision on the future of Oracle?</em></li>
</ul>
<p><strong>I think Oracle is a great company that produces the great Oracle Technology. I love to continue to work with Oracle Technology.</strong></p>
<p><strong> </strong></p>
<ul>
<li><em>Could you please take a photo in your office near to your desktop?</em></li>
</ul>
<div><a href="http://kamranagayev.com/wp-content/uploads/2012/02/kai_yu_desk2.jpg"><img class="aligncenter size-full wp-image-1650" title="kai_yu_desk" src="http://kamranagayev.com/wp-content/uploads/2012/02/kai_yu_desk2.jpg" alt="" width="600" height="337" /></a></div>
<div><em><br />
</em></div>
]]></content:encoded>
			<wfw:commentRss>http://kamranagayev.com/2012/02/16/exclusive-interview-with-kai-yu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting &#8220;ORA-00959: tablespace &#8216;TBS01&#8242; does not exist&#8221; during Data Pump import</title>
		<link>http://kamranagayev.com/2012/02/14/getting-ora-00959-during-data-pump-import/</link>
		<comments>http://kamranagayev.com/2012/02/14/getting-ora-00959-during-data-pump-import/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 12:33:31 +0000</pubDate>
		<dc:creator>Kamran Agayev A.</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://kamranagayev.com/?p=1639</guid>
		<description><![CDATA[When importing data from different database, sometimes you get errors like: This means that the tablespace &#8220;TBS01&#8243; doesn&#8217;t exist in the database where you&#8217;re importing the data. For this, you can use REMAP_TABLESPACE option. If you have more than one tablespace that doesn&#8217;t exist in the second database, use comma as follows: &#160; To get [...]]]></description>
			<content:encoded><![CDATA[<p>When importing data from different database, sometimes you get errors like:</p>
<pre class="brush: php; title: ; notranslate">

ORA-39083: Object type TABLESPACE_QUOTA failed to create with error:
ORA-00959: tablespace 'TBS01' does not exist
Failing sql is:
</pre>
<p>This means that the tablespace &#8220;TBS01&#8243; doesn&#8217;t exist in the database where you&#8217;re importing the data. For this, you can use <a href="http://docs.oracle.com/cd/B19306_01/server.102/b14215/dp_import.htm#i1007653">REMAP_TABLESPACE</a> option. If you have more than one tablespace that doesn&#8217;t exist in the second database, use comma as follows:</p>
<pre class="brush: php; title: ; notranslate">REMAP_TABLESPACE=db01_tbs01:db02_tbs,db_01_tbs02:db02_tbs </pre>
<p>&nbsp;</p>
<p>To get which remap script you need to create, check TABLESPACE_NAME column for the DBA_SEGMENTS view and find in which tablespaces your objects are reside</p>
]]></content:encoded>
			<wfw:commentRss>http://kamranagayev.com/2012/02/14/getting-ora-00959-during-data-pump-import/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

