Oracle Scripts

Oracle Scripts
Author: Brian Lomasky
Publisher: "O'Reilly Media, Inc."
Total Pages: 214
Release: 1998-05
Genre: Computers
ISBN: 9781565924383

Provides a set of tools for Orcale database administrators and developers.

Oracle Tuning Power Scripts

Oracle Tuning Power Scripts
Author: Harry Conway
Publisher: Rampant TechPress
Total Pages: 480
Release: 2005
Genre: Oracle (Computer file).
ISBN: 0974448672

Targeted at Oracle professionals who need fast and accurate working examples of complex issues, Oracle In-focus books target specific areas of Oracle technology in a concise manner. Plenty of working code is provided without a lot of theory, allowing database managers to solve their problems quickly without reviewing data that they already know. All code scripts are available for instant download from a companion web site.

Perl for Oracle DBAs

Perl for Oracle DBAs
Author: Andy Duncan
Publisher: "O'Reilly Media, Inc."
Total Pages: 624
Release: 2002-08-19
Genre: Computers
ISBN: 1449390919

Perl is a very powerful tool for Oracle database administrators, but too few DBAs realize how helpful Perl can be in managing, monitoring, and tuning Oracle databases. Whether you're responsible for Oracle9i, Oracle8i, or earlier databases, you'll find Perl an invaluable addition to your database administration arsenal.You don't need to be a Perl expert to use the excellent applications and scripts described in Perl for Oracle DBAs. The book explains what you need to know about Perl, provides a wealth of ready-to-use scripts developed especially for Oracle DBAs, and suggests many resources for further exploration. The book covers: The Perl language -- an introduction to Perl, its rich history and culture, and its extensive text processing and data transformation capabilities. The Perl/Oracle architecture -- Detailed information about Perl DBI, DBD::Oracle, the Oracle Call Interface (OCI), Oracle::OCI, extproc_perl, and mod_perl, the modules that allow Perl programs to communicate with Oracle databases. Perl applications for Oracle DBAs -- Profiles of the best Perl open source applications available for use and customization by Oracle DBAs: Perl/Tk, OraExplain, StatsView, Orac, DDL::Oracle, SchemaDiff, Senora, DBD::Chart, SchemaView-Plus, Oracletool, Karma, Embperl, and Mason. The Perl Database Administration (PDBA) Toolkit -- a comprehensive suite of specialized, ready-to-use scripts designed to help Oracle DBAs perform both routine and special-purpose administrative tasks: monitoring the Oracle alert log and databases, creating and managing Oracle user accounts, maintaining indexes and extents, extracting DDL and data, troubleshooting and tuning database problems, and much more. The book also explains how Oracle DBAs and developers can extend the toolkit and solve their own database administration problems using Perl.

Oracle DBA Automation Scripts

Oracle DBA Automation Scripts
Author: Rajendra Gutta
Publisher: Sams Publishing
Total Pages: 0
Release: 2002
Genre: Database management
ISBN: 9780672322686

"Oracle DBA Automation Scripts" provides valuable, time-tested scripts for any DBA to automate the daily administration activity of an Oracle database. It provides scripts for space management, Backup and recovery, tuning, and other handy scripts (locking, user reports, resource usage etc.), useful for troubleshooting everyday problems. The book highlights the need to identify and fix potential problems before they can cause loss of data.

Oracle SQL*Plus

Oracle SQL*Plus
Author: Jonathan Gennick
Publisher: "O'Reilly Media, Inc."
Total Pages: 532
Release: 1999
Genre: Computers
ISBN: 9781565925786

This book is the definitive guide to SQL*Plus. If you want to take best advantage of the power and flexibility of this popular Oracle tool, you need this book. SQLPlus is an interactive query tool that is ubiquitous in the Oracle world. It is present in every Oracle installation and is available to almost every Oracle developer and database administrator. SQLPlus has been shipped with Oracle since at least version 6. It continues to be supported and enhanced with each new version of Oracle, including Oracle8 and Oracle8i. It is still the only widely available tool for writing SQL scripts. Despite this wide availability and usage, few developers and DBAs know how powerful SQL*Plus really is. This book introduces SQLPlus, includes a quick reference to all of its syntax options, and, most important, provides chapters that describe, in step-by-step fashion, how to perform all of the tasks that Oracle developers and DBAs want to perform with SQLPlus -- and maybe some they didn't realize they COULD perform with SQLPlus. You will learn how to write and execute script files, generate ad hoc reports, extract data from the database, query the data dictionary tables, customize your SQLPlus environment, and use the SQL*Plus administrative features (new in Oracle8i). This book is an indispensable resource for readers who are new to SQL*Plus, a task-oriented learning tool for those who are already using it, and a quick reference for every user. A table of contents follows: Preface Introduction to SQLPlus Interacting with SQLPlus Generating Reports with SQLPlus Writing SQLPlus Scripts Extracting Data with SQLPlus Exploring Your Database with SQLPlus Advanced Scripting Tuning and Timing The Product User Profile Administration with SQLPlus Customizing Your SQLPlus Environment Appendices A. SQLPlus Command Reference B. Connect Strings and the SQLPlus Command

Unix for Oracle DBAs Pocket Reference

