try in sqlplus.C:\>sqlplus scott/tiger@oradb
SQL>desc scott.emp;if is not ok,please paste error message in here.:)

解决方案 »

  1.   

    成功,但为什么在pl/sql devoloper里不行,跟运行方式有关?
      

  2.   

    成功,但为什么在pl/sql devoloper里不行,跟运行方式有关?
    ---------------------------
    你要在命令窗口里执行
      

  3.   

    describe是一个sql plus专有命令,只有在sql plus才能被解释
    不是一条sql!
      

  4.   

    pl/sql devoloper里没有这种命令的.
      

  5.   

    select cname,coltype,nulls from col where tname=upper('tablename')
      

  6.   

    原来是这样,我还以为是pl/sql的命令