<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi List, dear testers,<br>
<br>
I wanted to get this out ASAP. Here is a downloadable VirtualBox VM
with debian wheezy, apache, php5 and Oracle XE 11g R2: <tt><a class="moz-txt-link-freetext" href="https://s3.owncloud.com/owncloud/public.php?service=files&t=d87645d07b443c4591c5a8aea77d94e2">https://s3.owncloud.com/owncloud/public.php?service=files&t=d87645d07b443c4591c5a8aea77d94e2</a></tt><br>
Yeah, hosted on s3! 1.4GB with a snapshot containing a prestine
/var/www.<br>
<br>
The vm uses the hostname 'ocoradeb' and you should be able to access
the vm via<br>
<tt>ssh ocoradeb.local -l <user></tt><br>
<h2>what works:</h2>
you can login with:<br>
<tt>user:user</tt> ... not really needed, install asked for it<br>
<tt>www-data:www-data</tt> - has a bash shell and /var/www/core
contains a git checkout of core, configured for the oracle db.<br>
<tt>root:root</tt> - in case you need to fix anything<br>
<br>
the currently checked out <tt>oracle_fixes</tt> branch already
contains a lot of fixes needes to make OC compatible with OC5.<br>
most changes can also already be reviewed in th github branch
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="https://github.com/owncloud/core/commits/oracle_fixes">https://github.com/owncloud/core/commits/oracle_fixes</a><br>
<br>
oh and you can get an awkward oracle sqlplus shell with:<br>
<tt>sqlplus owncloud@localhost/XE</tt><br>
<br>
password for <tt>sys</tt> and <tt>system</tt> is <tt>oracle</tt><br>
<br>
If you ever want to install OC again, use<br>
<tt>owncloud</tt> as dbuser,<br>
<tt>owncloud</tt> as dbpassword,<br>
<tt>XE</tt> as dbname (this one is important),<br>
leave tablespace empty<br>
<tt>localhost</tt> as dbhost<br>
<br>
the checked out branch already contains fixes to make connections
actually work with these parameters. I'll submit a PR for OC4.5.10
that fixes some connection problems there, too.<br>
<h2>what doesn't work:</h2>
well ... OC5 on oracle. I removed the not null constraint of the
path column in the oc_filecache table which causes MDB2 to try and
migrate the schema (I upped the revision in the version number) this
fails, and then I had to go debug customer js problems ...<br>
<br>
I don't really know why the MDB2 based versioning also breaks. Beats
me ... I'll have an extra drink on oracle ans JS tomorrow ;)<br>
<br>
so long<br>
<br>
Jörn<br>
</body>
</html>