Free Oracle Tips

Oracle Consulting Oracle Training Development

Remote DBA

 

Remote DBA Plans
Remote DBA Service

 
Remote DBA Oracle Home
Remote DBA Oracle Training
Remote DBA SQL Tuning Consulting
Remote DBA Oracle Tuning Consulting
Remote DBA Data Warehouse Consulting
Remote DBA Oracle Project Management
Remote DBA Oracle Security Assessment
Remote DBA Unix Consulting
Burleson Books
Burleson Articles
Burleson Web Courses
Burleson Qualifications
Oracle Internals Magazine
Oracle Links
Remote DBA Oracle Monitoring
Remote DBA Support Benefits
Remote DBA Plans & Prices
Our Automation Strategy
What We Monitor
Oracle Apps Support
Print Our Brochure
Contact Us (e-mail)
Oracle Job Opportunities
Oracle Consulting Prices





   

 


        
 
     Oracle Utilities Tips

Export Parameter Files

Parameter files are a convenient way to consolidate all the options from a file that will be used when executing the utility. The benefit of the parameter file is that it allows the options to be specified once and reused by all utility jobs. Three of the utilities discussed in this chapter (export, import, SQL*Loader) support parameter files.

Below is an example of an export parameter file: export_options.par.

compress=n
direct=n
buffer=1000
tables=table_with_one_million_rows
userid=scott/tiger


Using this parameter file, the export command line is executed by the following:

exp parfile=export_options.par

Specifying options in a file makes it much easier to implement the options with any utility that accepts a parameter file. In addition, these options are not revealed on the command line, and therefore not exposed to commands ( UNIX ps command ) that would reveal the username and password had they been specified on the command line.
 


To learn more about these techniques, see the book "Advanced Oracle Utilities: The Definitive Reference". 

You can buy it directly from the publisher and get instant access to the code depot of utilities scripts.

 

     

     

Remote DBA Service
 

Oracle Tuning Book

Free Oracle dictionary reference poster

BC Oracle support

Oracle books by Rampant

Oracle monitoring software

North Carolina Oracle Users Group

 

 Arabian horse breeder

Seeing eye horses

 

 

 

 

 

Burleson is the American Team

American Flag

 

 

BC Remote Oracle Support
P.O. Box 511 • Kittrell, NC, 27544

Remote DBA

Remote DBA Services

 

Copyright © 1996 -  2011 by Burleson Enterprises. All rights reserved.

Oracle® is the registered trademark of Oracle Corporation.