|
Dimensione: 480
Commento:
|
Dimensione: 1710
Commento:
|
| Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
| Linea 1: | Linea 1: |
| Aaggiungete questi repository al file /etc/apt/sources.list | #format wiki #language it |
| Linea 3: | Linea 4: |
| [[BR]] ||<tablestyle="float:right; font-size: 0.9em; width:35%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Indice''' [[BR]] [[TableOfContents(1)]] || = Introduzione = Oracle 10g è un relational database management system (RDBMS) prodotto da Oracle Corporation. = Installazione = Aggiungete questi repository al file {{{/etc/apt/sources.list}}} {{{ |
|
| Linea 5: | Linea 17: |
| }}} | |
| Linea 9: | Linea 21: |
| {{{ | |
| Linea 10: | Linea 23: |
| }}} | |
| Linea 14: | Linea 27: |
| {{{ | |
| Linea 15: | Linea 29: |
| }}} | |
| Linea 19: | Linea 33: |
| {{{ | |
| Linea 20: | Linea 35: |
| }}} = Configurazione = Alla fine dell’installazione occorre configurare il DBMS: {{{ sudo etc/init.d/oracle-xe configure }}} Saranno richieste: * le porte di ascolto del DBMS (di default sono 8080 e 1521) * la password per l'user {{{system}}} * se si vuole far partire il DBMS all'avvio del PC Verrà inoltre creato l'utente {{{oracle}}} appartenente al gruppo {{{dba}}} che possiede i privilegi per far partire ed arrestare il DBMS. Nel menù di Gnome sarà presente il menù per l'amministrazione del DBMS. Per verificare lo stato del DBMS {{{ sudo /etc/init.d/oracle-xe status }}} = Amministrazione = Aprire i browser ed andare alla URL {{{http://127.0.0.1:8080/apex}}} |
|
| Linea 22: | Linea 64: |
| Alla fine dell’installazione occorre configurare il DBMS: | = Ulteriori risorse = |
| Linea 24: | Linea 66: |
| sudo etc/init.d/oracle-xe configure | * [http://www.oracle.com/technology/products/database/xe/index.html Sito Ufficiale] * [http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html Driver JDBC per Java] ---- CategoryServer |
Indice BR TableOfContents(1) |
Introduzione
Oracle 10g è un relational database management system (RDBMS) prodotto da Oracle Corporation.
Installazione
Aggiungete questi repository al file /etc/apt/sources.list
#Oracle deb http://oss.oracle.com/debian unstable main non-free
Autenticare il repository:
wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O- | sudo apt-key add -
Aggiornare i repository
apt-get update && sudo apt-get upgrade
Installare Oracle XE 10g:
sudo apt-get install oracle-xe
Configurazione
Alla fine dell’installazione occorre configurare il DBMS:
sudo etc/init.d/oracle-xe configure
Saranno richieste:
- le porte di ascolto del DBMS (di default sono 8080 e 1521)
la password per l'user system
- se si vuole far partire il DBMS all'avvio del PC
Verrà inoltre creato l'utente oracle appartenente al gruppo dba che possiede i privilegi per far partire ed arrestare il DBMS. Nel menù di Gnome sarà presente il menù per l'amministrazione del DBMS.
Per verificare lo stato del DBMS
sudo /etc/init.d/oracle-xe status
Amministrazione
Aprire i browser ed andare alla URL http://127.0.0.1:8080/apex
Ulteriori risorse
[http://www.oracle.com/technology/products/database/xe/index.html Sito Ufficiale]
[http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html Driver JDBC per Java]
