Using Toad 10.1, Generate Schema Script is used to generate scripts for views. The generated CREATE OR REPLACE VIEW statements do not show the column alias names inside parenthesis as such:
CREATE OR REPLACE FORCE VIEW VIEWTEST
(COL1, COL2, COL3, ...) <--This line is not included in script
AS
select "COL1","COL2","COL3",... From abc;
Download the current release of Toad for Oracle at: https://support.quest.com/Search/SearchDownloads.aspx
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy