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 database administrator as well as the password of the DOMAIN user. If the DBM Server does not already have this information, enter the database administrator's user and password under -u <sysdba>,<pwd>, 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>,<pwd>] [-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 DBM Server. 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 |
<xload_output_lines> |
Output text of the program |
<xload_protocol_lines> |
Lines of the LOAD log |
<NL> |
Line feed |