Oracle database tips logo
Article categories | Blog and News Page | SQL | SQL*Plus | DBA Scripts | Standby dbs | Database Links | Techno webcasts | Oracle Magazine | Free IT Magazines | Oracle Database Hosting Companies | Site Search |
RSS
XML RSS
What is this?
AddThis Feed Button

Social Bookmarking
- Found on the internet ! -

Oracle workbooks

Download Oracle Books



- Featured ebook -

Database Normalization
by Alf Pedersen

Database Normalization ebook Understand and master how to normalize a database using methods richly documented with graphical ERD and server diagram examples

NoAdware Free Trial

NoAdware Remove
harmful
adware,
spyware,
trojans,
dialers
and worms!
-- FREE --
IT Magazine
Subscriptions

WebSite Magazine WebSite Magazine Practical advice, helpful tools and insights for website owners

Oracle Magazine Oracle Magazine Contains technology strategy articles, sample code, tips, Oracle and partner news, how-to articles for developers and DBAs

Dr Dobb's Journal Dr Dobb's Journal enables coders to write the most efficient programs and help in daily programming quandaries

DM Review DM Review is recognized as the premier business intelligence, analytics and data warehousing publication
Various other Free IT magazine subscriptions

Oracle script tutorials
Practical examples and useful tips.


The list of oracle script articles below will help you solve your technical problems
and show you tips and techniques to make your life easier.


I have used the Linux operating system for most scripts which have an OS component.

Some scripts are simple examples of how to do something quickly or practically
to make your daily DBA admin work easier.

Even though Oracle now has great GUI tools (dbcontrol, grid control) to make the life of the DBA easier,
there are still some tasks that need hands-on interaction.

I prefer to execute a task manually with a script until a GUI tool has proven itself where possible.

Once the GUI tool can do the job correctly, I will replace the script with the GUI tool.

Occasionally, a GUI tool will break with unclear errors,
and then it is good to know that you can quickly implement your old script to keep the environment
running until you figure out what is causing the problem with the GUI.

Another disadvantage of the GUI approach is that you do not learn what is happening in the background if you rely on the GUI too much.

If you are going to use GUI, make the most of the 'show sql' buttons that usually accompany the tool.

This way you will get the best of both worlds.
You get the job done quickly and you are broadening your knowledge base.


Articles list:


Recommended reading:


  • Guide to Linux File Command Mastery
    An introduction to Linux commands.


  • Return from oracle script tutorials to oracle-database-tips home.