<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.omnidex.com/docs/v54/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.omnidex.com/docs/v54/feed.php">
        <title>Documentation dev:dbprocs:oracle</title>
        <description></description>
        <link>https://www.omnidex.com/docs/v54/</link>
        <image rdf:resource="https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico" />
       <dc:date>2026-04-29T19:03:10+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:oracle:home&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:oracle:install&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:oracle:sample_code&amp;rev=1467153531&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico">
        <title>Documentation</title>
        <link>https://www.omnidex.com/docs/v54/</link>
        <url>https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:oracle:home&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:dbprocs:oracle:home</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:oracle:home&amp;rev=1467153531&amp;do=diff</link>
        <description>Oracle Omnidex Stored Procedure Interface

	*   Installation 
	*   Example Code 

Oracle Omnidex Routines
 Routine  Description   OdxConnectEnv  Establishes a connection to an Omnidex Environment   OdxDisconnectEnv     OdxConnectEnv     OdxOpenCursor    OdxCloseCursor     OdxIsConnected     OdxIsOpened     OdxParseSql     OdxSetVariable    OdxSetColumnType     OdxExecuteSql     OdxGetRow     OdxGetColumn     OdxGetLastRowCount    OdxGetVersion     OdxGetErrorMessage     OdxGetPrimaryKeys     Odx…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:oracle:install&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:dbprocs:oracle:install</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:oracle:install&amp;rev=1467153531&amp;do=diff</link>
        <description>Oracle Stored Procedure Installation code


-- Edit the following example(s) to set the location of the Omnidex PL/Sql interface library
-- The first example is for Windows.  The second/default is for Sun,Linux,Aix and Tru64 UNIX.
-- The third example is for HP-UX UNIX.
-- 
-- Windows: create or replace library odx_lib as 'c:\winnt\system32\odxplora.dll';
-- Sun,Linux,Tru64,AIX: create or replace library odx_lib as '$OMNIDEX_LIBS/libodxplora.so';
-- HP-UX UNIX: create or replace library odx_lib …</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:oracle:sample_code&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:dbprocs:oracle:sample_code</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=dev:dbprocs:oracle:sample_code&amp;rev=1467153531&amp;do=diff</link>
        <description>Oracle PL/SQL Omnidex Sample Code


set serveroutput on

declare
  instance_num  integer;
  cursor_num    integer;
  child_cursor  integer;
  qual_count    integer;
  ignore        integer;
  customer_num  number;
  company       varchar2(42);
  contact       varchar2(26);
  date_tickler  varchar2(6);
  tickler       varchar2(4);
  initials      varchar2(6);
  action_info   varchar2(62);
  counter       number;
begin
  dbms_output.enable();

  -- opening a database from PL/SQL using CL datasourc…</description>
    </item>
</rdf:RDF>
