Use
System tables are internal tables for the system that users do not define or change.
You have to reload the system tables after a change of database software version.
You do not need to reload system tables when
restoring a database instance.In order to load the system tables, the
DBM Server must know the name and password of the SYSDBA and the password of the DOMAIN user. If this is not already the case, enter the name and password of the SYSDBA under -u <sysdba>,<password>, and the DOMAIN user's password under -ud <domain_password>.See also:
User manual: SAP DBPrerequisites
You have the DBM operator authorization
ExecLoad or LoadSysTab.Syntax
load_systab [-u <sysdba>,<password>] [-ud <domain_password>]
Reply
OK<NL>
<errcode>,<err_description><NL>
<pgmcode>,<command><NL>
<xload_output_lines><NL>
<xload_protocol_lines><NL>
Values for the individual fields of the reply
<errcode> |
Error number of the DBM Server program. If successful the error number is 0 |
<err_description> |
Description of the error |
<pgmcode> |
Return value of the executed program |
<command> |
Command line executed by the DBM Server program |
<xload_output_lines> |
Output text of the program |
<xload_protocol_lines> |
Lines of the LOAD log |
<NL> |
Line feed |