Hi Edo,

Edo Bezemer [mailto:[EMAIL PROTECTED] wrote:
> 
> 
> Hi all
> Is it possible to run an SQL-script on the commandline?
> Like in Oracle-SQL: SQL >@@create_user.sql.
> I have already tried but without the wished result:
> dbmcli on SAP743A>sql_connect dba,dba
> OK
> ---
> dbmcli on SAP743A>@start.sql
> ERR
> -24977,ERR_COMMAND: unknown command "@start"
> ---
> dbmcli on SAP743A>sql_execute @start.sql
> ERR
> -24988,ERR_SQL: sql error
> -3005,Invalid SQL statement
> 
If the only thing you want to do is to run a script with
sql statements with no interaction loadercli (formerly known
as repmcli) could be the tool of choice.
Regards,
 Steffen
-- 
Steffen Schildberg
SAP DB Team
SAP Labs Berlin
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to