Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: O7 DBMS_SQL

Re: O7 DBMS_SQL

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 16 Aug 2001 20:16:09 +0200
Message-ID: <997985770.5140.0.pluto.d4ee154e@news.demon.nl>

"Noah" <bowed_zombie_drone.spam.begone_at_zombie.co.uk> wrote in message news:2DNe7.14023$LN3.3541126_at_monolith.news.easynet.net...
> One of our servers still uses O7 (sorry...), but I can't
> find any documentation for it & was wondering whether
> the version of DBMS_SQL has the procedure
> DESCRIBE_COLUMNS in it, or where I could
> find some notes either locally or on The Net.
>
> Thanks,
> --
> Noah
> Remove ".spam.begone"
>
>

documentation for dbms_sql in this vcrsion is in $ORACLE_HOME/rdbms/admin/dbmssql.sql
You can also see this when using
select text
from all_source
where name = 'DBMS_SQL'
order by line

And no describe_columns doesn't exist in this release.

Hth,

Sybrand Bakker, Senior Oracle DBA Received on Thu Aug 16 2001 - 13:16:09 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US