Version 1 (modified by 16 years ago) ( diff ) | ,
---|
Comment installer GeoNetwork ou GéoSource avec Oracle ?
Créer un utilisateur de base de données
Par exemple avec sqlplus :
sqlplus system@BALEEN Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production With the OLAP and Data Mining options SQL> create user geonetwork identified by geonetwork; User created. SQL> grant connect to geonetwork; Grant succeeded. SQL> grant resource to geonetwork: Grant succeeded.
Télécharger les pilotes JDBC pour Oracle
A partir du site http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html télécharger les pilotes fonction de votre version de Java (eg. ojdbc6.jar pour java 6).
Copier ce fichier ojdbc6.jar dans le répertoire web/geonetwork/WEB-INF/lib du catalogue.
Attachments (2)
- gast-login-jdbcdriver-missing.png (7.5 KB ) - added by 16 years ago.
- gast-login-oracle-new.png (42.8 KB ) - added by 16 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.