Changes for page Oracle Installation

Last modified by Vincent Massol on 2023/12/07

From version 26.1
edited by Eduard Moraru
on 2021/07/07
Change comment: There is no comment for this version
To version 27.1
edited by Eduard Moraru
on 2021/07/07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -145,14 +145,14 @@
145 145  CREATE INDEX XWLS_VALUE ON XWIKILARGESTRINGS (XWL_VALUE) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('SYNC (ON COMMIT)');
146 146  create index xwd_parent on xwikidoc (xwd_parent) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('SYNC (ON COMMIT)');
147 147  create index xwd_class_xml on xwikidoc (xwd_class_xml) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('SYNC (ON COMMIT)');
148 -create index ase_page_date on activitystream_events (ase_page, ase_date);
149 149  create index xda_docid1 on xwikiattrecyclebin (xda_docid);
149 +create index ase_page_date on activitystream_events (ase_page, ase_date);
150 150  create index ase_param1 on activitystream_events (ase_param1) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('SYNC (ON COMMIT)');
151 151  create index ase_param2 on activitystream_events (ase_param2) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('SYNC (ON COMMIT)');
152 152  create index ase_param3 on activitystream_events (ase_param3) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('SYNC (ON COMMIT)');
153 153  create index ase_param4 on activitystream_events (ase_param4) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('SYNC (ON COMMIT)');
154 154  create index ase_param5 on activitystream_events (ase_param5) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('SYNC (ON COMMIT)');
155 -create index solr_iterate_all_documents on xwikidoc (XWD_WEB, XWD_NAME, XWD_LANGUAGE, XWD_VERSION) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('SYNC (ON COMMIT)');
155 +create index solr_iterate_all_documents on xwikidoc (XWD_WEB, XWD_NAME, XWD_LANGUAGE, XWD_VERSION);
156 156  {{/code}}
157 157  
158 158  = Troubleshooting =

Get Connected