<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <link xmlns="http://www.w3.org/2005/Atom" rel="hub" href="https://overblog.superfeedr.com"/>
        <link xmlns="http://www.w3.org/2005/Atom" rel="self" href="https://dbascripts.canalblog.com/rss" type="application/rss+xml"/>
        <title><![CDATA[Oracle and MS SQL SERVER Tips by EL GHERIYESSE AHMED]]></title>
        <link>https://dbascripts.canalblog.com/</link>
        <generator>Overblog - https://www.over-blog.com</generator>
        <description><![CDATA[Oracle and MS SQL SERVER Database Tips by EL GHERIYESSE AHMED]]></description>
                    <item>
    <title><![CDATA[How to manage lost Datapump jobs]]></title>
    <link><![CDATA[https://dbascripts.canalblog.com/archives/2018/05/17/36412649.html]]></link>
    <guid>https://dbascripts.canalblog.com/archives/2018/05/17/36412649.html</guid>
    <pubDate>Thu, 17 May 2018 17:47:00 +0200</pubDate>
    <description><![CDATA[We’re running an export (full, for example) and that takes a very long time but then our connection to the server is closed for some reason. It can be a server policy or it can be that we did it by mistake but my most common reason is just loosing the... ]]></description>
        <dc:creator><![CDATA[EL_AHMED]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Monitor Data Pump Import/Export]]></title>
    <link><![CDATA[https://dbascripts.canalblog.com/archives/2018/05/17/36412477.html]]></link>
    <guid>https://dbascripts.canalblog.com/archives/2018/05/17/36412477.html</guid>
    <pubDate>Thu, 17 May 2018 17:07:00 +0200</pubDate>
    <description><![CDATA[After working with Data Pump for some years, I devised my own ways of monitoring the progress of imports and exports that seemed stalled based on the built-in Oracle views as well as the OS level commands. A simple way to gain insight into the status... ]]></description>
        <dc:creator><![CDATA[EL_AHMED]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[How to check datapump export progress]]></title>
    <link><![CDATA[https://dbascripts.canalblog.com/archives/2018/05/17/36412419.html]]></link>
    <guid>https://dbascripts.canalblog.com/archives/2018/05/17/36412419.html</guid>
    <pubDate>Thu, 17 May 2018 15:42:10 +0200</pubDate>
    <description><![CDATA[Sometimes when you run datapump export, it might take a lot of time. Meanwhile client might ask you for the % of export completed. You can use below query to get the details of how much % export is done. SELECT SID, SERIAL#, USERNAME, CONTEXT, SOFAR,... ]]></description>
        <dc:creator><![CDATA[EL_AHMED]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[How to estimate flashback destination space]]></title>
    <link><![CDATA[https://dbascripts.canalblog.com/archives/2018/05/17/36412361.html]]></link>
    <guid>https://dbascripts.canalblog.com/archives/2018/05/17/36412361.html</guid>
    <pubDate>Thu, 17 May 2018 15:21:30 +0200</pubDate>
    <description><![CDATA[Sometimes application team will ask you as a DBA to enable fashback for x number of days. In such case,you needs to estimate the fashback space required for x number of days in order to store the fashback logs. The flashback log size is same as archive... ]]></description>
        <dc:creator><![CDATA[EL_AHMED]]></dc:creator>
    </item>
                    <item>
    <title><![CDATA[Monitoring TEMP tablespace activity]]></title>
    <link><![CDATA[https://dbascripts.canalblog.com/archives/2018/05/17/36412297.html]]></link>
    <guid>https://dbascripts.canalblog.com/archives/2018/05/17/36412297.html</guid>
    <pubDate>Thu, 17 May 2018 14:48:00 +0200</pubDate>
    <description><![CDATA[Question: How do I see the temp space used by a specific Oracle session? Is there a way to see the TEMP space used by a SQL statement, or is it only temporary space used by the session?How-to find the SQL that using lots of temp tablespace in Oracle ?... ]]></description>
        <dc:creator><![CDATA[EL_AHMED]]></dc:creator>
    </item>
            </channel>
</rss>

