<?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 Can I use table name as variable in PRO*C/PLSQL? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-use-table-name-as-variable-in-pro-c-plsql/m-p/3549246#M839724</link>
    <description>EXEC SQL INSERT&lt;BR /&gt;      INTO tbl_X VALUES (:test_rec);&lt;BR /&gt;EXEC SQL COMMIT WORK;&lt;BR /&gt;&lt;BR /&gt;IF tbl_X is a variable, how to set and use it?&lt;BR /&gt;&lt;BR /&gt;Best Regards.</description>
    <pubDate>Sat, 21 May 2005 07:54:26 GMT</pubDate>
    <dc:creator>MA Qiang</dc:creator>
    <dc:date>2005-05-21T07:54:26Z</dc:date>
    <item>
      <title>Can I use table name as variable in PRO*C/PLSQL?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-use-table-name-as-variable-in-pro-c-plsql/m-p/3549246#M839724</link>
      <description>EXEC SQL INSERT&lt;BR /&gt;      INTO tbl_X VALUES (:test_rec);&lt;BR /&gt;EXEC SQL COMMIT WORK;&lt;BR /&gt;&lt;BR /&gt;IF tbl_X is a variable, how to set and use it?&lt;BR /&gt;&lt;BR /&gt;Best Regards.</description>
      <pubDate>Sat, 21 May 2005 07:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-use-table-name-as-variable-in-pro-c-plsql/m-p/3549246#M839724</guid>
      <dc:creator>MA Qiang</dc:creator>
      <dc:date>2005-05-21T07:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use table name as variable in PRO*C/PLSQL?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-i-use-table-name-as-variable-in-pro-c-plsql/m-p/3549247#M839725</link>
      <description>Hey, &lt;BR /&gt;&lt;BR /&gt;It's called dynamic sql. In pl/sql it's easy, but it's a bit more complicated in proc*c.&lt;BR /&gt;&lt;BR /&gt;Here's for Pro*C:&lt;BR /&gt;&lt;A href="http://www.stanford.edu/dept/itss/docs/oracle/9i/appdev.920/a97269/pc_13dyn.htm" target="_blank"&gt;http://www.stanford.edu/dept/itss/docs/oracle/9i/appdev.920/a97269/pc_13dyn.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here's for PL/SQL:&lt;BR /&gt;&lt;A href="http://www.dulcian.com/magazine%20articles/Execute%20Immediate.htm" target="_blank"&gt;http://www.dulcian.com/magazine%20articles/Execute%20Immediate.htm&lt;/A&gt;&lt;BR /&gt;(immediate statement)&lt;BR /&gt;&lt;BR /&gt;But remember, heavy use of dynamic sql, can cause performance problems. The switch between static and dynamic sql impacts oerformance.</description>
      <pubDate>Sat, 21 May 2005 09:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-i-use-table-name-as-variable-in-pro-c-plsql/m-p/3549247#M839725</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-21T09:14:11Z</dc:date>
    </item>
  </channel>
</rss>

