Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: O7 DBMS_SQL
Drat!
Thanks for the information.
-- Noah Remove ".spam.begone" Sybrand Bakker <postbus_at_sybrandb.demon.nl> wrote in message news:997985770.5140.0.pluto.d4ee154e_at_news.demon.nl...Received on Fri Aug 17 2001 - 01:27:49 CDT
>
> "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
>
>
>
![]() |
![]() |