LoginSignup
5
4

More than 5 years have passed since last update.

Oracleでストアドプロシージャのソースコードを確認する

Last updated at Posted at 2013-08-29
SELECT line, text
  FROM user_source
  WHERE type = 'PACKAGE BODY'
    AND name = 'パッケージ名'
  ORDER BY line;
5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4