Title: Running a script on the commandline

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

---

Thanks for your response

Cheers

Edo




Reply via email to