The default port for the oracle listener is 1521 - so it might need to be jdbc:oracle:thin:@localhost:1521:YOUR_ORACLE_SID
Conor -----Original Message----- From: Serg Maslyukov [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 03:36 To: [EMAIL PROTECTED] Subject: Re: [castor-dev] Error in Oracle Hi Add SID after port number. For example: jdbc:oracle:thin:@localhost:1433:YOUR_ORACLE_SID Serg --- Phillip Tricoli <[EMAIL PROTECTED]> wrote: > I am getting the following error in oracle. Is my > database.xml correct? > > > > No configuration loaded for database oracle -- use > the JDO interface to > load a configuration for this database > > > > <database name="DATA.SLAB.ORG" engine="oracle"> > > <driver > class-name="oracle.jdbc.driver.OracleDriver" > > url="jdbc:oracle:thin:@#.#.#.#:1433"> > > <param name="user" value="DB" /> > > <param name="password" value="password" /> > > </driver> > > <mapping href="map.xml" /> > > > > </database> > > > > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev -- This e-mail is confidential and is intended for the named recipient only. If you receive it in error please destroy the message and all copies. Kainos Software Ltd. does not accept liability for damage sustained as a result of malicious software (e.g. viruses). Kainos does not accept liability for, or permit, the creation of contracts on its behalf by e-mail, the publication of any defamatory statement by its employees by e-mail, or changes subsequently made to the original message. The Company's registered office is located at 4-6 Upper Crescent, Belfast, BT7 1NT, Northern Ireland, Tel +44 28 9057 1100. ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
