Pavel Konovalov wrote :

>Why dba_objects table in SAP DB 7.4.03.17 is empty? In SAP DB 7.3 it was
>consist database objects as Oracle.

Unfortunately there's a bug in the definition of the view dba_objects. You can 
correct the bug without any new software just by changing one of the
installation files :

1. go to %INSTROOT%\env
2. edit the file ORADDV.py und search for dba_ojects
3. change WHERE objectname <> '' to WHERE objectname <> ' ' 
    (one blank between the quotes) 
4. save the file
5. load the system tables again

Best Regards,
Thomas
-- 
Thomas Anhaus
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


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to