Catégorie : Système
-
Installer Oracle Grid Infrastructure
Pour pouvoir utiliser l’ASM il faut installer l’Oracle Grid Infrastructure. Déjà lancer le script root.sh puis : This tuto really helps ! Finished running generic part of root.sh script. Now […]
-
User Grid .bash_profile
.bash_profile du User Grid (pour installation ASM). export ORACLE_SID=+ASMexport JAVA_HOME=/usr/bin/javaexport ORACLE_BASE=/OraData/app/gridexport ORACLE_HOME=/OraData/app/grid/product/11.2.0/gridexport ORACLE_TERM=xtermexport NLS_DATE_FORMAT= »DD-MON-YYYY HH24:MI:SS »export TNS_ADMIN=$ORACLE_HOME/network/adminexport ORA_NLS11=$ORACLE_HOME/nls/data PATH=$PATH:$HOME/bin:$ORACLE_HOME/binPATH=$PATH:/usr/bin:/bin:/usr/lib64/X11:/usr/local/binexport PATH LD_LIBRARY_PATH=$ORACLE_HOME/libLD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/oracm/libLD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib:/usr/lib:/usr/local/libexport LD_LIBRARY_PATH CLASSPATH=$ORACLE_HOME/JRECLASSPATH=$CLASSPATH:$ORACLE_HOME/jlibCLASSPATH=$CLASSPATH:$ORACLE_HOME/rdbms/jlibCLASSPATH=$CLASSPATH:$ORACLE_HOME/network/jlibexport CLASSPATH export THREADS_FLAG=nativeexport TEMP=/tmpexport TMPDIR=/tmpumask 022
-
Connaitre le maximum de sessions autorisés (Oracle)
Lancer cette requete permet de connaitre le nombre maximum de users (1.1 * PROCESSES) + 5) autorisés à se connecter, et de connaitre également le maximum de processes user qui en […]
-
Serveur Dédié ou Serveur Partagé? (Oracle)
Il suffit de regarder du côté du tnsname.ora pour savoir si l’on est en serveur dédié ou partagé : Configurer Oracle en serveur partagé
-
Oracle 11G – Install oracle grid infrastucture 11GR2
http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/11g/r2/prod/install/gridinstss/gridinstss.htm
-
Oracle 11G – réduire la taille du tablespacec temporaire
SQL> alter tablespace TEMP shrink space keep 1G;Source.
-
Réinitialiser le tablespace temporaire
Réinitialiser le TBS TEMP Oracle Création d’un tablespace temporaire intermédiaire : 1 CREATE TEMPORARY TABLESPACE temp2 TEMPFILE ‘/chemin complet/temp2.dbf’ SIZE 50M AUTOEXTEND ON NEXT 3M; Affectation de ce tablespace TEMP2 […]
-
Configuration E/S – Oracle
Oracle® Database Performance Tuning Guide11g Release 2 (11.2)Part Number E16638-03 When developing an I/O design plan, consider using Oracle Automatic Storage Management (Oracle ASM). Oracle ASM is an integrated, high-performance […]
-
Raw device pour Oracle
Using Raw Devices for Oracle Databases Configure a raw device Configure the desired device in the /etc/sysconfig/rawdevices file: /dev/raw/raw1 /dev/sdb1 Start and enable the device by running: # service rawdevices […]