Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行するコードでJOBを検索することはできますか?IE特定のストアドプロシージャを起動するJOBを見つけたい。
それを行うためのクエリはありますか?
select * from user_jobs where what like '%my_token%';
all_dependenciesビューを使用してみてください。
select * from all_dependencies where referenced_name = 'YOUR_STORED_PROC';