Last modified: 2013-08-01 09:32:53 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T54094, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 52094 - installation of MW on oracle 11g fail
installation of MW on oracle 11g fail
Status: RESOLVED DUPLICATE of bug 38411
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: oracle
  Show dependency treegraph
 
Reported: 2013-07-26 13:45 UTC by Peter Bena
Modified: 2013-08-01 09:32 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Peter Bena 2013-07-26 13:45:15 UTC
I am running it on latest GIT head

Could not insert main page: ORA-02091: transaction rolled back ORA-02291: integrity constraint (WIKI.REVISION_FK2) violated - parent key not found 

This happens during installation, database oracle 11g enterprise edition

user was created:

CREATE USER wiki
  IDENTIFIED BY testwiki
  DEFAULT TABLESPACE DATA
  TEMPORARY TABLESPACE TEMP
  PROFILE DEFAULT
  ACCOUNT UNLOCK;
  -- 1 Role for MW 
  GRANT RESOURCE TO wiki;
  ALTER USER wiki DEFAULT ROLE ALL;
  -- 3 System Privileges for MW 
  GRANT CREATE SEQUENCE TO wiki;
  GRANT UNLIMITED TABLESPACE TO wiki;
  GRANT CONNECT TO wiki;
  GRANT CREATE SESSION TO wiki;
Comment 1 Peter Bena 2013-07-26 13:49:35 UTC
Setting up database... done
Creating database user... done
Creating tables... done
Populating default interwiki table... done
Initializing statistics... done
Generating secret keys... done
Creating administrator user account... done
Creating main page with default content... failed

Could not insert main page: ORA-02091: transaction rolled back ORA-02291: integrity constraint (WIKI.REVISION_FK2) violated - parent key not found
Comment 2 Antoine "hashar" Musso (WMF) 2013-08-01 09:22:11 UTC
ccing Jure who knows about Oracle :-]
Comment 3 Jure Kajzer 2013-08-01 09:32:53 UTC
See comment 21 on https://bugzilla.wikimedia.org/show_bug.cgi?id=38411#c21

I haven't managed to get that patch into the repo yet ($busyBunnyMode=true).

*** This bug has been marked as a duplicate of bug 38411 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links