cancel
Showing results for 
Search instead for 
Did you mean: 

check and change parameter

Former Member
0 Kudos

Hello sdn,

Could you tell how to check /change database parameters via Brtools commandline. I am not able to find it out. I need to check and change some parameters on Oracle for SAP.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

anindya_bose
Active Contributor
0 Kudos

BRTOOLS

Option 1.. Instance Management---->Option 4 ( Alter Database Parameter) or Option 6 ( Show Database Parameter).

ALternatively, you can change in your initSID.ora file. To do that

Shutdown database

Change in initSID.ora file with a text editor like notepad

in the SQL prompt give a command like "create spfile from pfile"

then restart the database

Former Member
0 Kudos

When I do 6 for show paramters ,it asks for entering a string value for paramter ?

what is the string value : i want to display all the paramters.

Thanks

Former Member
0 Kudos

Use the command

SHOW PARAMETERS;

Answers (1)

Answers (1)

former_member204746
Active Contributor
0 Kudos

refer to SAP note 830576.