Marc Henselewski wrote: > Can I use PL/SQL when changing SQL-Mode to "Oracle"? Or what > does SQL-Mode stand for?
PL/SQL can NOT be used, no matter which SQLMODE is used. SQL-Mode Oracle stands for 'being in some way compatible to ORACLE version 7'. Several things not known in INTERNAL mode can then be used, But not everything of Oracle can then be used (PL/SQL for example can NOT be used). The list prepared to tell which features of Oracle cannot be used even in SQLMODE Oracle is somewhere in the documentation/translation-process and will delivered with the next docu-version, I think. Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
