Am Dienstag, 10. Februar 2004 09:17 schrieb Axel Busch:
> Hi,
>
> i would like to use SAP DB in a kind of embedded environment.
> Does SAP DB provide a method of unattended/automatic installation?
>
> I checked the installation log for windows. Is copying the
> files, setting the windows registry keys and adding the entries
> to the services file really enough?
> How about linux?
install SAP DB on a Linux-box have a look in this file:
/opt/sapdb/testdb74/create_demo_db.sh
with repmcli in shell-scripts you can do nearly everything ;-)
------snip--------
Prog="repmcli -u ${DBuser},${DBpass} -d ${DB} -n ${DBhost}"
INSTROOT=/opt/sapdb/depend74
PATH=/opt/sapdb/depend74/bin:$PATH
export PATH
echo "create Tables, manipulate Data, etc ..."
${Prog} -b file_with_sql_statements_inside.sql
-----snap---------
best regards
Matthias
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]