NuxOra – Linux and Oracle IT website

Admistration, configuration, déploiement, optimisation et tuning.

Oracle

Oracle’s Certification Matrices

Because i didn’t find it quickly, i’d just want to publish this very useful link to publish this access to the Certify – Oracle’s Certification Matrices: http://www.oracle.com/technology/support/metalink/index.html     —°°°—  Une petite info pratique que je souhaite publié parce que je ne l’ai pas trouvé rapidemment. Voici le lien pour acceder aux matrices de compatibilté Oracle: [...]

List installed oracle components

If you want to know which components were installed on your server: $ORACLE_HOME/OPatch/opatch lsinventory -detail

Oracle start/stop init script

################################# # Oracle Start/Stop init script # # v1 – nuxora.com # ################################# case “$1″ in start) echo -n “Starting Oracle Databases: ” echo “—————————————————-” >> /var/log/oracle date +”! %T %a %D : Starting Oracle Databases as part of system up.” >> /var/log/oracle echo “—————————————————-” >> /var/log/oracle su – oracle -c dbstart >> /var/log/oracle echo [...]

NuxOra a marqué une petite pause

NuxOra a marqué une petite pause durant fin Avril et le mois de Mai et sera de nouveau actif des le debut du mois de Juin. Les projets en cours: La documentation Jboss Une documentation OAS d’administration Quelques notes sur la 10g RAC peut-etre L’avancée du projet NuxOra.net et mes scripts de déploiement automatique Linux, [...]

En recherche active sur Grenoble

Je suis actuellement à la recherche d’un poste en region Rhône-alpes, à Grenoble. Ma mission actuelle se termine le 30 Mars. Je suis disponible à partir du 2 Avril. Je recherche parmi les types de postes ci dessous: Architecte technique Chef de projet technique Administrateur Systeme Linux et/ou DBA Oracle L’environnement technique du poste pourrait [...]

Export script – beginners

Here is a very simple script to save an Oracle database with a full export script. It’s a very basic example, because there is no log and no option (only a full export) Ina few days i’ll post a more detailled export script. #!/bin/bash #—————————# # Oracle Full export script # # Nuxora v1.0 # [...]

Working with TAF – Transparent Application Fail-Over

I’ll try to write a tutorial on TAF, it seems to be very efficient but i’ve never really used it in real condition, just test. If you want to connect to TAFTEST, first it will try ton connect to NUXORA01, if something’s wrong it will try to connect to NUXORA02 DBPROD = (DESCRIPTION_LIST = (DESCRIPTION [...]

Oracle Application Server 10g – part I – Presentation & Introduction

Oracle Application Server (latest version 10g) also called OAS 10g is a very huge box. OAS is gathering various products: Oracle Portals, Oracle Reports, Oracle Forms,…. all of these running with the “kernel” of OAS: the OC4J container which belongs to the Application Server 10g instances. It is the main component of OAS. Using it, [...]

Previous Posts Next posts