You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2008/05/05 10:24:27 UTC

svn commit: r653349 - /jackrabbit/branches/1.4/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/data/db/oracle.properties

Author: jukka
Date: Mon May  5 01:24:27 2008
New Revision: 653349

URL: http://svn.apache.org/viewvc?rev=653349&view=rev
Log:
1.4: Merged revision 652306 (JCR-1560)

Modified:
    jackrabbit/branches/1.4/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/data/db/oracle.properties

Modified: jackrabbit/branches/1.4/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/data/db/oracle.properties
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.4/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/data/db/oracle.properties?rev=653349&r1=653348&r2=653349&view=diff
==============================================================================
--- jackrabbit/branches/1.4/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/data/db/oracle.properties (original)
+++ jackrabbit/branches/1.4/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/data/db/oracle.properties Mon May  5 01:24:27 2008
@@ -13,4 +13,6 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-driver=oracle.jdbc.OracleDriver
\ No newline at end of file
+# Tested with Oracle Database 10g Release 10.2.0.1.0 on Windows XP (2008-04-29)
+driver=oracle.jdbc.OracleDriver
+createTable=CREATE TABLE ${tablePrefix}${table}(ID VARCHAR(255) PRIMARY KEY, LENGTH NUMBER, LAST_MODIFIED NUMBER, DATA BLOB)