Install database with dbca and response file. [message #623381] |
Tue, 09 September 2014 08:47 |
Malakay79
Messages: 41 Registered: September 2007
|
Member |
|
|
I need to create a database with a response file.
I have found the template file in $ORACLE_HOME/assistant/dbca.
I can I set the location for redo log files? And their size, their group...? I didn't find this information in the response file template
Oracle 11.2.0.3 on linux
|
|
|
|
|
|
Re: Install database with dbca and response file. [message #623386 is a reply to message #623381] |
Tue, 09 September 2014 09:47 |
|
LKBrwn_DBA
Messages: 487 Registered: July 2003 Location: WPB, FL
|
Senior Member |
|
|
The location of the redo logs will depend on the "template" you choose and typically
will be "{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}"
1) In the response file set OPERATION_TYPE = "createDatabase"
2) Choose a template: TEMPLATENAME = "General_Purpose.dbc"
You only need to set the "CREATEDATABASE" section of the response file and can ignore the rest.
PS: I recommend you create a "custom" template where you can modify the init parameters, etc... to your choosing.
Good luck!
[Updated on: Tue, 09 September 2014 10:12] by Moderator Report message to a moderator
|
|
|
|
Re: Install database with dbca and response file. [message #623490 is a reply to message #623419] |
Wed, 10 September 2014 10:25 |
|
LKBrwn_DBA
Messages: 487 Registered: July 2003 Location: WPB, FL
|
Senior Member |
|
|
Malakay79 wrote on Wed, 10 September 2014 05:56I know I have to use the OPERATION_TYPE = "createDatabase" and TEMPLATENAME = "General_Purpose.dbc".
But are there some parameters I can set in the response file about redo log informations? Just like DATAFILEDESTINATION for datafiles?
Not in the response file, but you can make a copy of the "General_Purpose.dbc", rename it and change the values there
-- it's a text file.
That is why I recommended to create your own custom template.
[Updated on: Wed, 10 September 2014 11:23] by Moderator Report message to a moderator
|
|
|