I am not sure what is causing this issue. We have a few views that have been given different aliases for columns, but, when we right-click on the view and choose "View" or "Edit", the aliases are being left off. Obviously, this can be dangerous because if we reuse this generated code, it will change the column names and throw off anything that hits the view.
However, I have not been able to reproduce the problem. I tried creating a view like:
But when I tried to View or Edit the source, it came out fine.
Here are some screenshots of what I see in the application:http://imgur.com/Ik3MH
Again, I have been unable to reproduce this issue with a new view; it just appears on our existing views. Any insight into this would be appreciated.
However, I have not been able to reproduce the problem. I tried creating a view like:
Code:
CREATE OR REPLACE view plsql_example AS SELECT log_mode modelog, platform_id platid FROM v$database;
But when I tried to View or Edit the source, it came out fine.
Here are some screenshots of what I see in the application:http://imgur.com/Ik3MH
Again, I have been unable to reproduce this issue with a new view; it just appears on our existing views. Any insight into this would be appreciated.