Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [agaffin] Why would GForum run slower on Oracle?

Quote Reply
Re: [agaffin] Why would GForum run slower on Oracle? In reply to
Hi,

You need to set the oracle environment:

export ORACLE_HOME=/path/to/oracle/home

and then run the command I mentioned.

To move the forum back to Oracle, you would want to have gossamer forum setup the tables in Oracle, and then dump the data from mysql:

mysqldump --no-create-info -uUSER -pPASS DATABASE > output.sql

You can then load that data into Oracle using isql.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Why would GForum run slower on Oracle? agaffin 2368 Feb 24, 2003, 12:38 PM
Thread Re: [agaffin] Why would GForum run slower on Oracle?
Alex 2300 Feb 26, 2003, 1:11 AM
Thread Re: [Alex] Why would GForum run slower on Oracle?
agaffin 2288 Feb 27, 2003, 7:34 AM
Post Re: [agaffin] Why would GForum run slower on Oracle?
Alex 2270 Feb 27, 2003, 9:10 PM