Unix for Oracle DBAs Pocket Reference
Author: Donald K. Burleson
Publisher: "O'Reilly Media, Inc."
Total Pages: 110
Release: 2001-02
Genre: Computers
ISBN: 0596529090

The Unix for Oracle DBAs Pocket Reference puts within easy reach the commands that Oracle database administrators need most when operating in a Unix environment. If you are an Oracle DBA moving to Unix from another environment such as Windows NT or IBM Mainframe, you know that these commands are far different from those covered in most beginning Unix books. To jump start your learning process, Don Burleson has gathered together in this succinct book the Unix commands he most often uses when managing Oracle databases. You'll be able to reach into your pocket for the answer when you need to know how to: Display all Unix components related to Oracle, identify the top CPU consumers on your server, and even kill processes when necessary Stack Unix commands into powerful scripts that can perform vital DBA functions Monitor Unix filesystems, and automatically manage your trace files, dump files, and archived redo log files Use essential server monitoring commands such as top, sar, and vmstat And there's much more between these covers. If you need to get up to speed with Oracle on Unix, and quickly, this book is for you.

All-In-one Oracle DBA Scripts

All-In-one Oracle DBA Scripts
Author: Arun Kumar
Publisher:
Total Pages: 194
Release: 2019-09-05
Genre:
ISBN: 9781691114948

This eBook is a collection of my real-time DBA scripts that I use in daily database administration. You can simply copy paste these scripts and start using them immediately on any Oracle database.SCRIPTS INCLUDED INSIDE: =====================- ASM Scripts- Auditing Scripts- CRSCTL & RAC Scripts- Database Info Scripts- Dataguard Monitoring Scripts- Database Monitoring Scripts- EXPDP / IMPDP Scripts- Flashback Scripts- Multitenant Scripts- Network Management Scripts- Object Management Scripts- OEM / Cloud Control Scripts- Partitioning Scripts- RMAN Scripts- Scheduler & Jobs- SRVCTL Scripts- Tablespace and User management scriptsDISCLAIMER: please execute all the scripts on a test server before executing on a production server. The scripts are for your reference purpose only and hope that it may be of use, but is not guaranteed to be correct, up to date or suitable for any particular purpose.

Oracle Tuning

Oracle Tuning
Author: Donald K. Burleson
Publisher: Rampant TechPress
Total Pages: 1150
Release: 2010
Genre: Computers
ISBN: 0979795192

For Oracle tuning professionals wishing to add more tools to their Oracle tuning toolbox, this guidebook introduces the various tuning analytical tools and helpful strategies to make the database easier to use. Details describe how to extract information from the database and use it to determine and increase efficiency. It also provides specific steps with detailed information on how to congeal large amounts of database performance information into one pool from which the DBA can carefully choose tuning options based on what is predicted, all to give them the biggest improvement in performance for the least time and money investment. Sample code, sample code results, and guidelines on how to interpret the results help users manipulate code in an effective way. With countless hints, tips, and tools, the guide fully explains how to work with the Oracle system on order to achieve database performance excellence.

DTrace

DTrace
Author: Brendan Gregg
Publisher: Prentice Hall Professional
Total Pages: 1152
Release: 2011-03-18
Genre: Computers
ISBN: 0137061870

The Oracle Solaris DTrace feature revolutionizes the way you debug operating systems and applications. Using DTrace, you can dynamically instrument software and quickly answer virtually any question about its behavior. Now, for the first time, there's a comprehensive, authoritative guide to making the most of DTrace in any supported UNIX environment--from Oracle Solaris to OpenSolaris, Mac OS X, and FreeBSD. Written by key contributors to the DTrace community, DTrace teaches by example, presenting scores of commands and easy-to-adapt, downloadable D scripts. These concise examples generate answers to real and useful questions, and serve as a starting point for building more complex scripts. Using them, you can start making practical use of DTrace immediately, whether you're an administrator, developer, analyst, architect, or support professional. The authors fully explain the goals, techniques, and output associated with each script or command. Drawing on their extensive experience, they provide strategy suggestions, checklists, and functional diagrams, as well as a chapter of advanced tips and tricks. You'll learn how to Write effective scripts using DTrace's D language Use DTrace to thoroughly understand system performance Expose functional areas of the operating system, including I/O, filesystems, and protocols Use DTrace in the application and database development process Identify and fix security problems with DTrace Analyze the operating system kernel Integrate DTrace into source code Extend DTrace with other tools This book will help you make the most of DTrace to solve problems more quickly and efficiently, and build systems that work faster and more reliably.

Oracle 10g Grid and Real Application Clusters

Oracle 10g Grid and Real Application Clusters
Author: Mike Ault
Publisher: Rampant TechPress
Total Pages: 868
Release: 2004-08
Genre: Computers
ISBN: 9780974435541

Revealing the secrets for quickly implementing and tuning Oracle RAC database systems, this book covers all areas of Oracle Real Application Clusters including Oracle10g new features. Oracle DBAs who are charged with configuring and implementing a RAC clusters database will benefit from this complete guide to the installation as well as configuration and design of Oracle Real Application Clusters. Information is supplied on expert internals of shared disk technology, raw devices and RAID with RAC, the internal concurrency, resource coordination, and the locking mechanism within RAC. Also explained are Transparent Application Failover (TAF) and monitoring and tuning Oracle10g RAC applications.