|
|
Archives of the TeradataForum
Message Posted: Tue, 07 May 2002 @ 13:30:51 GMT
Subj: | | Re: Queryman vs other tools when multiple database environments exist |
|
From: | | Andrew Doorey |
One thing to be aware of if you're planning on using queryman to access oracle databases is that it will only run SQL commands. It will
not run sqlplus commands (similar to bteq) or PL/SQL, which can be a problem and limits its functionality.
For example, the oracle equivalent of 'help table mytable' is 'desc mytable' which is a sqlplus command and will not work in
queryman.
| |