RT 3.6.3 + Oracle Question

I’m installing RT 3.6.3 on RHEL4 connecting to an oracle server on the backend. I’m using the Install on RHEL configuration guide from the wiki and just ignoring the MYSQL portions.

I’ve install the oracle client already.

In the guide it states:
./configure --with-web-user=apache --with-web-group=apache --with-fastcgu --with-mysql

The Oracle Documentation says:
./configure --with-db-type=Oracle --with-db-dba=RT
–with-db-database=RTPRD.domain.com --with-db-rt-user=RT
–with-db-rt-pass=RT

So I’m assuming… that I need to do the following:

./configure --with-web-user=apache --with-web-group=apache --with-db-type=oracle --with-db-dba=RT --with-db-database=rt.host --with-db-rt-user=RT --with-db-rt-pass=RT

Is this correct? Or am I completely off track here…

Justin Brodley