Has any body out ther had any luck using dependency manager for sqlplus scripts? We have quite a few reports that are generated using sqlplus scripts. The default sql parser doesn't work very well. It will not analyze both sql and plsql in the same file, and chokes on sqlplus commands. It also chokes if you have the "unrecoverable" keyword in any of your create table statements. Supposedly, you could write a custom parser. Unfortunately, there is not enough documentation on how to do this. Also, writing a parser is not the trivial activity that Oracle seems to think it is.