Oracle:HEALTH CHECK REPORT(Capturing Archive information).

Oracle:HEALTH CHECK REPORT(Capturing Archive information). In this article we will implement to capture the Archive information using Shell script. Lets create a table which can store Archive  information. Connect to SYS user and execute below statement.

Create unique index and primary key  on  ARCHIVE_USAGE_HISTORY… Read More

Oracle : Scheduling crontab to send EMAIL in Unix

Oracle : Scheduling crontab to send EMAIL in Unix $ vi test.bash

Crontab entry

  Updated Script.

    Crontab entry

   

DDL Wait Option in Oracle.

DDL Wait Option in Oracle. A DBA is trying to alter the table called SALES to add a column, TAX_CODE. he issues the following SQL statement:

But instead of getting something like “Table altered”, he gets:

The error message says it all: the… Read More

Oracle : Cloning user in Database