Coder Social home page Coder Social logo

troubleshooting-scripts's Introduction

Tanel's Oracle Troubleshooting Scripts
--------------------------------------

Here is scripts and tools used at Tanel's Oracle Troubleshooting seminars
 from  http://tech.e2sn.com/oracle-scripts-and-tools/

See also Tanel Poder's blog 
 http://blog.tanelpoder.com/2011/03/24/an-index-of-my-tpt-scripts/

1. Create directories for temporary files:
   mkdir -p ~/tpt/log

2. Set up environment:
   SQLPATH = ~/tpt
   export SQLPATH

3. Unarchive sql-scripts to apropriate directory:
   mkdir ~/poder
   tar zxvf http://files.e2sn.com/scripts/tpt_public_unixmac.tar.gz -C ~/poder

4. Create you own $HOME/login.sql file:
   @poder/login.sql
   --
   -- you can put your own login scripts here 
   --


Now you can use scripts from Oracle SQL*Plus:

username@servername:~$ sqlplus /nolog

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

SQL> conn db_user/db_pwd@db

Connected to:
Oracle Database 10g Release ...

SQL> @poder/help [ --list | script_name ]
         --list      - list all available scripts with short descriptions
         script_name - get help for specific script


Project is hosted on SourceForge: http://sourceforge.net/projects/oracledba

 -- Sergey Kryazhevskikh <[email protected]>

troubleshooting-scripts's People

Contributors

soliverr avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.