Forum SubscriptionsForum Subscriptions Watched TopicsWatched Topics Log in to check your private messagesLog in to check your private messages   Log inLog in 

 
CMS V7 and Oracle

 
Post new topic   Reply to topic    Little RedDot Lounge Forum Index : RedDot CMS
View previous topic :: View next topic  

Database behind CMS
SQL Server 2000
44%
 44%  [ 4 ]
SQL server 2005
11%
 11%  [ 1 ]
Oracle 9
11%
 11%  [ 1 ]
Oracle 10
33%
 33%  [ 3 ]
Total Votes : 9

Author Message

gorsty



Joined: 28 Nov 2006
Posts: 9
Location: Brisbane

PostPosted: Tue Nov 28, 2006 3:41 pm    Post subject: CMS V7 and Oracle Reply with quote

Hi all,

I work on a site that uses CMS with an Oracle back end. We have had no end of troubles and many seem to be related to the fact that we don't use SQL server. I was wondering whether there were any other sites out there that are using Oracle and Reddot CMS
Back to top
View user's profile Send private message

digitalclouds



Joined: 28 Nov 2006
Posts: 51
Location: Brisbane

PostPosted: Tue Nov 28, 2006 3:51 pm    Post subject: Reply with quote

.. out of interest (we use SQL 2000), which exact version of Oracle (server/client) are you using?
Back to top
View user's profile Send private message

gorsty



Joined: 28 Nov 2006
Posts: 9
Location: Brisbane

PostPosted: Tue Nov 28, 2006 4:01 pm    Post subject: Reply with quote

I'm not sure of the exact version, I do know we recently upgraded to Oracle 10.

It does seem that there is a bias (for want of a better term) towards SQL server when it comes to the support of CMS. For example many plugins are written to work directly with sql server.
Back to top
View user's profile Send private message

digitalclouds



Joined: 28 Nov 2006
Posts: 51
Location: Brisbane

PostPosted: Tue Nov 28, 2006 4:13 pm    Post subject: Reply with quote

yeah .. this seems to be a common problem .. in a way it is understandable since many people do not have access to Oracle (not to mention cost of ownership when you do have it) .. but even if they do have access to it, it is not as simple as MS SQL when it comes to quickly creating a db .. I think this is probably the main cause for most things leaning towards MS SQL ..

I was wondering about the version because we have found that certain aspects in regards to Oracle over ODBC are very version specific (we have had some general Oracle problems in regards to the way it handles unicode .. don't ask me what exactly as I am not 100% sure .. I am not an Oracle DBA Confused .. this is just from stuff I have heard) ..
Back to top
View user's profile Send private message

gorsty



Joined: 28 Nov 2006
Posts: 9
Location: Brisbane

PostPosted: Sun Dec 03, 2006 12:07 am    Post subject: Reply with quote

Oracle is definately more complex I suppose it just annoys me that although the product is supposed to be compatible with Oracle there's almost no one able to support it either due to licencing issues or lack of training. Any way enough of my rant.
Back to top
View user's profile Send private message

smitcham



Joined: 04 Apr 2007
Posts: 32
Location: Perth

PostPosted: Mon Jul 09, 2007 11:25 am    Post subject: Oracle Rocks with CMS Reply with quote

Hi Guys,

We've just impleented a RedDot/Oracle installation and it's great. So much faster and more stable than MSSQL.

It is a bit fiddly to set up, and the version of the client tools have to be very specific (OraClient 9.2.0.7.00, the backend DB can be any version, but 10g seems to work best).

If you use the following script to create your schemas, you shouldn't have any problems.

CREATE USER [ProjectName]
IDENTIFIED BY [ProjectName]
DEFAULT TABLESPACE users
TEMPORARY TABLESPACE temp;
GRANT UNLIMITED TABLESPACE TO [ProjectName];
GRANT connect TO [ProjectName];
GRANT resource TO [ProjectName];
GRANT ctxapp TO [ProjectName];

Just run it in SQL+ then create your projects in RD referencing schema [ProjectName].

It's all good Very Happy
_________________
Stuart
(He is not the Messiah, he's a very naughty boy)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Little RedDot Lounge Forum Index : RedDot CMS All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can password protect topics in this forum

You can topic ban in this forum