GithubHelp home page GithubHelp logo

v_script-1's Introduction

Script by BoRam Hong
email: [email protected]
Link: http://github.com/borams/v_script

== License ==

Copyright 2013 BoRam Hong.

These programs are free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

These programs are distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

== Description ==
Oracle database verification scripts.
Simple V-Scripts ============================================================
.  @v - Simple Instance Verification
.  @v1 - Instance Verification / Can run on NOMOUNT (V$SGA, V$PARAMETER)
.  @v2 - Database Files Verification
.        (V$CONTROLFILE, V$CONTROLFILE_RECORD_SECTION, DBA_DATA_FILES,
.        DBA_TEMP_FILES, V$LOGFILE, V$LOG, V$DIAG_INFO, DATABASE_PROPERTIES)
.  @v3 - Verification Script for remote database. (No privileges required)

V-Scripts Installation / Privileges (Run as SYS) ============================
.  @v_script - Run as "SYS" user to install v_script package.
.  @vpg - Grant privilege for v_script.
.  @vpc - Uninstall v_script package from system.

Table Verifications =========================================================
.  @vt - Table Structure Verification Script. (Procedure)
.  @vtc - Show record counts on all tables. (Procedure)
.  @vtd - Show Describe for all the tables. (Dynamic SQL)

Tablespace Verifications ====================================================
.  @vts - Tablespace Verification Script. (Procedure)
.  @vts2 - Old Version of Tablespace Verification Script.

User Verifications ==========================================================
.  @vu - User Verification Script. (Procedure)
.  @vu1 - User Roles and Privileges Verification Script. (SQL)

Privilege Verifications =====================================================
.  @vr - Shows privileges granted for a role. (SQL)
.  @vr1 - Shows all users who have a specific role. (SQL)
.  @vr2 - Shows any users who have privileges on object. (SQL)

Archive Mode Verifications ==================================================
.  @va - Shows archive mode settings. (SQL)

Kill Session Verifications ==================================================
.  @vk - Shows any information to kill session.
.        Deadlock information available. (SQL)
.  @vh - Helpful information on oracle.


v_script Package Info =======================================================
v_script.version - Version info
v_script.list_tables - list all tables with record counts
v_script.list_tables('scott') - list all scott's tables with record counts
v_script.list_tablespace - list all tablespace with management type
v_script.list_user - list all database users
v_script.tables('table_name') - print table information in current schema
v_script.tables('table_name','owner') - Print table information in different schema
v_script.tablespaces('tablespace_name') - Print tablespace information
v_script.users('username') - Print schema information


== Installation ==
1. Run v_script.sql as SYS
2. Run vpg.sql as SYS to grant proper privileges to user.
3. @vl.sql for show list of commands.

v_script-1's People

Contributors

borams avatar

Watchers

James Cloos avatar yonghuazhong 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.