I need an report for Dokuments in an folder with the latest modify date except perimission change. I find out that dauditnew.auditdate stores 11 for "New Version".
select name from dtree, dauditnew.dataid where subtype=144 CONNECT BY PRIOR dataid = parentid start with dataid= %1 where dauditnew.dataid = dtree.dataid and where dauditnew.auditid in (11)
unfortunately I get this: Livelink Error: Error processing request.
Livelink Error: Error processing request.
[ORA-00933: SQL command not properly ended - select name from dtree, dauditnew.dataid where subtype=144 CONNECT BY PRIOR dataid = parentid start with dataid= 3958215 where dauditnew.dataid = dtree.dataid and where dauditnew.auditid in (11)]
can anyone help?
Oracle with LL9.7.1
Thank you ! Peter