SQL> select tablespace_name, status, count(*) from dba_rollback_segs group by tablespace_name, status;
TABLESPACE_NAME STATUS COUNT(*)
------------------------------ ---------------- ----------
PSAPUNDO OFFLINE 321
SYSTEM ONLINE 1
PSAPUNDO2 ONLINE 321
SYSTEM OFFLINE 1
alter system set undo_tablespace = PSAPUNDO scope=spfile;
SQL> select tablespace_name, status, count(*) from dba_rollback_segs group by tablespace_name, status;
TABLESPACE_NAME STATUS COUNT(*)
------------------------------ ---------------- ----------
PSAPUNDO2 OFFLINE 321
SYSTEM ONLINE 1
PSAPUNDO ONLINE 321
SYSTEM OFFLINE 1
Drop tablespace PSAPUNDO2 including contents and datafiles;
SQL> select file_name from dba_data_files where tablespace_name='PSAPUNDO2';
FILE_NAME
--------------------------------------------------------------------------------
/oracle/ORA_DB/sapdata888/undo_11/undo.data12
SQL> Drop tablespace PSAPUNDO2 including contents and datafiles;
Tablespace dropped.
SQL> !ls -ltr /oracle/ORA_DB/sapdata888/undo_11/undo.data12
/oracle/ORA_DB/sapdata888/undo_11/undo.data12 not found
Linux_server>:oraORA_DB 37> brtools
BR0651I BRTOOLS 7.20 (42)
BR0280I BRTOOLS time stamp: 2021-07-30 10.39.02
BR0656I Choice menu 1 - please make a selection
-------------------------------------------------------------------------------
BR*Tools main menu
1 = Instance management
2 - Space management
3 - Segment management
4 - Backup and database copy
5 - Restore and recovery
6 - Check and verification
7 - Database statistics
8 - Additional functions
9 - Exit program
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
2
BR0280I BRTOOLS time stamp: 2021-07-30 10.39.04
BR0663I Your choice: '2'
BR0280I BRTOOLS time stamp: 2021-07-30 10.39.04
BR0656I Choice menu 5 - please make a selection
-------------------------------------------------------------------------------
Database space management
1 = Extend tablespace
2 - Create tablespace
3 - Drop tablespace
4 - Alter tablespace
5 - Alter data file
6 - Move data file
7 - Additional space functions
8 - Reset program status
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
4
BR0280I BRTOOLS time stamp: 2021-07-30 10.39.10
BR0663I Your choice: '4'
BR0280I BRTOOLS time stamp: 2021-07-30 10.39.10
BR0657I Input menu 84 - please enter/check input values
-------------------------------------------------------------------------------
BRSPACE options for alter tablespace
1 - BRSPACE profile (profile) ........ [initORA_DB.sap]
2 - Database user/password (user) .... [/]
3 ~ Alter tablespace action (action) . []
4 ~ Tablespace names (tablespace) .... []
5 - Confirmation mode (confirm) ...... [yes]
6 - Scrolling line count (scroll) .... [20]
7 - Message language (language) ...... [E]
8 - BRSPACE command line (command) ... [-p initORA_DB.sap -s 20 -l E -f tsalter]
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
4
BR0280I BRTOOLS time stamp: 2021-07-30 10.39.19
BR0663I Your choice: '4'
BR0681I Enter string value for "tablespace" []:
PSAPUNDO
BR0280I BRTOOLS time stamp: 2021-07-30 10.39.25
BR0683I New value for "tablespace": 'PSAPUNDO'
BR0280I BRTOOLS time stamp: 2021-07-30 10.39.25
BR0657I Input menu 84 - please enter/check input values
-------------------------------------------------------------------------------
BRSPACE options for alter tablespace
1 - BRSPACE profile (profile) ........ [initORA_DB.sap]
2 - Database user/password (user) .... [/]
3 ~ Alter tablespace action (action) . []
4 ~ Tablespace names (tablespace) .... [PSAPUNDO]
5 - Confirmation mode (confirm) ...... [yes]
6 - Scrolling line count (scroll) .... [20]
7 - Message language (language) ...... [E]
8 - BRSPACE command line (command) ... [-p initORA_DB.sap -s 20 -l E -f tsalter -t PSAPUNDO]
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
c
BR0280I BRTOOLS time stamp: 2021-07-30 10.39.41
BR0663I Your choice: 'c'
BR0259I Program execution will be continued...
BR0291I BRSPACE will be started with options '-p initORA_DB.sap -s 20 -l E -f tsalter -t PSAPUNDO'
BR0280I BRTOOLS time stamp: 2021-07-30 10.39.41
BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
c
BR0280I BRTOOLS time stamp: 2021-07-30 10.39.44
BR0257I Your reply: 'c'
BR0259I Program execution will be continued...
###############################################################################
BR1001I BRSPACE 7.20 (42)
BR1002I Start of BRSPACE processing: sfgzuylt.tsa 2021-07-30 10.39.45
BR0484I BRSPACE log file: /oracle/ORA_DB/sapreorg/sfgzuylt.tsa
BR0280I BRSPACE time stamp: 2021-07-30 10.39.54
BR1009I Name of database instance: ORA_DB
BR1010I BRSPACE action ID: sfgzuylt
BR1011I BRSPACE function ID: tsa
BR1012I BRSPACE function: tsalter
BR0280I BRSPACE time stamp: 2021-07-30 10.39.54
BR0656I Choice menu 311 - please make a selection
-------------------------------------------------------------------------------
Alter tablespace main menu
1 - Set tablespace online
2 - Set tablespace offline
3 - Set backup status
4 - Reset backup status
5 - Coalesce free extents
6 - Rename tablespace
7 - Show tablespaces
8 - Show data files
9 * Exit program
10 - Reset program status
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
s
BR0280I BRSPACE time stamp: 2021-07-30 10.40.12
BR0663I Your choice: 's'
BR0679I Do you really want to cancel BRSPACE? Enter y[es]/n[o]:
y
BR0280I BRSPACE time stamp: 2021-07-30 10.40.15
BR0257I Your reply: 'y'
BR0260E BRSPACE cancelled by user
BR1008I End of BRSPACE processing: sfgzuylt.tsa 2021-07-30 10.40.15
BR0280I BRSPACE time stamp: 2021-07-30 10.40.15
BR1007I BRSPACE terminated with errors
###############################################################################
BR0292I Execution of BRSPACE finished with return code 2
BR0280I BRTOOLS time stamp: 2021-07-30 10.40.15
BR0668I Warnings or errors occurred - you can continue to ignore them or go back to repeat the last action
BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
s
BR0280I BRTOOLS time stamp: 2021-07-30 10.40.17
BR0257I Your reply: 's'
BR0679I Do you really want to cancel BRTOOLS? Enter y[es]/n[o]:
y
BR0280I BRTOOLS time stamp: 2021-07-30 10.40.19
BR0257I Your reply: 'y'
BR0260E BRTOOLS cancelled by user
BR0280I BRTOOLS time stamp: 2021-07-30 10.40.19
BR0654I BRTOOLS terminated with errors
Linux_server>:oraORA_DB 38> brtools
BR0651I BRTOOLS 7.20 (42)
BR0280I BRTOOLS time stamp: 2021-07-30 10.40.22
BR0656I Choice menu 1 - please make a selection
-------------------------------------------------------------------------------
BR*Tools main menu
1 = Instance management
2 - Space management
3 - Segment management
4 - Backup and database copy
5 - Restore and recovery
6 - Check and verification
7 - Database statistics
8 - Additional functions
9 - Exit program
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
2
BR0280I BRTOOLS time stamp: 2021-07-30 10.40.33
BR0663I Your choice: '2'
BR0280I BRTOOLS time stamp: 2021-07-30 10.40.33
BR0656I Choice menu 5 - please make a selection
-------------------------------------------------------------------------------
Database space management
1 = Extend tablespace
2 - Create tablespace
3 - Drop tablespace
4 - Alter tablespace
5 - Alter data file
6 - Move data file
7 - Additional space functions
8 - Reset program status
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
1
BR0280I BRTOOLS time stamp: 2021-07-30 10.40.37
BR0663I Your choice: '1'
BR0280I BRTOOLS time stamp: 2021-07-30 10.40.37
BR0657I Input menu 81 - please enter/check input values
-------------------------------------------------------------------------------
BRSPACE options for tablespace extension
1 - BRSPACE profile (profile) ...... [initORA_DB.sap]
2 - Database user/password (user) .. [/]
3 ~ Tablespace name (tablespace) ... []
4 - Confirmation mode (confirm) .... [yes]
5 - Scrolling line count (scroll) .. [20]
6 - Message language (language) .... [E]
7 - BRSPACE command line (command) . [-p initORA_DB.sap -s 20 -l E -f tsextend]
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
3
BR0280I BRTOOLS time stamp: 2021-07-30 10.40.55
BR0663I Your choice: '3'
BR0681I Enter string value for "tablespace" []:
PSAPUNDO
BR0280I BRTOOLS time stamp: 2021-07-30 10.41.00
BR0683I New value for "tablespace": 'PSAPUNDO'
BR0280I BRTOOLS time stamp: 2021-07-30 10.41.00
BR0657I Input menu 81 - please enter/check input values
-------------------------------------------------------------------------------
BRSPACE options for tablespace extension
1 - BRSPACE profile (profile) ...... [initORA_DB.sap]
2 - Database user/password (user) .. [/]
3 ~ Tablespace name (tablespace) ... [PSAPUNDO]
4 - Confirmation mode (confirm) .... [yes]
5 - Scrolling line count (scroll) .. [20]
6 - Message language (language) .... [E]
7 - BRSPACE command line (command) . [-p initORA_DB.sap -s 20 -l E -f tsextend -t PSAPUNDO]
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
c
BR0280I BRTOOLS time stamp: 2021-07-30 10.41.21
BR0663I Your choice: 'c'
BR0259I Program execution will be continued...
BR0291I BRSPACE will be started with options '-p initORA_DB.sap -s 20 -l E -f tsextend -t PSAPUNDO'
BR0280I BRTOOLS time stamp: 2021-07-30 10.41.21
BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
c
BR0280I BRTOOLS time stamp: 2021-07-30 10.41.23
BR0257I Your reply: 'c'
BR0259I Program execution will be continued...
###############################################################################
BR1001I BRSPACE 7.20 (42)
BR1002I Start of BRSPACE processing: sfgzuypo.tse 2021-07-30 10.41.24
BR0484I BRSPACE log file: /oracle/ORA_DB/sapreorg/sfgzuypo.tse
BR0280I BRSPACE time stamp: 2021-07-30 10.41.27
BR1009I Name of database instance: ORA_DB
BR1010I BRSPACE action ID: sfgzuypo
BR1011I BRSPACE function ID: tse
BR1012I BRSPACE function: tsextend
BR0280I BRSPACE time stamp: 2021-07-30 10.41.53
BR0657I Input menu 303 - please enter/check input values
-------------------------------------------------------------------------------
Options for extension of tablespace PSAPUNDO (1. file)
1 * Last added file name (lastfile) ....... [/oracle/ORA_DB/sapdata888/undo_3/undo.data3]
2 * Last added file size in MB (lastsize) . [11000]
3 - New file to be added (file) ........... [/oracle/ORA_DB/sapdata888/undo_4/undo.data4]
4 ~ Raw disk / link target (rawlink) ...... []
5 - Size of the new file in MB (size) ..... [11000]
6 - File autoextend mode (autoextend) ..... [no]
7 # Maximum file size in MB (maxsize) ..... []
8 # File increment size in MB (incrsize) .. []
9 - SQL command (command) ................. [alter tablespace PSAPUNDO add datafile '/oracle/ORA_DB/sapdata888/undo_4/undo.data4' size 11000M autoextend off]
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
c
BR0280I BRSPACE time stamp: 2021-07-30 10.42.04
BR0663I Your choice: 'c'
BR0259I Program execution will be continued...
BR1091I Next data file can be specified now
BR0280I BRSPACE time stamp: 2021-07-30 10.42.04
BR0675I This is a optional action - do you want to execute it now?
BR0676I Enter 'y[es]' to execute the action, 'n[o]/c[ont]' to skip it, 's[top]' to abort:
y
BR0280I BRSPACE time stamp: 2021-07-30 10.42.08
BR0257I Your reply: 'y'
BR0677I The action will be executed...
BR0280I BRSPACE time stamp: 2021-07-30 10.42.08
BR0657I Input menu 303 - please enter/check input values
-------------------------------------------------------------------------------
Options for extension of tablespace PSAPUNDO (2. file)
1 * Last added file name (lastfile) ....... [/oracle/ORA_DB/sapdata888/undo_3/undo.data3]
2 * Last added file size in MB (lastsize) . [11000]
3 - New file to be added (file) ........... [/oracle/ORA_DB/sapdata888/undo_5/undo.data5]
4 ~ Raw disk / link target (rawlink) ...... []
5 - Size of the new file in MB (size) ..... [11000]
6 - File autoextend mode (autoextend) ..... [no]
7 # Maximum file size in MB (maxsize) ..... []
8 # File increment size in MB (incrsize) .. []
9 - SQL command (command) ................. [alter tablespace PSAPUNDO add datafile '/oracle/ORA_DB/sapdata888/undo_4/undo.data4' size 11000M autoextend off, '/oracle/ORA_DB/sapdata888/undo_5/undo.data5' size 11000M autoextend off]
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
c
BR0280I BRSPACE time stamp: 2021-07-30 10.42.12
BR0663I Your choice: 'c'
BR0259I Program execution will be continued...
BR1091I Next data file can be specified now
BR0280I BRSPACE time stamp: 2021-07-30 10.42.12
BR0675I This is a optional action - do you want to execute it now?
BR0676I Enter 'y[es]' to execute the action, 'n[o]/c[ont]' to skip it, 's[top]' to abort:
y
BR0280I BRSPACE time stamp: 2021-07-30 10.42.15
BR0257I Your reply: 'y'
BR0677I The action will be executed...
BR0280I BRSPACE time stamp: 2021-07-30 10.42.15
BR0657I Input menu 303 - please enter/check input values
-------------------------------------------------------------------------------
Options for extension of tablespace PSAPUNDO (3. file)
1 * Last added file name (lastfile) ....... [/oracle/ORA_DB/sapdata888/undo_3/undo.data3]
2 * Last added file size in MB (lastsize) . [11000]
3 - New file to be added (file) ........... [/oracle/ORA_DB/sapdata888/undo_6/undo.data6]
4 ~ Raw disk / link target (rawlink) ...... []
5 - Size of the new file in MB (size) ..... [11000]
6 - File autoextend mode (autoextend) ..... [no]
7 # Maximum file size in MB (maxsize) ..... []
8 # File increment size in MB (incrsize) .. []
9 - SQL command (command) ................. [alter tablespace PSAPUNDO add datafile '/oracle/ORA_DB/sapdata888/undo_4/undo.data4' size 11000M autoextend off, '/oracle/ORA_DB/sapdata888/undo_5/undo.data5' size 11000M autoextend off, '/oracle/ORA_DB/sapdata888/undo_6/undo.data6' size 11000M autoextend off]
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
c
BR0280I BRSPACE time stamp: 2021-07-30 10.42.25
BR0663I Your choice: 'c'
BR0259I Program execution will be continued...
BR1091I Next data file can be specified now
BR0280I BRSPACE time stamp: 2021-07-30 10.42.25
BR0675I This is a optional action - do you want to execute it now?
BR0676I Enter 'y[es]' to execute the action, 'n[o]/c[ont]' to skip it, 's[top]' to abort:
y
BR0280I BRSPACE time stamp: 2021-07-30 10.42.28
BR0257I Your reply: 'y'
BR0677I The action will be executed...
BR0280I BRSPACE time stamp: 2021-07-30 10.42.28
BR0657I Input menu 303 - please enter/check input values
-------------------------------------------------------------------------------
Options for extension of tablespace PSAPUNDO (4. file)
1 * Last added file name (lastfile) ....... [/oracle/ORA_DB/sapdata888/undo_3/undo.data3]
2 * Last added file size in MB (lastsize) . [11000]
3 - New file to be added (file) ........... [/oracle/ORA_DB/sapdata888/undo_7/undo.data7]
4 ~ Raw disk / link target (rawlink) ...... []
5 - Size of the new file in MB (size) ..... [11000]
6 - File autoextend mode (autoextend) ..... [no]
7 # Maximum file size in MB (maxsize) ..... []
8 # File increment size in MB (incrsize) .. []
9 - SQL command (command) ................. [alter tablespace PSAPUNDO add datafile '/oracle/ORA_DB/sapdata888/undo_4/undo.data4' size 11000M autoextend off, '/oracle/ORA_DB/sapdata888/undo_5/undo.data5' size 11000M autoextend off, '/oracle/ORA_DB/sapdata888/undo_6/undo.data6' size 11000M autoextend off, '/oracle/ORA_DB/sapdata888/undo_7/undo.data7' size 11000M autoextend off]
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
c
BR0280I BRSPACE time stamp: 2021-07-30 10.42.32
BR0663I Your choice: 'c'
BR0259I Program execution will be continued...
BR1091I Next data file can be specified now
BR0280I BRSPACE time stamp: 2021-07-30 10.42.32
BR0675I This is a optional action - do you want to execute it now?
BR0676I Enter 'y[es]' to execute the action, 'n[o]/c[ont]' to skip it, 's[top]' to abort:
y
BR0280I BRSPACE time stamp: 2021-07-30 10.42.34
BR0257I Your reply: 'y'
BR0677I The action will be executed...
BR0280I BRSPACE time stamp: 2021-07-30 10.42.34
BR0657I Input menu 303 - please enter/check input values
-------------------------------------------------------------------------------
Options for extension of tablespace PSAPUNDO (5. file)
1 * Last added file name (lastfile) ....... [/oracle/ORA_DB/sapdata888/undo_3/undo.data3]
2 * Last added file size in MB (lastsize) . [11000]
3 - New file to be added (file) ........... [/oracle/ORA_DB/sapdata888/undo_8/undo.data8]
4 ~ Raw disk / link target (rawlink) ...... []
5 - Size of the new file in MB (size) ..... [11000]
6 - File autoextend mode (autoextend) ..... [no]
7 # Maximum file size in MB (maxsize) ..... []
8 # File increment size in MB (incrsize) .. []
9 - SQL command (command) ................. [alter tablespace PSAPUNDO add datafile '/oracle/ORA_DB/sapdata888/undo_4/undo.data4' size 11000M autoextend off, '/oracle/ORA_DB/sapdata888/undo_5/undo.data5' size 11000M autoextend off, '/oracle/ORA_DB/sapdata888/undo_6/undo.data6' size 11000M autoextend off, '/oracle/ORA_DB/sapdata888/undo_7/undo.data7' size 11000M autoextend off, '/oracle/ORA_DB/sapdata888/undo_8/undo.data8' size 11000M autoextend off]
Standard keys: c - cont, b - back, s - stop, r - refr, h - help
-------------------------------------------------------------------------------
BR0662I Enter your choice:
c
BR0280I BRSPACE time stamp: 2021-07-30 10.42.42
BR0663I Your choice: 'c'
BR0259I Program execution will be continued...
BR0370I Directory /oracle/ORA_DB/sapreorg/sfgzuypo created
BR0280I BRSPACE time stamp: 2021-07-30 10.42.48
BR0319I Control file copy created: /oracle/ORA_DB/sapreorg/sfgzuypo/cntrlORA_DB.old 133906432
BR0370I Directory /oracle/ORA_DB/sapdata888/undo_4 created
BR0370I Directory /oracle/ORA_DB/sapdata888/undo_5 created
BR0370I Directory /oracle/ORA_DB/sapdata888/undo_6 created
BR0370I Directory /oracle/ORA_DB/sapdata888/undo_7 created
BR0370I Directory /oracle/ORA_DB/sapdata888/undo_8 created
BR0280I BRSPACE time stamp: 2021-07-30 10.42.48
BR1088I Extending tablespace PSAPUNDO ...
BR0280I BRSPACE time stamp: 2021-07-30 10.49.25
BR1016I SQL statement 'alter tablespace PSAPUNDO add datafile '/oracle/ORA_DB/sapdata888/undo_4/undo.data4' size 11000M autoextend off, '/oracle/ORA_DB/sapdata888/undo_5/undo.data5' size 11000M autoextend off, '/oracle/ORA_DB/sapdata888/undo_6/undo.data6' size 11000M autoextend off, '/oracle/ORA_DB/sapdata888/undo_7/undo.data7' size 11000M autoextend off, '/oracle/ORA_DB/sapdata888/undo_8/undo.data8' size 11000M autoextend off' executed successfully
BR1051I Tablespace PSAPUNDO extended successfully with files:
/oracle/ORA_DB/sapdata888/undo_4/undo.data4 11000M,
/oracle/ORA_DB/sapdata888/undo_5/undo.data5 11000M,
/oracle/ORA_DB/sapdata888/undo_6/undo.data6 11000M,
/oracle/ORA_DB/sapdata888/undo_7/undo.data7 11000M,
/oracle/ORA_DB/sapdata888/undo_8/undo.data8 11000M
BR0280I BRSPACE time stamp: 2021-07-30 10.49.26
BR0340I Switching to the next online redolog file for database instance ORA_DB ...
BR0321I Switch to the next online redolog file for database instance ORA_DB successful
BR0280I BRSPACE time stamp: 2021-07-30 10.49.32
BR0319I Control file copy created: /oracle/ORA_DB/sapreorg/sfgzuypo/cntrlORA_DB.new 133906432
BR0280I BRSPACE time stamp: 2021-07-30 10.49.32
BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
s
BR0280I BRSPACE time stamp: 2021-07-30 10.50.21
BR0257I Your reply: 's'
BR0679I Do you really want to cancel BRSPACE? Enter y[es]/n[o]:
y
BR0280I BRSPACE time stamp: 2021-07-30 10.50.24
BR0257I Your reply: 'y'
BR0260E BRSPACE cancelled by user
BR1008I End of BRSPACE processing: sfgzuypo.tse 2021-07-30 10.50.24
BR0280I BRSPACE time stamp: 2021-07-30 10.50.24
BR1007I BRSPACE terminated with errors
###############################################################################
BR0292I Execution of BRSPACE finished with return code 4
BR0280I BRTOOLS time stamp: 2021-07-30 10.50.24
BR0668I Warnings or errors occurred - you can continue to ignore them or go back to repeat the last action
BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
s
BR0280I BRTOOLS time stamp: 2021-07-30 10.50.26
BR0257I Your reply: 's'
BR0679I Do you really want to cancel BRTOOLS? Enter y[es]/n[o]:
y
BR0280I BRTOOLS time stamp: 2021-07-30 10.50.28
BR0257I Your reply: 'y'
BR0260E BRTOOLS cancelled by user
BR0280I BRTOOLS time stamp: 2021-07-30 10.50.28
BR0654I BRTOOLS terminated with errors
No comments:
Post a Comment