select text from all_sources where name=存储过程名(注意要大写)至于编辑,在sql/plus中不是很方便,最好在Schema Manager中修改。

解决方案 »

  1.   

    select text from all_sources where name=存储过程名(注意要大写)至于编辑,在sql/plus中不是很方便,最好在Schema Manager中修改。
      

  2.   

    select text from user_source where name=存储过程名(注意要大写)
      

  3.   

    最好还是下个oracle的客户端工具用用吧,写代码和debug都很方便的,
    rapidsql、navigator、toad等不错。
      

  4.   

    user_source:当前用户下的对象的相关原码
    all_source :当前用户可以访问的对象的原码
    dba_source:当前数据库内所有的对象的原码