Log in to add your blog to this site.
User blogs will automatically be aggregated on the OraFAQ aggregator.
|
Local blogsLog in to add your blog to this site. User blogs will automatically be aggregated on the OraFAQ aggregator. Recent blog posts
|
Technical ArticlesTechnical Oracle Articles Oracle Menu - a very useful shell scriptSubmitted by mbrambley on Sun, 2006-11-19 18:51Hi there, I have never joined an Oracle forum before so hello. I have just spent the last 9 years of my life working for Oracle Consulting UK. I am now contracting in the Cayman Islands. I spent a lot of time writing a shell script and wondered if you'd like to see it. it really can save you a lot of time and is a nice cockpit to navigate around in. works great for no database, core, or 11i (eBus) tell me what you think: it only runs on unix (ksh) or bash with a very simple documented mod. I even coded it around pdksh's bugs (rightmost pipe not in current process). Conditional PL/SQL Compilation in Oracle 10g R2Submitted by santoshjoshi on Thu, 2006-08-24 18:08![]() Often, we want our PL/SQL code to output messages (using DBMS_OUTPUT) to debug a problem. This is mostly required during development, but may also come in handy if a program misbehaves in production. If the testing of your application is thorough, then you should never have an issue in the production environment. But, we all know that there are instances where we do want debug messages even in the production environment. Before Oracle 10g R2, this could not be done dynamically. |