brtools --> 8 --> 4-->
2Code:
BR0280I BRTOOLS time stamp: 2010-06-16 15.31.18
BR0657I Input menu 59 - please enter/check input values
-------------------------------------------------------------------------------
BRCONNECT options for changing password of database user
1 - BRCONNECT profile (profile) ............... [initPRD.sap]
2 - Database user/password (user) ............. [/]
3 ~ Database owner to change password (owner) . []
4 ~ Log file name (log) ....................... []
5 - Message language (language) ............... [E]
6 - BRCONNECT command line (command) .......... [-p initPRD.sap -l E -f chpass]
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
2
BR0280I BRTOOLS time stamp: 2010-06-16 15.31.58
BR0663I Your choice: '2'
BR0681I Enter string value for "user" [/]:
SAPSR3
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.06
BR0683I New value for "user": 'SAPSR3'
BR0263I Enter password for database user 'SAPSR3' (max. 30 characters):
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.15
BR0657I Input menu 59 - please enter/check input values
-------------------------------------------------------------------------------
BRCONNECT options for changing password of database user
1 - BRCONNECT profile (profile) ............... [initPRD.sap]
2 - Database user/password (user) ............. [SAPSR3/*********]
3 ~ Database owner to change password (owner) . []
4 ~ Log file name (log) ....................... []
5 - Message language (language) ............... [E]
6 - BRCONNECT command line (command) .......... [-p initPRD.sap -l E -f chpass]
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
c
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.22
BR0663I Your choice: 'c'
BR0259I Program execution will be continued...
BR0291I BRCONNECT will be started with options '-p initPRD.sap -l E -f chpass'
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.22
BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
c
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.24
BR0257I Your reply: 'c'
BR0259I Program execution will be continued...
###############################################################################
BR0801I BRCONNECT 7.00 (43)
BR0280I BRCONNECT time stamp: 2010-06-16 15.32.24
BR0301E SQL error -1033 at location db_connect-2, SQL statement:
'CONNECT SAPSR3/*********'
ORA-01033: ORACLE initialization or shutdown in progress
BR0310E Connect to database instance PRD failed
BR0280I BRCONNECT time stamp: 2010-06-16 15.32.24
BR0804I BRCONNECT terminated with errors
###############################################################################
BR0292I Execution of BRCONNECT finished with return code 3
BR0668I Warnings or errors occurred - you can continue to ignore them or go back to repeat the last action
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.24
BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
c
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.27
BR0257I Your reply: 'c'
BR0259I Program execution will be continued...
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.27
BR0656I Choice menu 2 - please make a selection
-------------------------------------------------------------------------------
Additional BR*Tools functions
1 = Show profiles and logs
2 - Clean up DBA logs and tables
3 - Adapt NEXT extents
4 + Change password of database user
5 - Create/change synonyms for DBA tables
6 - Reset program status
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
c
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.29
BR0663I Your choice: 'c'
BR0259I Program execution will be continued...
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.29
BR0656I Choice menu 14 - please make a selection
-------------------------------------------------------------------------------
Show profiles and logs
1 = Oracle profile
2 - BR*Tools profile
3 - BRBACKUP logs
4 - BRARCHIVE logs
5 - BRRESTORE logs
6 - BRRECOVER logs
7 - BRCONNECT logs
8 - BRSPACE logs
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
c
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.31
BR0663I Your choice: 'c'
BR0259I Program execution will be continued...
BR0695I Following file will be displayed: /oracle/PRD/102_64/dbs/initPRD.ora
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.31
BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
c
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.35
BR0257I Your reply: 'c'
BR0259I Program execution will be continued...
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1: ###########################################################
2: # (c)Copyright SAP AG, Walldorf #
3: # @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/INITSIDBASE.ORA#6 $
4: ###########################################################
5: ###########################################################
6: # PART I, TUNING PARAMETERS #
7: ###########################################################
8: #### SYSTEM GLOBAL AREA BUFFERS
9: # Total System Global Area = sum(bytes) of all caches
10: # Variable Size = shared_pool_size (approx.)
11: # Database Buffers = db_block_buffers * db_block_size
12: # Redo Buffers = log_buffer
13: #
14: # unit of shared_pool_size: bytes
15: # unit of db_block_buffers: number of cached blocks
16: # unit of log_buffer: bytes
17: shared_pool_size = 425239511
18: # 10% of shared_pool_size
19: shared_pool_reserved_size = 42523951
20: log_buffer = 1048576
BR0672I Press <Rtn> - scroll, 'c' - cont, 'h' - header, 's' - stop ...
c
21: #### MANAGING SORTS
22: # A small sort requires sort_area_retained_size in
23: # memory. Larger sorts are allocating segments in
24: # PSAPTEMP. They are using sort_area_size in memory.
25: sort_area_retained_size = 0
26: sort_area_size = 2097152
27: #sort_spacemap_size = 512
28: #### PGA-PARAMETERS
29: open_cursors = 800
30: #cursor_space_for_time = true
31: #### LOCKS
32: # dml_locks = processes * 50
33: dml_locks = 4000
34: #enqueue_resources = 8000
35: #### CPU-PARAMETERS
36: #spin_count = 200
37: #_cpu_count = 4
38: #### TUNING ARCHIVING
39: #log_archive_buffer_size 127
40: #log_archive_buffers 4
41: #### USE VECTOR READ
42: #use_readv = true
43: #### OTHER TUNING PARAMETERS
44: #sequence_cache_entries = 100
45: #sequence_cache_hash_buckets = 89
46: ###########################################################
47: # PART II, CHANGEABLE PARAMETERS #
48: ###########################################################
49: #### CONTROL-FILES
50: # the controlfiles should be mirrored to every new
51: # database mount point @SAPDATA_HOME@/sapdata<#>
52: #control_files = @SAPDATA1@/cntrl/cntrlPRD.dbf @SAPDATA2@/cntrl/cntrlPRD.dbf @SAPDATA3@/cntrl/cntrlPRD.dbf
53: #### AUTOMATICLY STARTED BACKGROUND PROCESSES
54: #### MANAGING LOG SWITCHES
55: # checkpoints occur only when switching logs, if
56: # log_checkpoint_interval * size of OS blocks > size of
57: # the actual redo log
58: log_checkpoint_interval = 0
59: #log_checkpoint_timeout = 0
60: #### PROCESS-PARAMETERS
61: # The number of allocated semaphores is equal to the
62: # number of processes
63: # sessions = 1.2 * processes
64: processes = 80
65: sessions = 96
66: #### AUDITING AND STATISTICS
67: # sql_trace=TRUE
68: # audit_trail = true
69: # db_block_lru_extended_statistics = 1000
70: # db_block_lru_statistics = true
71: ###########################################################
72: # PART III, STATIC PARAMETERS #
73: ###########################################################
74: #### DB-NAME
75: db_name = PRD
76: #### DB-BLOCKSIZE
77: db_block_size = 8192
78: #### DB-FILES
79: db_files = 254
80: #### OPTIMIZER MODE
81: #optimizer_mode = choose
82: #optimizer_search_limit = 3
83: #### PATHS / DESTINATIONS / TRACES
84: # /oracle/PRD/saptrace/background: trace files of the background
85: # processes
86: # /oracle/PRD/saptrace/usertrace: trace files of the user processes
87: # log_archive_dest is a destination, not a path.
88: # The archivefiles get the name
89: # /oracle/PRD/oraarch/PRDarch<thread#>_<log#>
90: background_dump_dest = /oracle/PRD/saptrace/background
91: user_dump_dest = /oracle/PRD/saptrace/usertrace
92: core_dump_dest = /oracle/PRD/saptrace/background
93: log_archive_dest = /oracle/PRD/oraarch/PRDarch
94: #log_archive_format = %t_%s
95: #### OTHER
96: # reduce_alarm only supported on HP
97: #reduce_alarm = TRUE
98: #### ORACLE OPS PARAMETER
99: remote_os_authent = true
100: # retention time for RMAN backup information in control file
101: control_file_record_keep_time = 30
102: #see SAP note 124361
103: #db_file_multiblock_read_count = 8
104: log_checkpoints_to_alert = true
105: #### OPTIMIZER MODE
106: #optimizer_index_cost_adj = 10
107: #### AUDITING AND STATISTICS
108: #timed_statistics = true
109: compatible = 10.2.0
110: parallel_execution_message_size = 16384
111: query_rewrite_enabled = false
112: replication_dependency_tracking = false
113: star_transformation_enabled = true
114: undo_retention = 43200
115: undo_tablespace = PSAPUNDO
116: undo_management = AUTO
117: pga_aggregate_target = 566986014
118: sga_max_size = 850479022
119: db_cache_size = 425239511
120: job_queue_processes = 1
121: remote_login_passwordfile = exclusive
122: recyclebin = off
123: event = "10191 trace name context forever, level 1"
124: FILESYSTEMIO_OPTIONS = setall
125: _OPTIM_PEEK_USER_BINDS = FALSE
126: _B_TREE_BITMAP_PLANS = FALSE
127: _INDEX_JOIN_ENABLED = FALSE
128: _IN_MEMORY_UNDO = FALSE
129: _OPTIMIZER_MJC_ENABLED = FALSE
130: _SORT_ELIMINATION_COST_RATIO = 10
131: _TABLE_LOOKUP_PREFETCH_SIZE = 0
132: control_files = (/oracle/PRD/origlogA/cntrl/cntrlPRD.dbf, /oracle/PRD/origlogB/cntrl/cntrlPRD.dbf, /oracle/PRD/sapdata1/cntrl/cntrlPRD.dbf)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.37
BR0256I Enter 'c[ont]' to continue, 's[top]' to cancel BRTOOLS:
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.38
BR0257I Your reply: 'c'
BR0259I Program execution will be continued...
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.38
BR0656I Choice menu 14 - please make a selection
-------------------------------------------------------------------------------
Show profiles and logs
1 + Oracle profile
2 = BR*Tools profile
3 - BRBACKUP logs
4 - BRARCHIVE logs
5 - BRRESTORE logs
6 - BRRECOVER logs
7 - BRCONNECT logs
8 - BRSPACE logs
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
c
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.42
BR0663I Your choice: 'c'
BR0259I Program execution will be continued...
BR0695I Following file will be displayed: /oracle/PRD/102_64/dbs/initPRD.sap
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.42
BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
s
BR0280I BRTOOLS time stamp: 2010-06-16 15.32.49
BR0257I Your reply: 's'
BR0679I Do you really want to cancel BRTOOLS? Enter y[es]/n[o]: