IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Installation Oracle Discussion :

Problème de configuration oracleXE linux mint 16


Sujet :

Installation Oracle

  1. #1
    Candidat au Club
    Homme Profil pro
    Développeur Java
    Inscrit en
    Janvier 2009
    Messages
    5
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur Java
    Secteur : Finance

    Informations forums :
    Inscription : Janvier 2009
    Messages : 5
    Points : 4
    Points
    4
    Par défaut Problème de configuration oracleXE linux mint 16
    Bonjour,
    J'ai un petit soucis lors de la configuration de Oracle database xe sous linux mint
    lors de la configuration ça affiche :
    Starting Oracle Net Listener...Done
    Configuring database...
    Database Configuration failed. Look into /u01/app/oracle/product/11.2.0/xe/config/log for details
    dans les fichiers log j'ai trouvé ceci :
    cloneDBCreation.log :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    Create controlfile reuse set database "XE"
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    BEGIN dbms_backup_restore.zerodbid(0); END;
     
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    ORA-00845: MEMORY_TARGET not supported on this system
    Create controlfile reuse set database "XE"
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    alter system enable restricted session
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    alter database "XE" open resetlogs
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    alter database rename global_name to "XE"
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    alter system switch logfile
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    alter system checkpoint
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    alter database drop logfile group 3
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    ALTER TABLESPACE TEMP ADD TEMPFILE '/u01/app/oracle/oradata/XE/temp.dbf' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    select tablespace_name from dba_tablespaces where tablespace_name='USERS'
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    select sid, program, serial#, username from v$session
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    alter user sys identified by "oracle"
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    alter user system identified by "oracle"
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    alter system disable restricted session
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0
    dans CloneRmanRestore.log :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    ORA-00845: MEMORY_TARGET not supported on this system
    select TO_CHAR(systimestamp,'YYYYMMDD HH:MI:SS') from dual
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
    
    
    declare
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
    
    
    select TO_CHAR(systimestamp,'YYYYMMDD HH:MI:SS') from dual
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
    
    [/B]
    
    dans postDBCreation.log :
    [B]begin
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
    
    
    
    File created.
    
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    ORA-00845: MEMORY_TARGET not supported on this system
    select 'utl_recomp_begin: ' || to_char(sysdate, 'HH:MI:SS') from dual
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
    
    
    BEGIN utl_recomp.recomp_serial(); END;
    
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
    
    
    select 'utl_recomp_end: ' || to_char(sysdate, 'HH:MI:SS') from dual
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0
    et enfin dans postScripts.log :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    CREATE OR REPLACE LIBRARY dbms_sumadv_lib AS '/u01/app/oracle/product/11.2.0/xe/lib/libqsmashr.so';
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    BEGIN dbms_datapump_utl.replace_default_dir; END;
     
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    commit
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    create or replace directory XMLDIR as '/u01/app/oracle/product/11.2.0/xe/rdbms/xml'
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    DROP DIRECTORY ORACLE_OCM_CONFIG_DIR
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    DROP DIRECTORY ADMIN_DIR
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    DROP DIRECTORY WORK_DIR
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    BEGIN dbms_swrf_internal.cleanup_database(cleanup_local => FALSE); END;
     
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0 
     
     
    commit
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available 
    Process ID: 0 
    Session ID: 0 Serial number: 0
    Je vous remercie pour votre aide

  2. #2
    Membre confirmé Avatar de PaulNero
    Homme Profil pro
    DBA Senior Oracle and SQL SERVER
    Inscrit en
    Octobre 2010
    Messages
    416
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Inde

    Informations professionnelles :
    Activité : DBA Senior Oracle and SQL SERVER
    Secteur : Industrie

    Informations forums :
    Inscription : Octobre 2010
    Messages : 416
    Points : 470
    Points
    470
    Par défaut
    Bonjour,
    que voulez vous faire exactement cloner XE sur une plateforme linux mint?
    Si oui, quel est l'environnement d'origine? faudra regarder la compatibilité.Le plus facile est de cloner dans deux envirronnements semblables.
    Cordialement,
    J'ose espérer que m'a contribution vous a été d'une grande aide.
    Pensez tout de Même à dire MERCI et marquer RESOLU en cas de satisfaction.
    Paul

Discussions similaires

  1. [Lazarus] [Linux Mint] Problème d'ouverture et de sauvegarde de fichiers
    Par ThWilliam dans le forum Lazarus
    Réponses: 3
    Dernier message: 29/06/2014, 09h12
  2. Problème installation Linux Mint
    Par czerwinski76 dans le forum Mint
    Réponses: 1
    Dernier message: 20/11/2012, 21h55
  3. Réponses: 2
    Dernier message: 06/12/2010, 11h52
  4. Réponses: 0
    Dernier message: 16/06/2010, 20h52
  5. Problème de configuration
    Par lsdInside dans le forum PostgreSQL
    Réponses: 4
    Dernier message: 09/10/2003, 12h34

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo