Database Minimum Build [message #199318] |
Mon, 23 October 2006 08:40 |
elmajdoulikamal@gmail.com
Messages: 1 Registered: October 2006 Location: Morocco - Rabat
|
Junior Member |
|
|
Is there a way to build an oracle Db 9i with the strict minimum requirements :
- Windows services (Oracle Home - Data Gather - Oracle Agent - HTPP server ....)
- Oracle packages : (Java - Text - Inter-media - Spacial ....)
Is there a script for building a very small footprint Oracle Database without including technologies that i well neven never use.
PS: My App Communicate with Oracle DB thought OCI and i don't (directly) use any of the folks packages (XML-Sys-System....). I know that (sys and system) are providing a lot of intrinsic functionality but are they absolutely necessary.
|
|
|
Re: Database Minimum Build [message #199323 is a reply to message #199318] |
Mon, 23 October 2006 08:55 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
>> Is there a script for building a very small footprint Oracle Database without including technologies
Oracle by default does this. All the rest are options.
SYS and SYSTEM are essential.
creat the database with dbca. Choose the "custom database" option.
You can exclude everything.
|
|
|