Entering content frameProcedure documentation Starting SQL Scripts Manually with SQLPLUS Locate the document in its SAP Library structure

Use

You can use the Oracle program SQLPLUS to start the SQL scripts. However, this is not essential, because you can also start all scripts 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.

Procedure

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

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

The meaning of the parameters is:

Leaving content frame