Export view ddl script
SamBOct 5 2007 — edited Oct 9 2007Has anyone here written or come across a script I can run in sql plus (or otherwise) that will export the ddl for all views in a schema?
SQL Developer allows you to copy a views ddl to a file or clipboard but only one at a time. I would like to be able to do this in bulk somehow.
Thanks.