Francesco Pagano wrote: Only half the answers:
4) every time I create a database instance SapDb creates a Windows service but when I drop the database by:
dbmcli -d <db> -u <dba>,<password> db_stop
the service is still there
The command to remove the database (and the service) is db_drop
I have also some question:
a) there is an instance for every database? In IBM DB2 an instance contains many databases
Each database is a process + service + configuration.
b) I cannot use sysdba as user. I read in some place that it is predefined. What is its password?The sysdba (this is the one used to create other SQL users via the CREATE USER command) is created with the command util_activate. In the create_demo_db script, this is the user name 'DBA' and the password 'DBA'.
Daniel Dittmar
--
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general
