<?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 How to create a Oracle Queue? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-oracle-queue/m-p/4248121#M90726</link>
    <description>&lt;!--!*#--&gt;Dear all,&lt;BR /&gt;&lt;BR /&gt;   I want to create a Queue to start oracle. system account is "system" while oracle account is "oracle".&lt;BR /&gt;&lt;BR /&gt;   Now Login as system account. I use&lt;BR /&gt;$SUBMIT/USER=oracle/QUEUE=ORACLE_AUTO ORA_AUTOSTART_YUSDB1.COM&lt;BR /&gt;&lt;BR /&gt;ORA_AUTOSTART_YUSDB1.COM as follows:&lt;BR /&gt;$@ORAUSER YUSDB1&lt;BR /&gt;$SQLPLUS/NOLOG&lt;BR /&gt;CONNECT/AS SYSDBA&lt;BR /&gt;STARTUP&lt;BR /&gt;EXIT&lt;BR /&gt;$LSNRCTL START &lt;BR /&gt;$EXIT&lt;BR /&gt;&lt;BR /&gt;I don't know how to create QUEUE,could you help me? or provide any sample? Thanks in advance</description>
    <pubDate>Thu, 07 Aug 2008 14:08:13 GMT</pubDate>
    <dc:creator>Feige</dc:creator>
    <dc:date>2008-08-07T14:08:13Z</dc:date>
    <item>
      <title>How to create a Oracle Queue?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-oracle-queue/m-p/4248121#M90726</link>
      <description>&lt;!--!*#--&gt;Dear all,&lt;BR /&gt;&lt;BR /&gt;   I want to create a Queue to start oracle. system account is "system" while oracle account is "oracle".&lt;BR /&gt;&lt;BR /&gt;   Now Login as system account. I use&lt;BR /&gt;$SUBMIT/USER=oracle/QUEUE=ORACLE_AUTO ORA_AUTOSTART_YUSDB1.COM&lt;BR /&gt;&lt;BR /&gt;ORA_AUTOSTART_YUSDB1.COM as follows:&lt;BR /&gt;$@ORAUSER YUSDB1&lt;BR /&gt;$SQLPLUS/NOLOG&lt;BR /&gt;CONNECT/AS SYSDBA&lt;BR /&gt;STARTUP&lt;BR /&gt;EXIT&lt;BR /&gt;$LSNRCTL START &lt;BR /&gt;$EXIT&lt;BR /&gt;&lt;BR /&gt;I don't know how to create QUEUE,could you help me? or provide any sample? Thanks in advance</description>
      <pubDate>Thu, 07 Aug 2008 14:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-oracle-queue/m-p/4248121#M90726</guid>
      <dc:creator>Feige</dc:creator>
      <dc:date>2008-08-07T14:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Oracle Queue?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-oracle-queue/m-p/4248122#M90727</link>
      <description>You'll certainly get pointers to the INITIALIZE command here, but I'd encourage you to learn this area in a bit more detail; between setting up the queue database and simply knowing how this stuff works will help you.  (The specific answer here won't really help you...)&lt;BR /&gt;&lt;BR /&gt;The basic steps for an OpenVMS batch queue are: Set up your queue database (if that's not already been done), and then set up your queue with INITIALIZE /QUEUE /BATCH, then set up your startup so the queue is started on boot.&lt;BR /&gt;&lt;BR /&gt;That ORA_AUTOSTART_YUSDB1.COM stuff looks to be either Iracle or local stuff; not related to creating or starting a queue; that's what you want invoked either interactively or (with the SUBMIT command) via a batch queue.&lt;BR /&gt;&lt;BR /&gt;The primary OpenVMS documentation is located here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/go/openvms/doc" target="_blank"&gt;http://www.hp.com/go/openvms/doc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The INITIALIZE /QUEUE command:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/83FINAL/9996/9996pro_131.html#blue_119" target="_blank"&gt;http://h71000.www7.hp.com/doc/83FINAL/9996/9996pro_131.html#blue_119&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The main descriptipon in the System Manager's Essentials Manual in the chapter _Managing the Queue Manager and Queue Database_ and here's the current manual:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82FINAL/aa-pv5mj-tk/aa-pv5mj-tk.HTMl" target="_blank"&gt;http://h71000.www7.hp.com/doc/82FINAL/aa-pv5mj-tk/aa-pv5mj-tk.HTMl&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Finding some startup-related queue-related discussions (and keywords that can be used in subsequent searches, and back in the documentation) on your local system using the SEARCH command:&lt;BR /&gt;&lt;BR /&gt;$ search sys$startup:systartup_vms.template "queue" /window=9&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Aug 2008 15:10:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-oracle-queue/m-p/4248122#M90727</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-08-07T15:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Oracle Queue?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-oracle-queue/m-p/4248123#M90728</link>
      <description>Thanks! I will try.</description>
      <pubDate>Fri, 08 Aug 2008 07:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-a-oracle-queue/m-p/4248123#M90728</guid>
      <dc:creator>Feige</dc:creator>
      <dc:date>2008-08-08T07:03:51Z</dc:date>
    </item>
  </channel>
</rss>

