Database configuration failed on CentOs 6.1

After the successful installation of Oracle 11 g XE on CentOs 6.1, I tried to configure using 'configure /etc/init.d/oracle-xe. I configured the ports, password. From Oracle Net Listener passed, but the configuration of the database... step failed. Here are the config/log logs:

[cloneDBCreation.log | http://pastebin.com/HUuWYxxs]
[CloneRmanRestore.log | http://pastebin.com/6MxnvPXP]
[postDBCreation.log | http://pastebin.com/YdicyG5r]
[postScripts.log | http://pastebin.com/THfgEdbh]

I don't really know of these scripts where could be the problem. Thanks for the replies.

my name is sanjunbLin and sanjuronbLin ping output "ping: host unknown sanjuronbLin.
and what I have in/etc/hosts:
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
: 1 localhost localhost.localdomain localhost6 localhost6.localdomain6

If something wrong with that? What should I do? THX.

Yes, your host name is not available, not even locally.
You it could add to the list of 127.0.0.1 assign your return address of local loop, but this would restrict access to your machine only. If you want to access your database from another computer, you must have a static IP address for your machine. This can be affected by a static DHCP rule or by giving your network card a fixed IP address. In both cases, we must add that the IP to your/etc/hosts and give it the name of your machine, so it can be resolved.
By example, if your machine has an internal IP 192.168.1.123, your/etc/hosts should look like the following:

127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.1.123 sanjunbLin

After you add this kind of entry, you should be able to restart your database configuration and to go further. If no other requirements are not present, it will end successfully.

-Udo

Tags: Database

Similar Questions

  • After you have installed 11g on Linux, Oracle Database Configuration Asst failed

    Hi all
    After installation of 11g on Linux, everything is is fine except Oracle Database Configuration Wizard could not start. Do I need to uninstall everything? What should I do if I want to configure the database correctly. And also sqlplus path is not recognized, it's something to do with the failure?

    Best regards
    Valerie

    DBCA creates a database itself, try to manually run > dbca

  • Configuration failed somehow... may be an error ORA-00955

    I try to install vcloud Director.  I get to the configuration and to tell him what IP addresses to use, where the db server is, the service name, user name, password, keystore, etc. etc.

    He starts to set up and then wrote:

    Configuration failed somehow; the Director of Cloud service will not start.

    Before, I was getting an error with an ORA-00955 event id which apparently means that the table already exists.  I looked in the newspapers and it seems that he was trying to create a table called CATALOG.  I'm a total Oracle newb, so I don't know if I'm on that or not.

    In any case, I have tried to look in the logs of other errors, but have not really found anything.  I'm no longer error ORA-00955, but I not did something to correct this error, either.  I tried to create a new database, but also to get the same results (first the Oracle error and then just a generic).

    Any suggestions?

    Thank you!

    It seems that you have already some paintings created from your previous attempts to run the script configures. The best way would be to remove the user from the oracle and recreate the user vcloud and restart the configuration script. The best way to create a database for vcloud described the following KB:

    http://KB.VMware.com/kb/1025768

    If this is not enough, then attach the logs to the file ' / opt/vmware/logs "here,.

    HTH,

    Sangeeta

  • Database Configuration utility - huray? :-/

    Hello (again, sigh).

    I want to install PeopleSoft FCM 9.1 and Yes, having no experience with the installation of PeopleSoft I decided to use the database Configuration utility, using the article provided by Nicolas Gasparotto as a guide:
    http://Gasparotto.blogspot.com/2009/12/DB-Wizard-850-for-Oracle-on-Linux.html
    as well as the Oracle Documentation. In the guide above, I should be up to step 9.

    This is the log that I get after failing to create the database:
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Aug 2 15:39:29 2010
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    Connected to an idle instance.
    
    SQL> spool createdb.log
    SQL> 
    SQL> startup nomount pfile=$ORACLE_HOME/dbs/initFC91DB.ora
    ORA-48108: invalid value given for the diagnostic_dest init.ora parameter
    ORA-48140: the specified ADR Base directory does not exist [/u01/app/oracle/product/11.2.0/dbhome_1/dbs/<ORACLE_BASE>]
    ORA-48187: specified directory does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 1
    SQL> 
    SQL> create database   FC91DB
      2        maxdatafiles  1021
      3        maxinstances  1
      4        maxlogfiles   8
      5        maxlogmembers 4
      6        CHARACTER SET UTF8
      7        NATIONAL CHARACTER SET UTF8
      8  DATAFILE '/oradata/FC91DB/system01.dbf' SIZE 2000M REUSE AUTOEXTEND ON NEXT 10240K MAXSIZE UNLIMITED
      9  EXTENT MANAGEMENT LOCAL
     10  SYSAUX DATAFILE '/oradata/FC91DB/sysaux01.dbf' SIZE 120M REUSE AUTOEXTEND ON NEXT     10240K MAXSIZE UNLIMITED
     11  DEFAULT TEMPORARY TABLESPACE TEMP TEMPFILE '/oradata/FC91DB/temp01.dbf' SIZE 20M REUSE AUTOEXTEND ON NEXT     640K MAXSIZE UNLIMITED
     12  UNDO TABLESPACE "PSUNDOTS" DATAFILE '/oradata/FC91DB/psundots01.dbf' SIZE 300M REUSE AUTOEXTEND ON NEXT  5120K MAXSIZE UNLIMITED
     13  LOGFILE GROUP 1 ('/oradata/FC91DB/redo01.log') SIZE 100M,
     14            GROUP 2 ('/oradata/FC91DB/redo02.log') SIZE 100M,
     15            GROUP 3 ('/oradata/FC91DB/redo03.log') SIZE 100M;
    create database   FC91DB
    *
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    
    
    SQL> spool off
    SQL> exit
    Disconnected
    OK so Oracle is not available, but:
    [oracle@vm-psfin91-db InstData]$ sqlplus SYS/system@SEED as sysdba
    
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Aug 2 15:46:49 2010
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL>
    The SEED is just a small database I created earlier to test connectivity between my servers - just a little crutch for me to see at least some progress. But it shows that Oralce is available, is it not?
    This who can I check/recheck?

    Looks like I'm starting to be a regular here on the forums boast help :D

    Thank you in front of me,
    Honza.

    These scripts are coming within the installation of the Application (HCM in your case) under $PS_HOME/scripts/unix, it seems that you missed this step and installed only Peopletools.

    Nicolas.

  • error on "Hive of Oracle Database Configuration - hive patterns"

    Hello

    I got the error "errors with ORA-31425 subs activation: subscription does not exist de-31425 ' at the stage of"hive of Oracle Database Configuration - hive patterns.

    the log file says this:

    ----------------------
    order of sql 2008-11-06_22-52-37 info took 5 seconds
    2008-11-06_22-52-37 nom_fichier_journal dblog.2008 - 11-06_22-52-37 db info
    2008-11-06_22-52-37 info oracle home C:\oracle\product\1.4.1.0.0\beehive_2
    2008-11-06_22-52-37 info connection BEE_code / * @(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST=paty.xxxx) (PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = bee)))

    2008-11-06_22-52-37 info will execute SQL command @C:\oracle\product\1.4.1.0.0\beehive_2\beehive\db\search\src\sqlcode\plsql\ss_cdc_sub_activate.sql


    2008-11-06_22-52-37 info SET BDB=C:\oracle\product\1.4.1.0.0\beehive_2\beehive\db\
    2008-11-06_22-52-37 out of SQL process info:
    Connected.
    Errors with ORA-31425 subs activation: subscription does not exist de-31425

    PL/SQL procedure successfully completed.

    order of sql 2008-11-06_22-52-37 info took 0 seconds
    2008-11-06_22-52-37 error schema installation failed
    Tool "Oracle Beehive Database Configuration - hive patterns" returned status Failed.
    =============================================================


    I use as a server of oracle 11g database.

    No other warning or error are visible.

    I try to install it on Linux and Windows, and the error is the same.

    any advice?

    Thank you

    Hello

    Until 11.1.0.7 becomes available, Yes, these patches are needed. If you do not have access to metalink those will be difficult to put the hand off: (o)

    David

  • "Click to start the configuration failed '?

    When I try to open my documents, I get an error message from click to run the application manager that says click to launch configuration failed. What should I do?

    Hi hogiCo,
     
    -With what kind of documents you receive this error message?
     
    From my research, I find that this error message occurs with Word documents. Therefore, I recommend you post your query in Office Word Forums for assistance on this issue given that the experts who can address this issue with a lot of ease out there.
  • Cannot access C: / drive with Oracle 11 G Database configuration Assistant

    Original title: m unable to access anything of my c drive.

    I configured my 11g using oracle it Database configuration Assistant O.S. is not allow me to access c still my system drive, it does not get as administration for all the system option. Please help me

    Hi abh.

    I suggest to see if the problem resolves running Startup Repair:

    http://support.Microsoft.com/kb/934540

    Chris
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How can I create a new database without table using database configuration

    How can I create a new database without table using database configuration

    You can search for your "DBA 2 days" version oracle documentation for your version.  You should also read the manual of the concepts.  Create your own schema is pretty basic, all you have to do is to create a user.  Don't use dba or system for your own objects.

  • Several primary and physical databases Configuration ensures in Data Guard Broker

    Hello

    Is it possible to add two or several primary and physical databases configuration ensures in data guard broker?

    I have 1 primary databases and two databases physical standby that is

    (1) primary that is pri - (database primary)

    (2) secondary i, e, s (physical pending)

    (3) Secondary2 i.e. sec2 (physical pending)

    Practical AM sinister place, my scenario is my pri and dry machines are in seat, if the pri crashed it switch to s that works very well and my S2 is in another area office. Suppose that if my two siege machines pri and sec crashed, so I want to do my mahcine sec2 as primary.

    I have two separate computers to the broker a headquarters and a District Office

    Use failure of quick start on Data Guard Broker, broker headquarters machine I have configured pri and dry but in sector office broker not able congifured pri and S2 and the machine.

    can be done several primary database configuration with data bases on hold?

    Has anyone done this before, or has a perform a recovery after loss of place...

    need help or suggestion

    thanx

    No.... It is not possible. When you use the DG broker, the first thing you can do in the DGMGRL utility is to deliver CONFIGURATION to CREATE. You can see on the doc of this command that you define here the PRIMARY DATABASE.

    The command to add a DATABASE to the broker, adds a new database pending. You cannot add an another primary.

    The broker configuration is explicitly for a primary and all standby databases is supported. If you have an another primary, you create a separate DG broker configuration.

    See you soon,.
    Brian

  • Grid Infra configuration failed when running root.sh on the second node

    Hello world.

    I am new guy on RAC environment. When you try to install Oracle RAC on the local environment, I had this problem:

    -J' have run root.sh successfully on a local first node

    -After that, the first node, there are 3 cards of virtual network created to SCAN listening addresses

    -After the success of action on the first node, I tried to run this script on the second node, but the error occurred:

    CRS-2676: Start of 'ora.DATA.dg' on 'dbnode2' succeeded
    PRCR-1079 : Failed to start resource ora.scan1.vip
    CRS-5017: The resource action "ora.scan1.vip start" encountered the following error:
    CRS-5005: IP Address: 192.168.50.124 is already in use in the network
    . For details refer to "(:CLSN00107:)" in "/u01/app/11.2.0/grid/log/dbnode2/agent/crsd/orarootagent_root/orarootagent_root.log".
    
    CRS-2674: Start of 'ora.scan1.vip' on 'dbnode2' failed
    CRS-2632: There are no more servers to try to place resource 'ora.scan1.vip' on that would satisfy its placement policy
    PRCR-1079 : Failed to start resource ora.scan2.vip
    CRS-5017: The resource action "ora.scan2.vip start" encountered the following error:
    CRS-5005: IP Address: 192.168.50.122 is already in use in the network
    . For details refer to "(:CLSN00107:)" in "/u01/app/11.2.0/grid/log/dbnode2/agent/crsd/orarootagent_root/orarootagent_root.log".
    
    CRS-2674: Start of 'ora.scan2.vip' on 'dbnode2' failed
    CRS-2632: There are no more servers to try to place resource 'ora.scan2.vip' on that would satisfy its placement policy
    PRCR-1079 : Failed to start resource ora.scan3.vip
    CRS-5017: The resource action "ora.scan3.vip start" encountered the following error:
    CRS-5005: IP Address: 192.168.50.123 is already in use in the network
    . For details refer to "(:CLSN00107:)" in "/u01/app/11.2.0/grid/log/dbnode2/agent/crsd/orarootagent_root/orarootagent_root.log".
    
    CRS-2674: Start of 'ora.scan3.vip' on 'dbnode2' failed
    CRS-2632: There are no more servers to try to place resource 'ora.scan3.vip' on that would satisfy its placement policy
    
    start scan ... failed
    FirstNode configuration failed at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 9379.
    /u01/app/11.2.0/grid/perl/bin/perl -I/u01/app/11.2.0/grid/perl/lib -I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/rootcrs.pl execution failed
    
    

    I tried again with several times (with left-hand) but the problem was still there. Can you explain to me?

    -Why, after running root.sh on the first node, all IP SCANNER interfaces was created on this node? This is the reason why root.sh fails on the second node.

    -How to solve?

    I use the server for address scan local DNS resolves to 3 IPs, and I can run script runcluvfy.sh with success on both nodes.

    I thank in advance

    PS:

    I use two virtual machines in vmware. After running root.sh on the first node, I checked and found this funny information:

    [oracle@dbnode1 sshsetup] $ / sbin/ifconfig

    eth0 Link encap HWaddr 00: 0C: 29:BC:43:1 B

    INET addr:192.168.50.66 Bcast:192.168.50.255 mask: 255.255.255.0

    ADR inet6: fe80::20c:29ff:febc:431 b / 64 Scope: link

    RUNNING BROADCAST MULTICAST MTU:1500 metric: 1

    Dropped packets: 249814 RX errors: 0:0 overruns: 0 frame: 0

    Dropped packets: 2956882 TX errors: 0:0 overruns: 0 carrier: 0

    collisions: 0 txqueuelen:1000

    RX bytes: 24913472 (23.7 MiB) TX bytes: 4369984705 (4.0 GiB)

    eth0: 1 link encap HWaddr 00: 0C: 29:BC:43:1 B

    INET addr:192.168.50.120 Bcast:192.168.50.255 mask: 255.255.255.0

    RUNNING BROADCAST MULTICAST MTU:1500 metric: 1

    eth0:2 Link encap HWaddr 00: 0C: 29:BC:43:1 B

    INET addr:192.168.50.122 Bcast:192.168.50.255 mask: 255.255.255.0

    RUNNING BROADCAST MULTICAST MTU:1500 metric: 1

    eth0:3 Link encap HWaddr 00: 0C: 29:BC:43:1 B

    INET addr:192.168.50.123 Bcast:192.168.50.255 mask: 255.255.255.0

    RUNNING BROADCAST MULTICAST MTU:1500 metric: 1

    eth0:4 Link encap HWaddr 00: 0C: 29:BC:43:1 B

    INET addr:192.168.50.124 Bcast:192.168.50.255 mask: 255.255.255.0

    RUNNING BROADCAST MULTICAST MTU:1500 metric: 1

    eth1 Link encap HWaddr 00: 0C: 29:BC:43:25

    INET addr:192.168.29.10 Bcast:192.168.29.255 mask: 255.255.255.0

    ADR inet6: fe80::20c:29ff:febc:4325 / 64 Scope: link

    RUNNING BROADCAST MULTICAST MTU:1500 metric: 1

    Fall of RX packets: 471 errors: 0:0 overruns: 0 frame: 0

    Dropped packets: 664 TX errors: 0:0 overruns: 0 carrier: 0

    collisions: 0 txqueuelen:1000

    RX bytes: 82216 (80.2 KiB) TX bytes: 107920 (105.3 KiB)

    eth1:1 Link encap HWaddr 00: 0C: 29:BC:43:25

    INET addr:169.254.75.201 Bcast:169.254.255.255 mask: 255.255.0.0

    RUNNING BROADCAST MULTICAST MTU:1500 metric: 1

    Lo encap:Local Loopback link

    INET addr:127.0.0.1 mask: 255.0.0.0

    ADR inet6:: 1/128 Scope: host

    RACE of LOOPING 16436 Metric: 1

    Fall of RX packets: 10626 errors: 0:0 overruns: 0 frame: 0

    Dropped packets: 10626 TX errors: 0:0 overruns: 0 carrier: 0

    collisions: 0 txqueuelen:0

    RX bytes: 7942626 (7.5 MiB) TX bytes: 7942626 (7.5 MiB)

    I think it's because of the failure on node 2

    UPDATE:

    That thing is normal, I ignored it and the installation can continue normally. Thank you all for your help.

  • "Cannot find the dbcodes file": PeopleSoft database Configuration Wizard

    Hello

    I am setting up a new installation of PeopleSoft, based on a copy of the record of my client PS_HOME. I installed before PeopleSoft, but I used the latest versions and started from scratch. Now I use PS HRMS 8.9 and PT 8.48 on a Windows 2003 server. I followed the manual to install 8.48 PT (installation of third party tools, using configuration manager), except for the wizard to install PT, because the files are already there. I changed all config files I had to include suitable locations for PS_HOME, Oracle database drivers, etc.

    Now, I'm trying to use the database Configuration Wizard to automate the creation of the database using Oracle 10.1.0.5.0. After you have selected a non-unicode database, I click Next, select the character set, and then when I click Next again once I get the message "Cannot find the dbcodes file."

    I checked in the folder PS_HOME/setup and there are two dbcodes files: dbcodes.pt and dbcodes.hc. It is originally a kind of confusion, or the wizard missing the dbcodes file somewhere else? Or maybe that's another question altogether, I'm not sure.

    Thanks for the help.

    To start with PS_APP_HOME introduced in PeopleTools 8.52.

    On the road to Peoplesoft: Peopletools 8.52: the PS_APP_HOME variable

    As you run on PeopleTools 8.48, the application is installed in the PS_HOME.

    ptengs. DB is used to create a single database of PeopleTools, you try to create a database of HCM. This file will not be used when creating your database.

    If you want to create your copy of HCM all files from 'PS_APP_HOME' to PS_HOME database and start Data Mover with option to create database.

    Should do the trick.

  • Update VSAN task configuration failed for ALL 3 ESXI hosts

    I enabled VSANS on the cluster, but the task of updating VSAN configuration failed with the below error

    Operation failed, the diagnostic report: not associate the host to the cluster VSAN (Exec command "/etc/init.d/vsanvpd restart" succeeded, but came back with zero State: 1).

    On all esxi hosts 3, I can see a warning

    Host is in an active VSAN cluster but doesn't have a Service of active VSAN

    Please help me fix this isseu... I need all the VSAN here experts... I do not find a troubleshooting for this issue.

    This information was supposed to do in the VSAN Release Notes, although I must admit that I don't check that they exist.

    Here's a post I made on the memory requirements which came into force for GA

    Part 14 & #8211 VSAN. Memory of the host requirements. CormacHogan.com

  • VMware View of database operation failed

    So I have a view environment 5.1 and I have a few problems of building a pool of linked clone.  I think there may be something wrong with the composer of the view, but I don't know how to find what it is or how to fix it. When I create the pool, I get the error "database operation failed.  When I go to the event viewer, I see the event below.

    view error.png

    Any thoughts?

    Any help you can offer would be appreciated.

    Update.  I had to create a new database of the composer.  It appears the old one was damaged.  All attempts to resolve the bribery failed.

    I finished building a new database of composer and to build new related clones. All had set up and made the transition from the users during the night so when they connect they had the exact same experience they had before.  They didn't even know that it has been changed. HAHA!

  • Database backups fail

    Hello Experts,

    Database backups fail due to compatibility issues, is the target database version 10.2.0.1, so RMAN version is running on 10.2.0.4.0, I have no idea how it happened and who did it before, now I have to take this issue... could you please give me suggestions on how to make RMANback 10.2.0.1 version.

    Make sure that you run the rman binary the same $ORACLE_HOME/bin as the database.

    If you run rman from a remote server, make a new 10.2.0.1 ORACLE_HOME install and run this House of Oracle rman.

    Hemant K Collette

  • OATS Database Configuration tool not found

    Hey guys,.

    I wanted to just start the 'OATS Database Configuration tool', but I can't find it in "start > all programs > Oracle Application Testing Suite.
    I did a full install of OATS Version 9.31.0036.

    Someone at - it an idea?

    Best regards
    Dewi

    I'll try to check first if the dbConfiguration jar file exists on the server, and second, to get the absolute path to the pot in the command line.

    C:\Programme\Oracle\OracleApplicationTestingSuite\jdk\jre\bin\javaw.exe-Djava.library.path=C:\Programme\Oracle\OracleApplicationTestingSuite\oats\lib - cp C:\Programme\Oracle\OracleApplicationTestingSuite\wls\wlserver\server\lib\weblogic.jar; C:\Programme\Oracle\OracleApplicationTestingSuite\wls\wlserver\common\lib\pdev.jar;wlfullclient.jar-jar C:\Programme\Oracle\OracleApplicationTestingSuite\\lib\DBConfiguration.jar

    JB

Maybe you are looking for

  • Instructions keyboard replacement HP ENVY 15 t-j000 quad

    Hello, I just bought a replacement with backlit keyboard and I could ' find information or instructions on how to change it in the internet. If someone could help, save me to unscrew everything on my new laptop.

  • error message when updates

    I'm trying to install updates, and they have not... error message WindowsUpdate_00000646""WindowsUpdate_dt000"came to me... anyone have any suggestions?  What is - this and how to fix it?  Thank you

  • Windows Mail cannot receive or send after update-'cannot find server '.

    Original title: Windows Mail cannot receive or send after update Use Windows Mail with Vista OS. Has been very well until we had an update last night and now not receive or send and the login box asking username and password keeps popping up. An erro

  • (Redirected) Update graphics card

    I have a XPS 435 t with the GTS 240 graphics card I think. I play world of Tanks and they recommend: GeForce GTX660 (2 GB) / Radeon HD 7850 2 GB, DirectX 9 .0c. The GeForce or Radeon fit OK? I noticed that she can DirectX 11.0 is it OK for a game tha

  • Tree: Missing '+' on the upper level nodes

    Version: 4.2.0.00.27Good Morning-I hope it's an easy question... I searched around, but impossible to find the solution.Model tree: ClassicUsing the parameter enable the link node with: "click".I have a tree discovered with active links on the nodes.