BC remote Oracle DBA - Call (800) 766-1884
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 Tips by Burleson

Create the HTMLDB20 Tablespace

I like to create a separate tablespace for the HTML DB objects.  I recommend this approach because otherwise the objects will likely be created in the SYSAUX tablespace.  It is especially helpful when using a Remote DBA to create these objects on a company database.  The Remote DBA may be more willing to fulfill the request if he/she knows it can reside in its own tablespace.  The following code creates a 100MB tablespace named HTMLDB20.

CREATE TABLESPACE htmldb20
DATAFILE 'C:\oradata\hdb20\htmldb20_01.dbf' SIZE 102464K
EXTENT MANAGEMENT LOCAL
UNIFORM SIZE 64K
SEGMENT SPACE MANAGEMENT AUTO;

Using a uniform size of 64K will keep the total size of the objects created to approximately 75M.  This will leave some room for growth in the 100M tablespace.  The use of larger uniform extent sizes will require the size of the htmldb tablespace to be increased accordingly.  Be careful using a larger uniform size because there are over 600 objects and disk space requirements will increase dramatically.

 


The above book excerpt is from:

Easy HTML-DB Oracle Application Express

Create Dynamic Web Pages with OAE

ISBN 0-9761573-1-4   

Michael Cunningham & Kent Crotty

http://www.rampant-books.com/book_2005_2_html_db.htm

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.