oracle 11g on w2k8 : how to perform a silent install of a database
Hi,
Recently I made a mistake creating a database using dbca in manual mode (setting the wrong NLS LANGUAGE and TERRITORY)).
To avoid such mistakes, I'm looking for a tool that would enable me to create a database in silent mode.
I tried to use database templates (managing by dbca), but when I try to use a template (.dbt) to create a database, dbca requests the same informations than used in manual mode (NLS LANGUAGE and TERRITORY for example).
I also tried to generate a database creation script using dbca, but I have to make modifications on the generated script, to change the database name and file location for example, that makes a lot of work.