It’s been a while since I ventured onto this board. I’m trying to install MSM onto RHEL5 with apache2.2.3 and PHP5.2.8. I am trying to backend onto a separate Oracle 10g server.
First question, as I only have one database, do I only fill in the section for “db” and ignore “db2” and “db3” in db.inc?
Second question, what is the correct format I need to put into the DSN? I’ve tried just the database name (eg oracle.domain.local) and this format “//oracle.domain.local:1521/servicename” but both fail with:
[quote]Fatal error: Uncaught exception 'Exception' with message 'Could not create database connection: DBError!:invalid data source name' in /opt/mysource_matrix/core/include/mysource.inc:2313[/quote]
I was having Oracle authentication errors in step 2 but this turned out to be a trailing slash problem on the Oracle server itself. Now to step 3 and beyond!
Just a note that Oracle Enterprise Linux now includes the Instant Client and php-oci8 RPMs, obtainable from Unbreakable Linux Network. You will need at least Network level support to access ULN, but that's a lot cheaper than Red Hat.
DROP INDEX sq_sch_idx_value;
CREATE INDEX sq_sch_idx_value ON sq_sch_idx (value)
INDEXTYPE IS CTXSYS.CONTEXT
PARAMETERS('STOPLIST ctxsys.default_stoplist SYNC (EVERY "SYSDATE+(30/1440)")');
COMMIT;
Says that there is no sq_sch_idx and is confirmed when using toad to view the database. Is this safe to ignore?