Starting SQL Scripts Manually with SQLPLUS 

You can also use the ORACLE program SQLPLUS to start the SQL scripts. This is not essential, however, since all the scripts can also be started with the SAPDBA function Additional functions ® Execute SQL script. The scripts cssvg<DBSID>.sql , grants.sql and con<TSP>.sql cannot be used with this function because these scripts can contain SAPDBA-specific commands.

Use the following command, if necessary, to start a script with SQLPLUS:

sqlplus <uid</passwd>> @<script[.sql]>

<uid</passwd>> : user name and password of the ORACLE DBA user. In the SAP standard system, this is system with password manager .

<script[.sql]> : Name of the SQL script you want to start.