acs-content-repository-procs-oracle.xql

DB Query file

Related Files

[ hide source ]

File Contents

<?xml version="1.0"?>
<queryset>
   <rdbms><type>oracle</type><version>8.1.6</version></rdbms>

<fullquery name="cr_delete_scheduled_files.fetch_paths">      
      <querytext>

       select distinct crftd.path, crftd.storage_area_key
       from cr_files_to_delete crftd
       where not exists (select 1 
                         from cr_revisions r 
                         where r.filename = crftd.path) 
      </querytext>
</fullquery>

<fullquery name="acs_cr_scheduled_release_exec.schedule_releases">      
      <querytext>

        begin
                cr_scheduled_release_exec;
        end;

      </querytext>
</fullquery>
</queryset>