How to do the equivalent of 'describe' with a SELECT?
- From: "Ramon F Herrera" <ramon@xxxxxxxxxxx>
- Date: 31 Mar 2007 07:50:06 -0700
The SQL code that I need is for a Pro*C/C++ application. Before my
compiled C program does its main thing, it should check the current
sizes of the variables in the target table.
I would like to be able to change the variables' sizes, for instance,
from:
VARCHAR(20);
to
VARCHAR(30);
without having to recompile all my C programs. Or at least, reduce the
impact of such resize.
TIA,
-Ramon
.
- Follow-Ups:
- Re: How to do the equivalent of 'describe' with a SELECT?
- From: sybrandb
- Re: How to do the equivalent of 'describe' with a SELECT?
- Prev by Date: Re: rman rman-04015 charaset problem
- Next by Date: Re: get directory lisrting on xe
- Previous by thread: db startup fails because of ORA-01578, help!
- Next by thread: Re: How to do the equivalent of 'describe' with a SELECT?
- Index(es):
Relevant Pages
|