Hi,
1)
Is there a way i can create a new folder using the object browser folder of Type .sql? basically all files under that folder will have .sql files... so that we can add those as well to our version control system..
2)
Example: We have package1. user1 checkedout package1 and user2 copied the same package to a sql window change something and compiled it. So now database has user2 version. Now when user1 is done with his changes and he compiles again the database version gets replaced. Is there a way in plsql developers to restrict this kind of scenarios atleast for packages, functions? so that these files will be considered as static and will help do check-in/checkout with out any confusions?
Any other alternative also,would help us...
Thanks in advance
1)
Is there a way i can create a new folder using the object browser folder of Type .sql? basically all files under that folder will have .sql files... so that we can add those as well to our version control system..
2)
Example: We have package1. user1 checkedout package1 and user2 copied the same package to a sql window change something and compiled it. So now database has user2 version. Now when user1 is done with his changes and he compiles again the database version gets replaced. Is there a way in plsql developers to restrict this kind of scenarios atleast for packages, functions? so that these files will be considered as static and will help do check-in/checkout with out any confusions?
Any other alternative also,would help us...
Thanks in advance