I am trying to create a view in PL/SQL Developer. I have two identical Oracle databases. The only difference in the databases is that one of them has 10 views created for it and the other doesn't. I want to create those 10 views in the lagging database. The syntax of the view is correct. The problem is that when I run the script in PL/SQL Developer the program hangs. Its says "executing..." and does nothing else. What could cause this hang?