Help - Creating database using DBCA in silent mode with response file and template.
Hi all,
I'm creating a database using DBCA in silent mode with response file and template. But it seems that most of the settings I placed in the response file does not take effect during creation. Example is the TOTALMEMORY which I set to 1024 in the response file. And still DBCA created a database with 0 for MEMORY_TARGET and MEMORY_MAX_TARGET. I even tried to pass the settings trough -totalMemory 1024 but still the same result. I even tried to make the value of TOTALMEMORY to string by enclosing it with double quote (").
I might be mistaken but my understanding is that the response file should override the initial setting of the database defined in the template DBC file. Is this right? Am I missing something here?
I'm creating a database using DBCA in silent mode with response file and template. But it seems that most of the settings I placed in the response file does not take effect during creation. Example is the TOTALMEMORY which I set to 1024 in the response file. And still DBCA created a database with 0 for MEMORY_TARGET and MEMORY_MAX_TARGET. I even tried to pass the settings trough -totalMemory 1024 but still the same result. I even tried to make the value of TOTALMEMORY to string by enclosing it with double quote (").
I might be mistaken but my understanding is that the response file should override the initial setting of the database defined in the template DBC file. Is this right? Am I missing something here?
0