<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to take backup of the SDE database and steps to export and import the databas in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120791#M6930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The process you described is something we follow as well, and it works fine for us.&amp;nbsp; The error you showed suggests the absence or invalidity of a particular package which is part of the SDE schema.&amp;nbsp; I am not sure why that is happening.&amp;nbsp; However, one thing to note is that Oracle 11g R2 (11.2.0.1) is no longer supported beginning at ArcGIS 10.2.1.&amp;nbsp; The 10.2 release of ArcGIS was the last supported release with your version of Oracle database.&amp;nbsp; What is the ArcGIS version of your &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;geodatabase&lt;/SPAN&gt;&lt;SPAN&gt;?&amp;nbsp; From what you posted initially, it looks like it could also be 10.2.1 in addition to your desktop software.&amp;nbsp; Are both Oracle databases at the same Oracle release?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2014 12:11:22 GMT</pubDate>
    <dc:creator>WilliamCraft</dc:creator>
    <dc:date>2014-05-02T12:11:22Z</dc:date>
    <item>
      <title>How to take backup of the SDE database and steps to export and import the database</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120783#M6922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In our organization, system configuration for ArcSDE 10.2.1:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Database: Oracle 11g versions:11.2.0.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Operating System: Windows Server 2008 R2 SP1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS for Desktop: 10.2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We were taking sde back-up using export command of oracle database "exp system/password file=filelocation.dmp full=y".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After this, while we were trying to import the dmp file to the test machine (with same configuration as mentioned above), the following error occurs: "Error executing stored procedure sde.pinfo_util.get_sde_idORA-06508:PL/SQL: could not find program unit being called" (kindly see the attached error message)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Before importing we were creating the user called sde with default tablespace SDE and temp tablespace, after creation of SDE user, we were using import command "imp system/password file=location fromuser=sde touser=sde"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindly suggest whether we were using correct syntax or else let us know the correct procedures/steps to export and import the sde geodatabase from one machine to another.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Muruganandam R&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NCSCM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 04:25:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120783#M6922</guid>
      <dc:creator>NCSCMNCSCM</dc:creator>
      <dc:date>2014-05-01T04:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to take backup of the SDE database and steps to export and import the databas</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120784#M6923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We use IMP and EXP often to refresh the SDE schema and other user schemas for our 11g test databases.&amp;nbsp; I think you have the syntax right, and it looks like you were able to export and import fine.&amp;nbsp; The error looks to occur in ArcGIS Desktop.&amp;nbsp; I would first suggest that you try recompiling any invalid objects then try again to connect.&amp;nbsp; Run this in SQLplus as SYS user: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EXEC DBMS_UTILITY.compile_schema(schema =&amp;gt; 'SDE');&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Post back with your results.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 10:03:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120784#M6923</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-05-01T10:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to take backup of the SDE database and steps to export and import the databas</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120785#M6924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;We use IMP and EXP often to refresh the SDE schema and other user schemas for our 11g test databases.&amp;nbsp; I think you have the syntax right, and it looks like you were able to export and import fine.&amp;nbsp; The error looks to occur in ArcGIS Desktop.&amp;nbsp; I would first suggest that you try recompiling any invalid objects then try again to connect.&amp;nbsp; Run this in SQLplus as SYS user: &lt;BR /&gt;&lt;BR /&gt;EXEC DBMS_UTILITY.compile_schema(schema =&amp;gt; 'SDE');&lt;BR /&gt;&lt;BR /&gt;Post back with your results.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply.still we are facing same problem even after executing the above said command.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Muruganandam&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ncscm&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 11:14:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120785#M6924</guid>
      <dc:creator>NCSCMNCSCM</dc:creator>
      <dc:date>2014-05-01T11:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to take backup of the SDE database and steps to export and import the databas</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120786#M6925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you granted permissions to the SDE user and to PUBLIC on the database into which you imported?&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;grant CREATE SESSION to sde;
