<?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: SAS Oracle connection error in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367380#M9012</link>
    <description>&lt;P&gt;I am still getting the same error, I am able to connect oracle via sqlplus.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2017 14:20:57 GMT</pubDate>
    <dc:creator>japsas100</dc:creator>
    <dc:date>2017-06-15T14:20:57Z</dc:date>
    <item>
      <title>SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367355#M9004</link>
      <description>&lt;P&gt;Hello Everyone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are getting below sas&amp;nbsp;oracle&amp;nbsp;error error after upgraded into sas9.4 M4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Unable to connect to Oracle-Oracle environment is either not set or set incorrectly!&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have defined the below entries into the local_env file: -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib/oracle/11.2./client64/lib:/usr/lib64&lt;BR /&gt;export LD_LIBRARY_PATH&lt;/P&gt;&lt;P&gt;ORACLE_HOME=/usr/lib/oracle/11.2.&lt;BR /&gt;export ORACLE_HOME&lt;/P&gt;&lt;P&gt;TNS_ADMIN=/etc/opt/oracle&lt;BR /&gt;export TNS_ADMIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 13:38:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367355#M9004</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-06-15T13:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367358#M9005</link>
      <description>Double-check your env_local file. I just did my M4 upgrade and found that it overwrote my env_local file with a default one, erasing all the custom configurations I previously had.</description>
      <pubDate>Thu, 15 Jun 2017 13:42:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367358#M9005</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2017-06-15T13:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367361#M9008</link>
      <description>&lt;P&gt;I have defined my parameters in level_env.sh and this was overwritten.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to recover this file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 13:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367361#M9008</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-06-15T13:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367363#M9009</link>
      <description>I'm pretty sure they are supposed to be defined in {sashome}/SASFoundation/9.4/bin/sasenv_local</description>
      <pubDate>Thu, 15 Jun 2017 13:49:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367363#M9009</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2017-06-15T13:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367367#M9010</link>
      <description>&lt;P&gt;can you please share your parameter details defined for Oracle&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 13:54:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367367#M9010</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-06-15T13:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367370#M9011</link>
      <description>Here you go:&lt;BR /&gt;&lt;BR /&gt;#ORACLE&lt;BR /&gt;&lt;BR /&gt;export ORACLE_BASE=/u02/app/oracle&lt;BR /&gt;export ORACLE_HOME=/u02/app/oracle/product/11.2.0/client&lt;BR /&gt;export ORACLE_VERSION=11.2.0&lt;BR /&gt;export PATH=$ORACLE_HOME/bin:$PATH&lt;BR /&gt;LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH&lt;BR /&gt;export LD_LIBRARY_PATH</description>
      <pubDate>Thu, 15 Jun 2017 13:58:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367370#M9011</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2017-06-15T13:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367380#M9012</link>
      <description>&lt;P&gt;I am still getting the same error, I am able to connect oracle via sqlplus.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 14:20:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367380#M9012</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-06-15T14:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367387#M9013</link>
      <description>&lt;P&gt;Is your LD_LIBRARY_PATH correct?&amp;nbsp; Shouldn't 11.2. be 11.2.0 or at least not end with&amp;nbsp;a "."? See red text...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib/oracle/&lt;U&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;11.2.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/U&gt;/client64/lib:/usr/lib64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, did you add this to "sasenv_local" under /SASFoundation/9.4/bin?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 14:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367387#M9013</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2017-06-15T14:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367401#M9014</link>
      <description>&lt;P&gt;11.2. is the correct path. I also added the parameters in sasenv_local.sh, but still getting the same error.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 15:03:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367401#M9014</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-06-15T15:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367403#M9015</link>
      <description>That's all I have for now. Sorry</description>
      <pubDate>Thu, 15 Jun 2017 15:06:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367403#M9015</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2017-06-15T15:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367486#M9019</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;maybe a good next step would be addressing this with Tech Sup?&lt;/P&gt;
