Fekete G�bor wrote: > I would like to ask some questions about SAP DB. > > My first question is if there is a feature in SAP DB similar to the > ORACLE?s JOB (for performing timed tasks). > If there is one, I want to find the documentation of it.
No, there is no such feature in SAP DB. > The second question is about hierarchical selects. > As I remember I have already read about it but I would like > to know if you plan to put this feature similar to the > ORACLE?s 'select > y.x from y connect by prior ... start with ...' into > the later versions of SAP DB. By now it is NOT planned to use the Oracle-syntax. We will use the WITH RECURSIVE-syntax further on. When we had to decide if SQL99-syntax or Oracle-syntax should be used, we decided for the SQL99-way (as we knew and understood it at that time). > Finally, I have seen user and DBA synonyms among the Aliases/Synonyms. > I have concluded that there is an audit function in SAP DB. > If there is, how can I use it, where can I find the documentation of > this feature? Mhm, I do not see the connection between synonyms and audit, but anyway: We do NOT have the audit-feature. Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
