Posted by Malcolm Dew-Jones on 06/29/07 22:02
cbtguy_2000 (cbtguy_2000@yahoo.com) wrote:
: Is it possible to execute the DESC tablename command using PHP to a Oracle
: DB or is that a *SQLPlus command?
Not exactly, DESCRIBE is actually a command of sqlplus.
In oracle, look up the columns in a table by SELECTing from the
USER_TAB_COLUMNS table.
Oracle has a number of tables such as that one that have data about
tables/colums/etc.
Navigation:
[Reply to this message]
|