Site search

Categories

Archives

Tags

awr report delete syntax demobld demobld.sql determine oracle db size du find large file ftp script function syntax insert syntax kill oracle process linux du listener listener.log nfs mount instructions oracle constraint oracle database oracle database hosting oracle delete oracle demo build oracle demo setup oracle forein key constraint oracle ftp oracle functions oracle insert oracle process Oracle Scripts oracle select oracle subquery oracle update select syntax solaris sql background sql delete sql functions sql info sql insert sqlplus demo setup sql select sql update subquery syntax Technology Webcasts update syntax vnc tutorial vsftp
RSS
XML RSS
What is this?
AddThis Feed Button

Social
Bookmarking




-- FREE --
IT Magazine
Subscriptions

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

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

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
NoAdware Free Trial

NoAdware Remove
harmful
adware,
spyware,
trojans,
dialers
and worms!
- 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




The Oracle-Database-Tips Blog will keep you up to date with new articles and tutorials
as they are addedd to the oracle-database-tips website.
Check out the categories on the left-hand side to look for handy Oracle tutorials.
Look below for the most recent articles.



Grep unique ORA- errors in the alert.log

Need to see how many unique ORA- errors your alert log contains ?
cat alert_DBID.log | grep ORA- | sort | uniq
That’s all there is to it..

Oracle database hosting companies

List of companies who offer Oracle database hosting

Oracle Magazine

Oracle Magazine: free subscription

Troubleshoot Oracle database links

Read up here to find solutions to common db link setup mistakes and errors.

Manage Oracle database links

How many database links are in existence on your database, how many are in use ?

Limit Oracle database links per session

Limit the number of allowable db links per session for your database

Hide Oracle database link

Want to spare yourself the db link syntax in daily use ?
Hide it with a view or a synonym.

Drop Oracle database link

Drop Oracle database link syntax

Use database links

Syntax to use an Oracle database link

Create Oracle database link

Syntax and explanation on creating Oracle database links.

Oracle Database Links Background

Oracle Database Links Background information

Standby database commands.

oracle standby databases: quick command reference

Kill oracle processes using grep only

Use grep to kill a range of similar oracle processes

Open Cursors

Open Cursors
What they are, How to manage them,
Resolving ORA-01000

Match OS process to Oracle session

Identify the oracle session whose shadow process is using excessive resources, with these ‘Match os process to oracle session’ instructions

Raise alert.log error

Use this unsupported but useful package to log your user error code in the database’s alert.log

Compile another’s Oracle schema

How to compile another Oracle user schema.

NFS Mount article

NFS Mount a linux server’s filesystem to another server

Sqlplus Bindvariables

sqlplus bindvariables example

Demodrop.sql

demodrop.sql syntax

Demobld.sql

demobld.sql syntax

Sqlplus demo table setup

Sqlplus demo table setup

Foreign key constraints and other type of constraints in an Oracle database

A foreign key is one of the different types of Oracle constraints.

Oracle Functions

Oracle Functions explained

Oracle Subquery

Oracle Subquery syntax and examples

Oracle Delete syntax

The Oracle Delete statement allows you to remove rows from a table.

Oracle Update syntax

Look at these examples of the Oracle SQL Update statement

Oracle Insert

The Oracle Insert statement allows you to add data to a table using the following syntax:

Oracle SQL Select

This tutorial will show you how to use the correct syntax to query data in the Oracle database.

SQL Background

SQL is short for Structured Query Language.

It is the language you will use to access any data structure or its data in the Oracle database.

Solaris: How to Find Large Files and Directories

Finding Large Directories and files on SunOs

Get rid of large listener.log file while the listener is still running.

Your listener.log file can get quite large if you do not make it part of your housekeeping scripts, and renaming it while the listener is running is not a good idea.

Here is the method to follow to clean it up while your listener is still running.

Quick SQL to determine your Database size. (excluding tempfiles)

quick sql to determine your database size exluding tempfiles.

Kill Oracle processes

Kill a bunch of related orphan Oracle processes with one command.
Permalink — click for full blog post
Related Blogs

Related Blogs on kill oracle process

Related Blogs on oracle process

Free technology webcasts

We’ve partnered with Insight24 to bring you great free technology-focused webcasts and videos.
Permalink — click for full blog post
Related Blogs

Related Blogs on technology webcasts

VNC Tutorial

Quick tutorial to download, install and use Free VNC for Linux.
This will give you ‘remote desktop’-type functionality on UNix.
Permalink — click for full blog post

Linux du command : options used to summarize directory space usage.

Quick page to remind myself what options to use with the linux du command to summarize the list of directories,
not all the files.
Permalink — click for full blog post

VSFTPD

Installing and running vsftpd on your CentOS 4.5 server
Permalink — click for full blog post

AWR reports

Use these steps to publish oracle awr reports regularly and mail them to yourself
Permalink — click for full blog post

Oracle FTP Script

Automate the transfer of files across servers with this oracle ftp script.
Permalink — click for full blog post