<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.5.0">
  <TITLE>RE: Error importing workplace</TITLE>
</HEAD>
<BODY>
On Mon, 2004-11-22 at 12:40 +0100, Cesa Paolo wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">119:    root cause was java.sql.SQLException: Method only implemented in thin </FONT><BR>
    <FONT COLOR="#000000">118:    com.opencms.core.CmsException: 4 Sql exception. Detailed error: [com.opencms.file.oraclesql.CmsDbAccess]Method only implemented in thin. </FONT><BR>
</BLOCKQUOTE>
<BR>
It looks as if you're using the thick (OCI) driver, but for some reason a method is only implemented by the thin (JDBC4) driver.<BR>
<BR>
Try using thin.<BR>
<BR>
Tristan
</BODY>
</HTML>