&lt;P&gt;You got some great suggestions and info, which you could add to the TS track if you'd open one,&lt;/P&gt;
&lt;P&gt;then TS knows what has been checked so far and troubleshooting will be much easier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Anja&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 19:54:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367486#M9019</guid>
      <dc:creator>anja</dc:creator>
      <dc:date>2017-06-15T19:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367625#M9023</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/124001"&gt;@japsas100&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I have defined my parameters in level_env.sh and this was overwritten.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any way to recover this file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Restore it (or have it restored) from the backup. That's what backups are for.&lt;/P&gt;
&lt;P&gt;This is why it is STRONGLY recommended to have a backup from immediately before you do ANY kind of application upgrade. Doing an upgrade without a current backup is gross neglicence.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 08:11:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367625#M9023</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-16T08:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367627#M9024</link>
      <description>&lt;P&gt;&lt;STRONG&gt;We already fixed the issued by creating a correct symbolic link for sas -&amp;gt; bin/sas_en.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Which&amp;nbsp;tool is used to restore the backup files?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 08:19:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367627#M9024</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-06-16T08:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367628#M9025</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/124001"&gt;@japsas100&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;STRONG&gt;We already fixed the issued by creating a correct symbolic link for sas -&amp;gt; bin/sas_en.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Which&amp;nbsp;tool is used to restore the backup files?&lt;/STRONG&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;If you haven't set up the backup yourself, ask the system admin for the SAS server.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 08:20:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367628#M9025</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-16T08:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367631#M9026</link>
      <description>&lt;P&gt;ok...&lt;/P&gt;&lt;P&gt;Just for knowledge which tool we normally use for backup during sas&amp;nbsp;upgrade and how we restore it back in case any major issue.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 08:26:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367631#M9026</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-06-16T08:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367632#M9027</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/124001"&gt;@japsas100&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;ok...&lt;/P&gt;
