How do I get organized with Oracle SQL scripts when switching from old fashion SQL Plus to SQL Developer with modern GUI interface? -


i used work on sql scripts under sqlplus environment using putty ms windows. source scripts in same file directory. doesn't have color syntax or editor. sql developer has that. started using sql developer under windows environment. down side sql scripts , coworker's (one or two, not many) scripts scattered around in each person's pc. temporary solution copy file same unix file directory using winscp utiltiy. 1 has better idea? samba file sharing? , version control?

oracle's application express (apex) put sql script within workspace has user access right management. solution? of scripts nightly batch jobs, not in category.

i implement them in pl/sql, compile them in database , run them there. store copy of scripts in project in source control system git or subversion. needing use scripts have them available in db. needing modify them able latest version of scripts.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -