[GeoNetwork-users] Connecting to Oracle V3.2.0 [SEC=UNCLASSIFIED]

Hi
I'm having trouble linking our GeoNetwork 3.2 instance to our Oracle database on a separate UNIX server Simon Pigot very kindly organised our 2.10 instance, and was hoping to point to that Oracle repository (or create a parallel Oracle repository)

Can someone tell me what I have missed
  {Or is this the same beans issue
    WARN [jeeves.config.springutil.JeevesApplicationContext]
      - Exception encountered during context initialization - cancelling refresh attempt:
      org.springframework.beans.factory.BeanCreationException:
    Error creating bean with name 'entityManagerFactory' defined in URL
      [jar:file:/var/tmp/20170213/jakata/apache-tomcat-8.5.8/webapps/geonetwork/WEB-INF/lib/domain-3.2.0-0.jar!/config-spring-geonetwork.xml]:
    Cannot resolve reference to bean 'jdbcDataSource' while setting bean property 'dataSource';
      nested exception is org.springframework.beans.factory.BeanCreationException:
  }
In .../WEB-INF/config-nodes/srv.xml
Change:
  <import resource="../config-db/h2.xml"/>
To:
    <import resource="../config-db/oracle.xml"/>

In .../WEB-INF/config-db/jdbc.properties
Change:
  jdbc.username=admin
  jdbc.password=gnos
  jdbc.database=geonetwork
  jdbc.host=localhost
  jdbc.port=5432
To:
  jdbc.username= METADATA_STORE1
  jdbc.password=XXXXXXXXX
  jdbc.database=ABCD
  jdbc.host=oracle.server.name
  jdbc.port=1521

NOTE: ABCD = oracle SID

Cheers

e
BLEYS Evert Mr
Data Manager
Australian Bureau of Agricultural and Resource Economics and Sciences Department of Agriculture and Water Resources
GPO Box 858 Canberra City ACT Australia 2601
Ph: +61 (0)2 6272 5627
Email: Evert.Bleys@...1564...

------
IMPORTANT - This email and any attachments have been issued by the Australian Government Department of Agriculture and Water Resources. The material transmitted is for the use of the intended recipient only and may contain confidential, legally privileged, copyright or personal information. You should not copy, use or disclose it without authorisation from the Department. It is your responsibility to check any attachments for viruses and defects before opening or forwarding them.

If you are not an intended recipient, please contact the sender of this email at once by return email and then delete both messages. Unintended recipients must not copy, use, disclose, rely on or publish this email or attachments. The Department of Agriculture and Water Resources is not liable for any loss or damage resulting from unauthorised use or dissemination of, or any reliance on, this email or attachments.

If you have received this e-mail as part of a valid mailing list and no longer want to receive a message such as this one, advise the sender by return e-mail accordingly. This notice should not be deleted or altered
------