From: giancarlo.bazzi <gia...@ex...> - 2004-06-22 12:45:02
|
Hi, I'm trying to use an oracle backend on a Macosx 10.2 database machine from a linux suse 7.3 wiki 'server' machine, in config.ini: DATABASE_TYPE = SQL DATABASE_PREFIX = wiki_ DATABASE_DSN = "oci8://wiki:wiki@snowball" DATABASE_SESSION_TABLE = session all of the tables and constraints listed in the schemas files have been created translating the DDL statement into oracle dialect sql and the schema (user wiki, pass wiki on the machine snowball) can be successfully reached via sqlplus from the machine wiki is on. The folder where pear libraries lie is in the PATH environment variable. On accessing wiki from a browser the following 2 rows are displayed. lib/WikiDB/backend/PearDB.php:718: Fatal[256]: virtual lib/WikiDB/backend/PearDB.php:718: Fatal[256]: virtual It seems to be related to an attempt to lock a table. Any help will be appreciated. Giancarlo Bazzi |