<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>New-Features on Café Com Cloud</title><link>https://blog.cafecomcloud.com.br/tags/new-features/</link><description>Recent content in New-Features on Café Com Cloud</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 06 Mar 2017 20:49:44 -0300</lastBuildDate><atom:link href="https://blog.cafecomcloud.com.br/tags/new-features/index.xml" rel="self" type="application/rss+xml"/><item><title>To be or not to be (lazy)</title><link>https://blog.cafecomcloud.com.br/2017/03/06/to-be-or-not-to-be-lazy/</link><pubDate>Mon, 06 Mar 2017 20:49:44 -0300</pubDate><guid>https://blog.cafecomcloud.com.br/2017/03/06/to-be-or-not-to-be-lazy/</guid><description>&lt;p&gt;Sometimes you are an Oracle DBA just tired of perform setup ( I like to install everything from scratch&amp;hellip;since oracle 7.3 it was always an adventure for me :) )&lt;/p&gt;
&lt;p&gt;If you only want to download and have fun on some cool new features, a pre-installed ova is the gold medal for you..&lt;/p&gt;
&lt;p&gt;Check out last this Jeff Smith (SQL Developer and lots of fun on his blog)  &lt;a class="link" href="http://www.thatjeffsmith.com/archive/2017/03/oracle-database-12c-release-2-is-now-available-and-so-is-our-new-virtualbox-appliance/" target="_blank" rel="noopener"
 &gt;here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Its a OVA with 12.2, APEX, SQL Developer and other cool stuff :)&lt;/p&gt;
&lt;p&gt;See you around!&lt;/p&gt;</description></item><item><title>12.2 on-prem available for download</title><link>https://blog.cafecomcloud.com.br/2017/03/02/12.2-on-prem-available-for-download/</link><pubDate>Thu, 02 Mar 2017 20:27:05 -0300</pubDate><guid>https://blog.cafecomcloud.com.br/2017/03/02/12.2-on-prem-available-for-download/</guid><description>&lt;p&gt;Finally :)&lt;/p&gt;
&lt;p&gt;We will post shortly about some cool new features - like online move for non partitioned tables, sharding, v$index_usage_info and more!&lt;/p&gt;
&lt;p&gt;&lt;img alt="12-2\\_its\\_time" loading="lazy" sizes="(max-width: 767px) calc(100vw - 30px), (max-width: 1023px) 700px, (max-width: 1279px) 950px, 1232px" src="https://blog.cafecomcloud.com.br/images/12-2_its_time.jpg"&gt;&lt;/p&gt;
&lt;p&gt;See you around!&lt;/p&gt;</description></item><item><title>Why and Why not use table recover - Oracle 12c</title><link>https://blog.cafecomcloud.com.br/2017/02/24/why-and-why-not-use-table-recover-oracle-12c/</link><pubDate>Fri, 24 Feb 2017 22:23:53 -0300</pubDate><guid>https://blog.cafecomcloud.com.br/2017/02/24/why-and-why-not-use-table-recover-oracle-12c/</guid><description>&lt;p&gt;Today will gonna discuss about RMAN table recovery, one of new features of Oracle 12c and my personal view of this feature.&lt;/p&gt;
&lt;p&gt;Official documentation you could found &lt;a class="link" href="https://docs.oracle.com/database/121/BRADV/rcmresind.htm#BRADV686" target="_blank" rel="noopener"
 &gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Basically RMAN use the mecanism of Point in Time recovery and automates the way that we can do a recover for a single table. Before Oracle 12c we can do it manually.&lt;/p&gt;
&lt;p&gt;Inside of this mecanism, RMAN create auxiliary instance to perform recovery, get only necessary information: RMAN restore and recover the SYSTEM, SYSAUX, UNDO tablespaces + tablespace where table resides and use a datapump (expdp and impdp - if you configurate to import this on database) to get point-in-time information.&lt;/p&gt;
&lt;p&gt;Why use this mecanism?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Because it permitted to get the old information dropped (accidentally or not for some user, of course if you have the previous backup) without restore all database.&lt;/li&gt;
&lt;li&gt;It very easy to use: its permitted to recover the information of tape or disk backup based. You only have the information available.&lt;/li&gt;
&lt;li&gt;You can set the recover to import table with another name or just generate a dump.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Why not use this mecanism? (until 12cR1)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If you have index associate with required table and this index was on different  tablespace, you can have some trouble.&lt;/li&gt;
&lt;li&gt;You can&amp;rsquo;t configure options like parallelism or exclude index on datapump.&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>