> We are trying to port our oracle Database to SAP DB. We > have used a lot of Oracle "functions. We haven't USed > Procedures. Now it seems SAP DB doesn't support functions(I > may be wrong), but it supports Procedures, which has a > different syntax than oracle . Does any body know How can I > take care of the functions in SAP DB.
DBFunctions will be a feature of MaxDB 7.5. > Secondly is sizing of database taken care by SAP DB > automatically ? The general idea is that you create several volumes on several disks, these form one large memory space. The database decides how the space required for individual tables and indices is distributed among the volumes. We're currently working on a workstation installation that will allocate additional space from the filesystem when needed. But for large databases, it's better for I/O performance to use several disks. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