grant CREATE VIEW to sde;
grant CREATE ANY INDEX to sde;
grant CREATE TABLE to sde;
grant CREATE TRIGGER to sde;
grant CREATE PROCEDURE to sde;
grant CREATE SEQUENCE to sde;
grant CREATE INDEXTYPE to sde;
grant CREATE LIBRARY to sde;
grant CREATE PUBLIC SYNONYM to sde;
grant CREATE OPERATOR to sde;
grant DROP PUBLIC SYNONYM to sde;
grant ADMINISTER DATABASE TRIGGER to sde;
GRANT EXECUTE ON dbms_pipe TO public;
GRANT EXECUTE ON dbms_lock TO public;
GRANT EXECUTE ON dbms_lob TO public;
GRANT EXECUTE ON dbms_utility TO public;
GRANT EXECUTE ON dbms_sql TO public;
GRANT EXECUTE ON utl_raw TO public;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After that, you may need to recompile these:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;alter package sde.pinfo_util compile;
alter package sde.lock_util compile;
alter package sde.version_user_ddl compile;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:01:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120786#M6925</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2021-12-11T07:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to take backup of the SDE database and steps to export and import the databas</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120787#M6926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Crafty,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply, we have granted all the necessary permission as per your code, but when we are trying to compile the SDE.pinfo_util, its through error message "Object Pinfo_util does not exist"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your reference, we have attached the error message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: we just grant the permission, we didnt import the dump file yet, kindly just us should we want import the dmp file and then need to compile?. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Muruganandam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 04:06:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120787#M6926</guid>
      <dc:creator>NCSCMNCSCM</dc:creator>
      <dc:date>2014-05-02T04:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to take backup of the SDE database and steps to export and import the databas</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120788#M6927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you need to import the packages along with the data from the dump file before you can compile them.&amp;nbsp; The privileges above for the SDE user are system privileges and can be granted before the dump file is imported, with the exception of the GRANT EXECUTE lines which need to be run after the import completes but before the compiles are done.&amp;nbsp; I looked at your export command that you provided earlier and it seemed like you exported the entire SDE schema; but can you confirm that is the case?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 08:57:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120788#M6927</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-05-02T08:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to take backup of the SDE database and steps to export and import the databas</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120789#M6928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes, you need to import the packages along with the data from the dump file before you can compile them.&amp;nbsp; The privileges above for the SDE user are system privileges and can be granted before the dump file is imported, with the exception of the GRANT EXECUTE lines which need to be run after the import completes but before the compiles are done.&amp;nbsp; I looked at your export command that you provided earlier and it seemed like you exported the entire SDE schema; but can you confirm that is the case?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, we were exporting the entire SDE Schema&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 11:29:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120789#M6928</guid>
      <dc:creator>NCSCMNCSCM</dc:creator>
      <dc:date>2014-05-02T11:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to take backup of the SDE database and steps to export and import the databas</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120790#M6929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes, we were exporting the entire SDE Schema&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Crafty,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The actual problem we are facing is,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In our organization, we need to take regular backup of the sde database from oracle server for disaster recovery.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On test basis, I am trying to import the sde backup into the another machine, after importing I am unable to connect sde user in ArcCatalog and I am getting the earlier said error message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, now I don't know whether I am following the right procedure or not, so, me the correct steps or command to export and import the sde datafiles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Muruganandam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 11:39:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120790#M6929</guid>
      <dc:creator>NCSCMNCSCM</dc:creator>
      <dc:date>2014-05-02T11:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to take backup of the SDE database and steps to export and import the databas</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120791#M6930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The process you described is something we follow as well, and it works fine for us.&amp;nbsp; The error you showed suggests the absence or invalidity of a particular package which is part of the SDE schema.&amp;nbsp; I am not sure why that is happening.&amp;nbsp; However, one thing to note is that Oracle 11g R2 (11.2.0.1) is no longer supported beginning at ArcGIS 10.2.1.&amp;nbsp; The 10.2 release of ArcGIS was the last supported release with your version of Oracle database.&amp;nbsp; What is the ArcGIS version of your &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;geodatabase&lt;/SPAN&gt;&lt;SPAN&gt;?&amp;nbsp; From what you posted initially, it looks like it could also be 10.2.1 in addition to your desktop software.&amp;nbsp; Are both Oracle databases at the same Oracle release?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 12:11:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120791#M6930</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-05-02T12:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to take backup of the SDE database and steps to export and import the databas</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120792#M6931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The process you described is something we follow as well, and it works fine for us.&amp;nbsp; The error you showed suggests the absence or invalidity of a particular package which is part of the SDE schema.&amp;nbsp; I am not sure why that is happening.&amp;nbsp; However, one thing to note is that Oracle 11g R2 (11.2.0.1) is no longer supported beginning at ArcGIS 10.2.1.&amp;nbsp; The 10.2 release of ArcGIS was the last supported release with your version of Oracle database.&amp;nbsp; What is the ArcGIS version of your &lt;SPAN style="font-style:italic;"&gt;geodatabase&lt;/SPAN&gt;?&amp;nbsp; From what you posted initially, it looks like it could also be 10.2.1 in addition to your desktop software.&amp;nbsp; Are both Oracle databases at the same Oracle release?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE 10.1 for Oracle 11g&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 12:14:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120792#M6931</guid>
      <dc:creator>NCSCMNCSCM</dc:creator>
      <dc:date>2014-05-02T12:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to take backup of the SDE database and steps to export and import the databas</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120793#M6932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;ArcSDE 10.1 for Oracle 11g&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oracle database in both machine are same version too&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 12:16:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120793#M6932</guid>
      <dc:creator>NCSCMNCSCM</dc:creator>
      <dc:date>2014-05-02T12:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to take backup of the SDE database and steps to export and import the databas</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120794#M6933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So here is what I have gathered so far.&amp;nbsp; Can you please tell me if this is correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Production Environment&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;RDBMS: Oracle 11.2.0.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS for Desktop: 10.2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geodatabase Version: 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Test Environment&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;RDBMS: Oracle 11.2.0.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS for Desktop: 10.2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geodatabase Version: 10.1 (it would have to be the same since you're importing from production)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From production, you export SDE schema into one or more Oracle dump files using EXP.&amp;nbsp; Then, you import the dump file(s) into your test database using IMP and no errors occur.&amp;nbsp; Is this right?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Please note that your Geodatabase version is not necessarily the same thing as your version of ArcSDE.&amp;nbsp; For example, you could have 10.2.1 ArcSDE command line tools but still have a 10.1 SP1 geodatabase.&amp;nbsp; I just to make sure that when you said "10.1" you are referring to your Geodatabase version and not ArcSDE tools.&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 12:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120794#M6933</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-05-02T12:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to take backup of the SDE database and steps to export and import the databas</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120795#M6934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Crafty,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally we brought our data's from rman backup, thanks for your help!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Muruganandam R&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 12:17:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120795#M6934</guid>
      <dc:creator>NCSCMNCSCM</dc:creator>
      <dc:date>2014-05-26T12:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to take backup of the SDE database and steps to export and import the database</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120796#M6935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, using the RMAN fix the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 20:59:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-take-backup-of-the-sde-database-and-steps/m-p/120796#M6935</guid>
      <dc:creator>AlexandrePaiva1</dc:creator>
      <dc:date>2017-06-21T20:59:44Z</dc:date>
    </item>
  </channel>
</rss>