&lt;P&gt;Just for knowledge which tool we normally use for backup during sas&amp;nbsp;upgrade and how we restore it back in case any major issue.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The tool that is used for backup on your server. Ask the system admin.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 08:29:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367632#M9027</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-16T08:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367697#M9030</link>
      <description>&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Hi there,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;as Kurt mentioned, you must make sure that your IT&amp;nbsp;folks/Sys admins have a proper backup &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;in place that includes &lt;/FONT&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;the SAS environment.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Some documentation and best practices for backups:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&lt;A title="About Backup and Restores" href="http://support.sas.com/documentation/cdl/en/bisag/68240/HTML/default/viewer.htm#p11n59n3frgizfn1656a8jnkf1j1.htm" target="_self"&gt;About Backup and Restores&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&lt;A title="Best Practices for Backing Up your SAS Content" href="http://support.sas.com/documentation/cdl/en/bisag/68240/HTML/default/viewer.htm#n1n8fnuni6kbjgn1805ilb6xn9vf.htm" target="_self"&gt;Best Practices for Backing Up your SAS Content&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;&lt;A title="Best Practices for Restoring your SAS Content" href="http://support.sas.com/documentation/cdl/en/bisag/68240/HTML/default/viewer.htm#n0wcfgj5nuz68jn1a0mi5jjbi89c.htm" target="_self"&gt;Best Practices for Restoring your SAS Content&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;It is important that the system backup or third party backup you are using includes SAS.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Some background why this is so important:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;The Metadata Server that stores all your metadata (users, groups, libraries, tables, web content,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;folders etc.) is an in-memory server. When users request metadata, a copy of the physical table &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;is &lt;/FONT&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;created and "put" into memory. It remains memory until the metadata server is paused and &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;resumed, or &lt;/FONT&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;stopped and restarted. The pausing and or stopping flushes the content that &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;is held in mem, to disk. &lt;/FONT&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;This is key!! &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;If you only run a&amp;nbsp;sys backup without considering SAS,&amp;nbsp;all data on disk is backed up, &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;however, what is kept in memory will not be part &lt;/FONT&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;of the backup.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Think of it as a puzzle: you have a complete puzzle, and then you take some puzzle &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;pieces out and &lt;/FONT&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;throw them away. You will never be able to put the puzzle back togther.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Same concept with the metadata server.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;If you backup without considering SAS, whatever is kept in memory will not be part of the &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;backup. &lt;/FONT&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;If a restore would become necessary, it would be incomplete, and with that, not &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;usable. Data would be &lt;/FONT&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;lost.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;The SAS backup facility (the different options are described in the doc mentioned above) runs an&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;automatic backup each night at 1pm. The SAS backup pauses the metadata server automatically,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;runs the backup, and then resumes the metadata server. The pause flushes the content that&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;is kept mem to disk.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;If you are running jobs at night, or, if you do run a backup during the day and users run jobs,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;already submitted jobs are put on hold until the backup ran, then continue. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;New jobs that are submitted &lt;/FONT&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;are being "refused" until the backup finishes. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;A SAS backup usually doesnt run very long. Of course this depends on the amount/size of your &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;metadata, &lt;/FONT&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;but generally, it would not effect any work too much.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;To use&amp;nbsp;another analogy to explain users running jobs&amp;nbsp;during a backup, the process of jobs being put &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;on hold or being "refused" during a SAS backup &lt;/FONT&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;is like a phone call. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;If you talk to someone and then put the person on hold, (s)he is still on, yet &lt;/FONT&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;paused. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;If a third person now tries to call you, its busy, and the call cannot be accepted. However, ones you&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;end the phone call, you can then be reached again. &lt;/FONT&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Same concept.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;To summarize the above:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;It is of the utmost important to have a proper SAS backup in place to make sure you can restore &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;successfully if it would ever become necessary.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Having seen many cases where data was lost, I cannot stress this enough.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Whenever you install a hot fix, a maintenance release, and whenever you make any changes to&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;your environment (significant changes), you can run an adhoc backup. Please take a look&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Lucida Sans Unicode" size="2"&gt;at &lt;A title="SAS Backup Facility" href="http://support.sas.com/documentation/cdl/en/bisag/68240/HTML/default/viewer.htm#p1th70gi35gymgn1120mknrp8ch7.htm" target="_self"&gt;SAS Backup Facility&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Hope this helps.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Please let me know if you have any questions.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Best,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Anja&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 12:52:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367697#M9030</guid>
      <dc:creator>anja</dc:creator>
      <dc:date>2017-06-16T12:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367708#M9031</link>
      <description>&lt;P&gt;Thanks Anja,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just want to check how we open the&amp;nbsp;Deployment Backup and Recovery tool?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I am trying to open tool via https://hostname/SASBackupManager/BackupManager.jsp &amp;nbsp;its keep running and tool not able to open.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 13:26:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367708#M9031</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-06-16T13:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Oracle connection error</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367727#M9033</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is an obvious question but would like to double check:&lt;/P&gt;
&lt;P&gt;in the link you provided&lt;/P&gt;
&lt;P&gt;https://hostname/SASBackupManager/BackupManager.jsp&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;did you modify the "hostname"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can get to the Deployment Backup and Recovery tool via SAS Environment Manager.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To see if it is configured/installed, you can take a look at the instructions.html file. This is&lt;/P&gt;
&lt;P&gt;a file that's automatically created during SAS install/config. It is stored in the documents folder&lt;/P&gt;
&lt;P&gt;underneath your SAS config dir (configdir .../Lev1/../Documents).&lt;/P&gt;
&lt;P&gt;In there, you'll find an entry for SAS Environment Manager, including a link. Use this link&lt;/P&gt;
&lt;P&gt;to start Env Mgr.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once in the Env Manager, go to the Administration menu, from where you have access to the&lt;/P&gt;
&lt;P&gt;Deployment Backup and Recovery tool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Requirements for Env Mgr:&lt;/P&gt;
&lt;P&gt;You have to be on SAS 9.4 and a middle tier has to be configured. The Env Mgr runs on the&lt;/P&gt;
&lt;P&gt;middle tier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do have a middle tier yet cannot find the Env Mgr in the instructions.html file, the best&lt;/P&gt;
&lt;P&gt;approach then would be to contact Tech Sup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anja&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 13:56:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Oracle-connection-error/m-p/367727#M9033</guid>
      <dc:creator>anja</dc:creator>
      <dc:date>2017-06-16T13:56:01Z</dc:date>
    </item>
  </channel>
</rss>

