Altering Database Parameters with BR*Tools
You can use BR*Tools for Oracle to alter the database parameters as follows:
Alter database parameter
Reset database parameter
Create init<DBSID>.ora
profile from spfile
Create init<DBSID>.mem
profile from memory
Note
This section describes how you alter database parameters.
Altering database parameters is part of Instance Management with BR*Tools.
For more information on the approach to database instance management, see Instance Management.
Start the procedure using BRGUI or BRTOOLS, or from the command line:
BRGUI or BRTOOLS:
Choose .
BRGUI or BRTOOLS displays the menu BRSPACE options for alter database parameter
,
where you specify the options with which you call BRSPACE.
Set the required options:
Menu Entry |
Equivalent BRSPACE Command Option |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This shows you the BRSPACE -f dbparam command that is to be executed using the current settings. |
Choose Continue
.
BRGUI or BRTOOLS prompts you to start BRSPACE.
Choose Continue
to start BRSPACE.
Command line:
Enter at least the following command:
brspace -f dbparam
You can enter more parameters, including the parameter name and action, if required. For more information, see BRSPACE -f dbparam.
Note
Whichever way you start the procedure - with BRGUI or BRTOOLS, or from the command line - you can use quick mode if you know the object name, in this case the parameter name. For more information, see How to Use BR*Tools.
BRSPACE starts and you see a message that includes Start of BRSPACE processing
. From now on, BRSPACE writes a detail log.
You can use quick mode as follows:
If you have already entered the action, continue with step 4.
If you have already entered the parameter name and action, continue with step 7.
BRSPACE displays the Alter database parameter main menu
.
Choose or confirm the required action:
Change parameter value
Reset parameter value
Create init.ora from spfile
Create init.mem from memory
If you chose Create init.ora from spfile
or Create init.mem from memory
, respond to the BRSPACE prompt asking you whether you want to start the function. You have now finished the procedure. See “Results” below.
If you have already entered the parameter name, continue with step 7 (quick mode).
BRSPACE displays the database parameter list:
List Entry |
Meaning |
|---|---|
|
List sequence number |
|
Parameter name |
|
Modification attributes:
|
|
Whether parameter is specified in spfile:
|
|
Database instance the parameter is set for: * means all instances |
|
Whether parameter has default value, |
|
Current parameter value |
Select a database parameter.
BRSPACE displays the menu, Options for alter of database parameter
.
Set the required options:
Menu Entry |
Meaning |
|---|---|
– display only |
Parameter description from |
– display only |
Type of parameter: Boolean, string, integer, file |
– display only |
Current parameter value |
– display only |
Current value in spfile |
|
This entry is locked if reset parameter value was chosen |
|
|
|
|
|
|
|
The SQL command that is to be executed using the current settings. For more information, see your Oracle SQL documentation. |
To start processing with the selected options, choose Continue
.
Check the results in the BRSPACE Logs.
The summary log space<DBSID>.log
displays the return code.
The detail log s<encoded timestamp>.dbp
displays the details.
The parameter change log param<DBSID>.log
logs all parameter changes.
For more information about how to view the logs with BR*Tools, see Showing Profiles and Logs with BR*Tools.