Hi MAX,

Dittmar, Daniel wrote:
> 
> MAX wrote:
> >   I thought that oracle's sqlplus sucked, now I found worse,
> > my understanding is that for sapdb (on linux), you need 3 
> > command line tools :
> > 
> >  i) repmcli for stored creation,
> > 
> >  ii) dbmcli for table, sequences, and index creation
> > 
> >  iii) ireport.py  for typing sql commands
> 
> repmcli/loadercli is for batch SQL and masss loading of data.
> 
Starting with 7.4 loadercli allows interactive user input
processing as well as batch processing. You
can load and unload data (mass data) but also run any type of
sql command (including of course creation of any database
object). The only limitation is that the loadercli does not
return results from select-queries.
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