<?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: ABS and Oracle in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/abs-and-oracle/m-p/5000292#M23485</link>
    <description>Hello,&lt;BR /&gt;check ora_dump:sbtio.log for errors;&lt;BR /&gt; &lt;BR /&gt;You can set higher trace level - check documentation of ABS&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;OpenVMS 7.3-2&lt;BR /&gt;RDBMS 9207(before 9205, 8174,8173).&lt;BR /&gt;SBT-366E7ECA 08/31/06 12:48:08 System Backup to Tape V4.3A (800)&lt;BR /&gt; &lt;BR /&gt;You must define:&lt;BR /&gt;$define/sys abs_sbt SYS$SHARE:MDMS$SBTSHR_MA64_9I2.EXE&lt;BR /&gt;&lt;BR /&gt;We always define archive and catalog(I think documentation also allows define this as logical name in the begining of the DCL script, not in rman script) in rman script.&lt;BR /&gt; &lt;BR /&gt;We use "sbt_tape" instead of 'sbt_tape' - may be it's ok, I didn't test it.&lt;BR /&gt; &lt;BR /&gt;If sbttest works - it means archive, catalog and tapes are ok.&lt;BR /&gt; &lt;BR /&gt;We had problem in the past with number and size of files - we got only common error - now we use fileperset 1(or you can use: set limit channel ch1 kbytes=2000000 )&lt;BR /&gt;.&lt;BR /&gt;Names of catalog and archive are in rman script case sensitive.&lt;BR /&gt;</description>
    <pubDate>Thu, 31 Aug 2006 08:52:44 GMT</pubDate>
    <dc:creator>Jiri_5</dc:creator>
    <dc:date>2006-08-31T08:52:44Z</dc:date>
    <item>
      <title>ABS and Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/abs-and-oracle/m-p/5000291#M23484</link>
      <description>Hi,&lt;BR /&gt;my favorite area is to Integrate Oracle to some backup management system, running on OpenVMS.&lt;BR /&gt;now its time for ABS.&lt;BR /&gt;OpenVMS - version 7.3-2, last patch UPDATE7&lt;BR /&gt;Oracle  - version 9.2.0.5&lt;BR /&gt;ABS and MDSM - version V4.3a(800)&lt;BR /&gt;&lt;BR /&gt;but it still doesnt work, even the sbttest run successfully !!!&lt;BR /&gt;&lt;BR /&gt;error:&lt;BR /&gt;those command just hang&lt;BR /&gt;any idea whats wrong ?&lt;BR /&gt;&lt;BR /&gt;Jiri&lt;BR /&gt;&lt;BR /&gt;run&lt;BR /&gt;{&lt;BR /&gt;allocate channel t1 type 'sbt_tape'&lt;BR /&gt;parms="SBT_LIBRARY=abs_sbt,&lt;BR /&gt;ENV=(MDMS$SBT_ARCHIVE=REG_RMAN_ARCH,&lt;BR /&gt;MDMS$SBT_IO_BLOCK_SIZE=65024)";&lt;BR /&gt;backup filesperset 4database;&lt;BR /&gt;release channel t1;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;neither this:&lt;BR /&gt;&lt;BR /&gt;run&lt;BR /&gt;{&lt;BR /&gt;allocate channel t1 type 'sbt_tape'&lt;BR /&gt;parms="SBT_LIBRARY=abs_sbt,&lt;BR /&gt;ENV=(MDMS$SBT_ARCHIVE=REG_RMAN_ARCH)";&lt;BR /&gt;release channel t1;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt; neither this:&lt;BR /&gt;&lt;BR /&gt;run&lt;BR /&gt;{&lt;BR /&gt;allocate channel t1 type 'sbt_tape' parms="SBT_LIBRARY=abs_sbt";&lt;BR /&gt;release channel t1;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2006 07:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/abs-and-oracle/m-p/5000291#M23484</guid>
      <dc:creator>Jiri Koutnik</dc:creator>
      <dc:date>2006-08-30T07:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: ABS and Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/abs-and-oracle/m-p/5000292#M23485</link>
      <description>Hello,&lt;BR /&gt;check ora_dump:sbtio.log for errors;&lt;BR /&gt; &lt;BR /&gt;You can set higher trace level - check documentation of ABS&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;OpenVMS 7.3-2&lt;BR /&gt;RDBMS 9207(before 9205, 8174,8173).&lt;BR /&gt;SBT-366E7ECA 08/31/06 12:48:08 System Backup to Tape V4.3A (800)&lt;BR /&gt; &lt;BR /&gt;You must define:&lt;BR /&gt;$define/sys abs_sbt SYS$SHARE:MDMS$SBTSHR_MA64_9I2.EXE&lt;BR /&gt;&lt;BR /&gt;We always define archive and catalog(I think documentation also allows define this as logical name in the begining of the DCL script, not in rman script) in rman script.&lt;BR /&gt; &lt;BR /&gt;We use "sbt_tape" instead of 'sbt_tape' - may be it's ok, I didn't test it.&lt;BR /&gt; &lt;BR /&gt;If sbttest works - it means archive, catalog and tapes are ok.&lt;BR /&gt; &lt;BR /&gt;We had problem in the past with number and size of files - we got only common error - now we use fileperset 1(or you can use: set limit channel ch1 kbytes=2000000 )&lt;BR /&gt;.&lt;BR /&gt;Names of catalog and archive are in rman script case sensitive.&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2006 08:52:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/abs-and-oracle/m-p/5000292#M23485</guid>
      <dc:creator>Jiri_5</dc:creator>
      <dc:date>2006-08-31T08:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: ABS and Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/abs-and-oracle/m-p/5000293#M23486</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just cannot allocate the SBT_LIBRARY !&lt;BR /&gt;ora_dump:sbtio.log doesnt exist, probably its created at first (UN}successfull usage of SBT_LIBRARY :-)&lt;BR /&gt;abs_sbt is defined correctly.&lt;BR /&gt;&lt;BR /&gt;but Im afraid, it still doesnt work :(&lt;BR /&gt;the command (allocate channel...) just hangs&lt;BR /&gt;no touch to the SBT_LIBRARY.&lt;BR /&gt;&lt;BR /&gt;any futher guess ?&lt;BR /&gt;&lt;BR /&gt;thanx Jiri&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2006 07:11:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/abs-and-oracle/m-p/5000293#M23486</guid>
      <dc:creator>Jiri Koutnik</dc:creator>
      <dc:date>2006-09-05T07:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: ABS and Oracle</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/abs-and-oracle/m-p/5000294#M23487</link>
      <description>The whole problem was mishmash with Domain names. First I corrected domain in TCPIP, then put the correct domain to the TNSNAME.ora and LISTENER.ora, change lognames MDMS$DATABASE_SERVERS using correct Domain name, restart MDMS and database.&lt;BR /&gt;After that all seems to be alright :-)&lt;BR /&gt;&lt;BR /&gt;Jiri</description>
      <pubDate>Thu, 07 Sep 2006 10:00:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/abs-and-oracle/m-p/5000294#M23487</guid>
      <dc:creator>Jiri Koutnik</dc:creator>
      <dc:date>2006-09-07T10:00:43Z</dc:date>
    </item>
  </channel>
</rss>

