Database creation on linux

Hi all
I am going to install oracle again on linux.Will i be able to create a custom database with GUI.Please let me know.Or can you tell me how do we create the database using DBCA on linux.My oracle version is 9.0.2
Thanks

Please look for 'Oracle9i Database Release 9.0.1 Documentation for Linux Intel' using the following link.
http://www.oracle.com/technology/documentation/Oracle9i_arch_901.html

Similar Messages

  • Maual database creation in linux with 9i

    how i create my database manually in linux.
    i have red hat 2.1AS
    and oracle 9iR2.

    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96521/create.htm#1000691

  • Oracle 9i manual database creation on the Red Hat 9 Linux

    I installed Oracle 9I on the Red Hat 9 Linux successfully with automatic database creation.
    I tried to create second database manually and everything seemed to be fine until I issued create database statement. I got the following error:
    ERROR at line 1
    ORA-01092: ORACLE instance terminated. Disconnection forced.
    Please help me to solve the problem.
    Thank you,

    Ok I am having the same exact problem and I am typing this into the shell before I run the installer.
    export DISPLAY=yourdesktop:0.0
    I thought that would fix the problem but it still hangs and gives the same message as the other guy gets. How can I solve this problem and get the installer running? I would really appreciate any help. This is the message I get:
    [oracle@localhost linux]$ ./runInstaller
    Initializing Java Virtual Machine from /tmp/OraInstall2003-08-02_10-09-53PM/jre/bin/java. Please wait...
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:59)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
    at java.awt.Window.<init>(Window.java:188)
    at java.awt.Frame.<init>(Frame.java:315)
    at java.awt.Frame.<init>(Frame.java:262)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
    [oracle@localhost linux]$

  • ORA-29532 on Oracle 9i custom database creation (Linux Redhat 7.2)

    I'm trying to create oracle 9i on Linux Redhat 7.2 (2.4.16), but I got a ORA-29532 error:
    ORA-29532: java call terminated by uncaught java exception: java.net.BindException: unable to bind end point, status=12571<0.0.0.0,2481>
    This error was thrown on Oracle JVM database creation process.

    I'm trying to create oracle 9i on Linux Redhat 7.2 (2.4.16), but I got a ORA-29532 error:
    ORA-29532: java call terminated by uncaught java exception: java.net.BindException: unable to bind end point, status=12571<0.0.0.0,2481>
    This error was thrown on Oracle JVM database creation process.

  • About database creation in Peoplesoft.

    Hello..
    I am trying to create database by using scripts provided by peoplesoft HRMS9.
    FYI, I have successfully install tuxedo 9.1, webserver 9.2, PeopleTools8.49 and HRMS 9. I use Oracle 11gR1 on Oracle Enterprise Linux 5.3
    Well, I read on Appendix B in the Enterprise PeopleTools 8.49 Installation for Oracle and some websites.
    I have modified createdb10.sql, utlspace.sql. I ran those scripts and database created.
    Well, when I ran dbowner.sql I got some error. I run as oracle owner and log as sysdba.
    SQL> CONNECT PS/PS;
    Error accessing PRODUCT_USER_PROFILE
    Warning: Product user profile information not loaded!
    You may need to run PUPBLD.SQL as SYSTEM
    Connected.
    so I ran PUPBLD.SQL first. And then I run dbowner.sql. But the error still occured. I read from this http://psst0101.wordpress.com/2009/01/21/step-by-step-virtual-ps-install-database-creation/
    Any suggestion please, because I read in http://gasparotto.blogspot.com/ he did not run pupbld.sql but succeeded.
    Any one have same experience..??

    Lastly, you could try to run this script (PUPBLD.SQL) as SYSTEM, not as SYS.thank you, It's work by connect system/manager and run pupbld.sql.
    well, I run select default_tablespace from dba_users where username='PS' I get SYSTEM.
    I think these column is important information.. :
    username PS
    temporary_tablespace TEMP
    default_tablespace SYSTEM
    status OPEN
    user_id 28
    password ( blank )
    profile DEFAULT
    so, how about that?
    regard.
    Nia...

  • Database creation problems and parition consolidation

    This is my first time on here so please look past my green-ness. =)
    I Installed Oracle 8.1.7 successfully and opted to setup the database creation later so I could put the database on another partition. Well, I tried once to create the database on the partition I installed oracle onto (/oracle) but I had insufficient space, It said I needed 1.3 gigs. My "/database" partition is only a 1 gig parition (and /oracle is 2 gigs). My plan was of course, to seperate them.
    Ok, I didn't see an option to create the db on another partition so I resigned to using /oracle. My question now is, is the 960 megs on /oracle enough to create the database? I used the custom setup so I could see how everything was broken down and I noticed that my rollback segment is 500 megs. Is this necessary? Can I get by with 100 megs and be fine? Also, if I did do this, I'd have approximately 100 megs free for data, this is enough I hope??
    Lastly, I need to combine the partitions somehow without effecting /. The hard drive is broken down into:
    gigs
    5.5 /
    2.0 /oracle
    1.0 /database
    Does anyone have any ideas? In windows, I used partiton magic but I don't know if there is a linux version.
    One more thought (last one for real =), it had 50 megs allocated for it's shared memory pool. I'm assuming this will take away from the 128megs I have thus effectively making only 78 available to X, will this cause any noticeable problems other than a bit of slowdown? I have most if not all of my virtual memory free at all times. I know I should get more ram, but you know how the budget thing goes...
    Any help would be greatly appreciated,
    Rob

    Try running the catalog and catproc sql scripts.
    $ cd $ORACLE_HOME/rdbms/lib
    $ svrmgrl
    connect internal
    @catalog
    @catproc
    That will set up all of the internal views and packages that
    oracle needs to do DDL.
    Scott
    Don DeLuca (guest) wrote:
    : I'm gotten through the install and created the database. The
    : database comes up, I can do some simple stuff like create a new
    : user, create a simple table but when I try to run SQL DDL
    : statements I get errors saying: "recursive SQL error". I
    : looked at the sql.log file after the install. It doesn't look
    : like all the packages were created successfully. Have others
    had
    : similiar problems with the system table/package creation? To
    me
    : it looks like a DDL that was needed was not called during the
    : install and later caused problems during package creation.
    : This is my fourth time installing and I have the same problem
    : each time. I also tried to run the plsql.sql file to recreate
    : some of the packages but this did not work either.
    : I've just about given up and I'm starting to realize why its
    : free.
    null

  • Physical Standby Database Creation with RMAN

    Hi,
    I'm in 10g on Linux. I want to create a standby database on another Linux server. I did not find a clear procedure to create it in Oracle® Database Backup and Recovery Advanced User's Guide 10g Release 2 (10.2) Part Number B14191-02
    and niether in Oracle® Data Guard Concepts and Administration 10g Release 2 (10.2) B14239-04
    In the last one chapter 3 sends you to F appendix and F appendix says do nothing before having than all in chapter 3 :
    In F.1.1 page F-2 it is said :
    See Chapter 3 for a complete discussion of physical standby database preparation,including initialization parameter settings. You must perform all necessary preparation tasks described in these chapters before RMAN can successfully create the standby database files and mount the standby database.
    Any way I'm looking for a procedure or clear article to create it.
    Many thanks before.

    Physical Standby Database Creation with RMAN
    Use the DUPLICATE command.
    Check out this metalink doc: Note:374069.1 and Note:118409.1
    Message was edited by:
    STW
    Message was edited by:
    STW

  • Database Creation Failed

    Hi ppl
    I have been able to get past the glibc stage on
    my machine. However, I am still stuck with the
    installation process. The thing breaks during the
    database creation and reports "database creation
    failed."
    This is what I am doing:
    1. I am not lucky enough to have 4 devices as
    mentioned in the inst. guide. (since this is just
    to play around with it.) Thus I have all the mount
    points on the same disk. (with Slackware 3.5
    /Linux 2.1.108)
    2. I select the "default installation" from the
    installation menu.
    3. I already have glibc/ld.so etc etc. And I have
    also checked with "ps -ajx | grep _sid" as per the
    inst guide but found no other process running.
    Because the inst. guide reommended checking the
    sql.log file, I am attaching portions of it, if at
    all that helps.
    Command: (/oracle/u01/app/oracle/product/8.0.5/bin/svrmgrl <<!
    @/oracle/u01/app/oracle/admin/pws/create/startpws.sql
    exit
    !), Out,Err=/oracle/u01/app/oracle/product/8.0.5/orainst/sql.log
    Status: 0
    | Ok:
    | Ok: Oracle Server Manager Release 3.0.5.0.0 - Production
    | Ok:
    | Ok: (c) Copyright 1997, Oracle Corporation. All Rights
    Reserved.
    | Ok:
    | Ok: Oracle8 Release 8.0.5.0.0 - Production
    | Ok: PL/SQL Release 8.0.5.0.0 - Production
    | Ok:
    | Ok: SVRMGR> Connected.
    | Ok: ORA-03113: end-of-file on communication channel
    | Ok: create controlfile reuse set database "pws"
    | Ok: *
    | Ok: ORA-03114: not connected to ORACLE
    | Ok: alter database "pws" open resetlogs
    | Ok: *
    | Ok: ORA-03114: not connected to ORACLE
    | Ok: Disconnected.
    | Ok: SVRMGR> Server Manager complete.
    Result: Ok
    --------------[ rdbms.ins 4714
    Any help will be appreciated.
    Yours truly
    -Amlan
    null

    Amlan Saha (guest) wrote:
    : Hi ppl
    : I have been able to get past the glibc stage on
    : my machine. However, I am still stuck with the
    : installation process. The thing breaks during the
    : database creation and reports "database creation
    : failed."
    : This is what I am doing:
    : 1. I am not lucky enough to have 4 devices as
    : mentioned in the inst. guide. (since this is just
    : to play around with it.) Thus I have all the mount
    : points on the same disk. (with Slackware 3.5
    : /Linux 2.1.108)
    : 2. I select the "default installation" from the
    : installation menu.
    : 3. I already have glibc/ld.so etc etc. And I have
    : also checked with "ps -ajx | grep _sid" as per the
    : inst guide but found no other process running.
    : Because the inst. guide reommended checking the
    : sql.log file, I am attaching portions of it, if at
    : all that helps.
    : Command: (/oracle/u01/app/oracle/product/8.0.5/bin/svrmgrl <<!
    : @/oracle/u01/app/oracle/admin/pws/create/startpws.sql
    : exit
    Out,Err=/oracle/u01/app/oracle/product/8.0.5/orainst/sql.log
    : Status: 0
    : | Ok:
    : | Ok: Oracle Server Manager Release 3.0.5.0.0 - Production
    : | Ok:
    : | Ok: (c) Copyright 1997, Oracle Corporation. All Rights
    : Reserved.
    : | Ok:
    : | Ok: Oracle8 Release 8.0.5.0.0 - Production
    : | Ok: PL/SQL Release 8.0.5.0.0 - Production
    : | Ok:
    : | Ok: SVRMGR> Connected.
    : | Ok: ORA-03113: end-of-file on communication channel
    : | Ok: create controlfile reuse set database "pws"
    : | Ok: *
    : | Ok: ORA-03114: not connected to ORACLE
    : | Ok: alter database "pws" open resetlogs
    : | Ok: *
    : | Ok: ORA-03114: not connected to ORACLE
    : | Ok: Disconnected.
    : | Ok: SVRMGR> Server Manager complete.
    : Result: Ok
    : --------------[ rdbms.ins 4714
    : Any help will be appreciated.
    : Yours truly
    : -Amlan
    The Problem is the follow Error:
    ORA-03113: end-of-file on communication channel
    which indicates that the Connection between the SRVMGR and the
    Oracle Instance is broken.
    Possible issiues:
    * Wrong OS Version
    * Major BUG
    * Resource problems (semaphors, shared memory,.....)
    * File protection problems (missing suid bit,...)
    Please verify the follow:
    * Is your OS Version official supported...
    * Have you read the IUG (installation and users guide)
    to verify (and set) the resource need for an oracle instance
    * have you run the script "root.sh" correctly after
    installation?
    you must do this with by the follow steps:
    oracle user: su root (without the - !!)
    root user (with the environment of oracle)
    . $ORACLE_HOME/orainst/root.sh
    Now try again to create the database
    I hope this helps...
    Chris
    null

  • Can we get database creation script using any packages?

    Hi Friends,
    we will get table creation script using dbms_metadata.get_ddl package. just like that is there any way to get database creation script? i know that we can add some lines to controlfile trace to convert it into database creation script. but i would like to know whether it is possible through packages?
    thanks in advance.

    I think there's no package to use it for getting database creation script. But anyway, you can search it in [Oracle Database PL/SQL Packages and Types Reference|http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/toc.htm]
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Database creation problems

    Help!! I have installed 8i on RH Linux 6.1 and followed the "Friendly" guide steps, it worked perfectly. However when I try to create a database using the Database assistant, I get an error "Oracle Not Logged on" I've reinstalled twice and still have the same problems - can anyone help?
    Thanks for any suggestions/help!
    null

    This problem doesn't just occur on Linux. I have encountered the same on both Digital Unix and HP/UX. I finally gave up and told it to just create the scripts. Looking at the scripts, there are a number of different problems depending on the items that you choose to install and/or customizations to db setup, such as size and placing of files.
    To find them, I generated the scripts and then looked at the contents and used svrmgrl to individually run commands so that I could see the "real" error message.
    It's been awhile but I think the not logged on was a failure in the initial create database command... Or maybe it was the MAX_ENABLED_ROLES being too small in the default init file to support some of the products... Or the rollback segments being created as private and not being automatically added to the init before the assistant does a shutdown and restart... Or it creating the rollback segment tablespace not the size and parameters that I requested...
    You may guess by now I wasn't too impressed by the dbassist program. All I can say is doesn't anyone believe in testing anymore? I have a hard time believing that anyone at Oracle actually tested running this product and actually using any of it's features.
    This really pissed me off because when I first saw the pretty GUI and nice interface I thought WOW, this is great, finally something to make database creation simpler than running all those commands and scripts.

  • JumpStartKit install hangs at 87% complete during database creation / instance configuration

    Hello folks, I'm wanting to evaluate Oracle WebCenter Portal 11.1.1.8 (huge improvement over 11.1.1.7, which I have already gave a quick try in the VDI provided by Oracle).
    So I found out about this Jump Start Kit, which installs each required piece once you've got a properly configured Linux environment. I had some fun with the prereqs but now that's all completed and I got SO EXCITED to make it past "STEP 4".
    So now I'm encountering the same issue during installation -- in STEP 6 of 22 Configuration of Database Instance (Completing Database Creation) it gets to 87% complete and then nothing seems to happen, it never gets beyond that point even if I wait 10 more hours:
    NOTE: I suspect my issue is not specific to the "Jump Start Kit", but rather it is something others have encountered during the Database creation/configuration step of the Oracle Universal Installer in general. And hopefully others have solved it.
    "/opt/oracle/portal" is my INSTALL_DIR ; I had launched the JSK installer with this command:
    ./runme INSTANCE_PASSWORD=apwd ROOT_PASSWORD=rpwd DOWNLOAD_DIR=/media/sf_Downloads/JSKfiles INSTALL_DIR=/opt/oracle/portal
    - The installer makes it this far, before it seems to get "stuck" -- even after many hours there is no change, HD is not doing anything, CPU stays at <5% usage:
    rtkit.main.JSKStarter - launchScript:172 - Tue Jun 10 15:41:38 MDT 2014: BEGIN STEP 6 of 22: Configuration of Database Instance. Estimated time is around 5 minutes. Please wait..
    10/06/2014 15:41:38.545 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 -
    10/06/2014 15:41:48.222 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - Copying database files
    10/06/2014 15:41:48.413 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 1% complete
    10/06/2014 15:41:52.894 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 3% complete
    10/06/2014 15:41:52.915 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 11% complete
    10/06/2014 15:42:02.917 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 18% complete
    10/06/2014 15:42:32.920 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 26% complete
    10/06/2014 15:42:42.638 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 37% complete
    10/06/2014 15:42:42.640 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - Creating and starting Oracle instance
    10/06/2014 15:42:48.568 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 40% complete
    10/06/2014 15:42:56.827 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 45% complete
    10/06/2014 15:42:57.357 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 46% complete
    10/06/2014 15:42:57.526 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 47% complete
    10/06/2014 15:42:57.627 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 48% complete
    10/06/2014 15:42:57.834 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 49% complete
    10/06/2014 15:44:42.915 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 54% complete
    10/06/2014 15:44:42.963 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 59% complete
    10/06/2014 15:44:43.036 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 60% complete
    10/06/2014 15:44:43.452 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 61% complete
    10/06/2014 15:44:43.452 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 64% complete
    10/06/2014 15:44:43.453 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - Completing Database Creation
    10/06/2014 15:44:43.493 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 68% complete
    10/06/2014 15:44:43.510 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 72% complete
    10/06/2014 15:44:43.571 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 76% complete
    10/06/2014 15:45:01.516 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 87% complete
    I am using VirtualBox on Windows 7, I have tried it multiple times, first with the guest OS as Oracle Linux 6, and then Oracle Linux 5 (fun learning about updating the version of Java!).
    It always gets to the same point and then it just seems to do nothing -- no progress, but no error message on-screen (see log files below). But it seems to be using less than 5% CPU usage... and waiting 10 hours makes no difference.
    Based on what I found in tons of Google searching, I tried increasing my swap file, adding more memory and HD space (12GB RAM and 10GB sap and 20GB free hard drive space) but still nothing changed.
    In post #2 of this thread I will separately provide the logging details, which I hope will be helpful.
    Thanks in advance!
    Darren.
    PS: moderator, I attempted to create this thread in other Spaces because I did not know about this "Portal JSK" specific one -- was that why my thread was rejected? NO REASON WAS GIVEN. If that WAS the reason, I have to say that it will be nearly impossible for anyone who is able to help me to actually FIND this thread here because as I said I do not think it specific to ONLY the Portal JSK. (But I will post it only here just in case that's the reason for the previous rejections)

    First off, thank you very much for not just deleting the other 2 threads -- I intentionally created them in the other 2 spaces that MIGHT find a set of eyes that can help -- but in both I linked to THIS thread because this is the specific product. So this is the only place replies will be found therefore no "duplication" to worry about... but as I said this is likely not specific to PortalJSK since others on the internet have described a similar problem during the Oracle database installation.
    Second of all. here we go, the log contents...
    ...So in the hope that I could troubleshoot based on some error logging, I had a look inside "/opt/oracle/portal/db/OraInventory/logs/"...
    - "/opt/oracle/portal/db/OraInventory/logs/oraInstall2014-06-10_03-27-37PM.err" is empty (0 bytes),
    - "/opt/oracle/portal/db/OraInventory/logs/installActions2014-06-10_03-27-37PM.log" * (2.3MB) ends with...
    INFO: Terminating all background operations
    INFO: Terminated all background operations
    INFO: Successfully executed the flow in SILENT mode
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is 0
    INFO: Shutdown Oracle Database 11g Release 2 Installer
    INFO: Unloading Setup Driver
    [eof]
    I am not sure of the value of the additional log files inside "/opt/oracle/run/logs/", here is what they contain...
    - all of the "/opt/oracle/run/logs/xyz_NofN.zip.unzip.out" files are empty (0 bytes).
    - "/opt/oracle/run/logs/install_commands.log" is tiny, it just has this:
    /media/sf_Downloads/JSKfiles/DB/database/runInstaller -invPtrLoc /opt/oracle/run/linux64/dborainst.loc  -ignoreSysPrereqs  -ignorePrereq -force -silent -waitforcompletion -responseFile /opt/oracle/run/linux64/db_generated.rsp
    /opt/oracle/portal/db/ohome/bin/netca /orahome /opt/oracle/portal/db/ohome /orahnam orcl /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /responseFile /opt/oracle/run/linux64/netca.rsp /silent
    /opt/oracle/portal/db/ohome/bin/dbca -silent -responseFile /opt/oracle/run/linux64/dbca.rsp  -sampleSchema true -oratabLocation ORATAB
    - "webtier_prereqs.log" and "ecm_prereqs.log" and "wcprereqs.log" all say that all tests passed.
    (Tests for HD and RAM space and swap size and # of processes etc. are all SUCCESS; and all required packages are installed and high enough version, etc.)
    - "/opt/oracle/run/logs/dbprereqs_log.txt" says this:
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 120 MB.   Actual 8855 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 4031 MB    Passed
    Preparing to launch Oracle Universal Installer from /opt/oracle/portal/tmpdir/OraInstall2014-06-10_03-26-23PM. Please wait ...[WARNING] [INS-13014] Target environment do not meet some optional requirements.
       CAUSE: Some of the optional prerequisites are not met. See logs for details. /opt/oracle/portal/db/OraInventory/logs/installActions2014-06-10_03-26-23PM.log
       ACTION: Identify the list of failed prerequisite checks from the log: /opt/oracle/portal/db/OraInventory/logs/installActions2014-06-10_03-26-23PM.log. Then either from the log file or from installation manual find the appropriate configuration to meet the prerequisites and fix it manually.
    - "/opt/oracle/run/logs/wls-install.log" is the most confusing, maybe this is the reason for getting "stuck"?
    2014-06-10 15:24:38,139 WARN  [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for linux32_jdk160_29b11.zip not found..
    2014-06-10 15:24:38,143 WARN  [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for linux_ia32_jrockit_160_29_D1.2.0-10_jdk.zip not found..
    2014-06-10 15:24:38,206 WARN  [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for linux32_jdk160_29b11.zip not found..
    2014-06-10 15:24:38,209 WARN  [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for linux_ia32_jrockit_160_29_D1.2.0-10_jdk.zip not found..
    2014-06-10 15:24:38,225 WARN  [home] com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask - /opt/oracle/portal/fmw directory is not empty. Proceed with installation?
    2014-06-10 15:24:39,223 WARN  [ocmCredVerify] com.bea.plateng.wizard.installer.helpers.OCMInstallHelper - Failed test connection
    java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at com.bea.plateng.wizard.installer.helpers.OCMInstallHelper.testConnection(OCMInstallHelper.java:92)
      at com.bea.plateng.wizard.installer.silent.tasks.OCMCredVerifySilentTask.execute(OCMCredVerifySilentTask.java:35)
      at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: com.bea.plateng.wizard.installer.helpers.OCMException: Connection failed in SSL peer verificaition.
      at com.bea.plateng.wizard.installer.helpers.OCMHelper.testSimpleConnection(OCMHelper.java:54)
      at com.bea.plateng.wizard.installer.helpers.OCMHelper.testConnection(OCMHelper.java:145)
      ... 8 more
    2014-06-10 15:24:39,228 WARN  [ocmCredVerify] com.bea.plateng.wizard.installer.silent.tasks.OCMCredVerifySilentTask - OCMInstallException:
    com.bea.plateng.wizard.installer.helpers.OCMInstallException
      at com.bea.plateng.wizard.installer.helpers.OCMInstallHelper.testConnection(OCMInstallHelper.java:96)
      at com.bea.plateng.wizard.installer.silent.tasks.OCMCredVerifySilentTask.execute(OCMCredVerifySilentTask.java:35)
      at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
      at java.lang.Thread.run(Thread.java:662)
    2014-06-10 15:25:49,347 INFO  [Thread-13] com.oracle.cie.domain.TemplateImporter - Domain Extension Successful!
    2014-06-10 15:25:49,350 INFO  [runScript] com.oracle.cie.domain.script.ScriptExecutor - close template
    2014-06-10 15:25:49,351 INFO  [runScript] com.oracle.cie.domain.script.ScriptExecutor - succeed: close template
    2014-06-10 15:25:49,351 INFO  [runScript] com.oracle.cie.domain.script.ScriptExecutor - read domain from "/opt/oracle/portal/fmw/wlserver_10.3/samples/domains/medrec-spring"
    2014-06-10 15:25:49,405 INFO  [runScript] com.oracle.cie.domain.script.ScriptExecutor - succeed: read domain from "/opt/oracle/portal/fmw/wlserver_10.3/samples/domains/medrec-spring"
    2014-06-10 15:25:49,405 INFO  [runScript] com.oracle.cie.domain.script.ScriptExecutor - succeed: update domain
    2014-06-10 15:25:49,406 INFO  [runScript] com.oracle.cie.domain.script.ScriptExecutor - close template
    2014-06-10 15:25:49,406 INFO  [runScript] com.oracle.cie.domain.script.ScriptExecutor - succeed: close template
    2014-06-10 15:25:49,743 INFO  [WizardController] com.bea.plateng.wizard.silent.tasks.LogTask - The installation was successfull!
    ^ ^ ^ BUT IT SEEMS TO END AS A "SUCCESS"!?
    - "install_setup.log" ends with the following -- and so does "JSKDownloader.log" (the "master log"? it contains basically what shows up on-screen)
    rtkit.main.JSKStarter - launchScript:172 - Tue Jun 10 15:41:38 MDT 2014: BEGIN STEP 6 of 22: Configuration of Database Instance. Estimated time is around 5 minutes. Please wait..
    10/06/2014 15:41:38.545 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 -
    10/06/2014 15:41:48.222 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - Copying database files
    10/06/2014 15:41:48.413 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 1% complete
    10/06/2014 15:41:52.894 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 3% complete
    10/06/2014 15:41:52.915 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 11% complete
    10/06/2014 15:42:02.917 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 18% complete
    10/06/2014 15:42:32.920 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 26% complete
    10/06/2014 15:42:42.638 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 37% complete
    10/06/2014 15:42:42.640 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - Creating and starting Oracle instance
    10/06/2014 15:42:48.568 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 40% complete
    10/06/2014 15:42:56.827 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 45% complete
    10/06/2014 15:42:57.357 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 46% complete
    10/06/2014 15:42:57.526 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 47% complete
    10/06/2014 15:42:57.627 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 48% complete
    10/06/2014 15:42:57.834 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 49% complete
    10/06/2014 15:44:42.915 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 54% complete
    10/06/2014 15:44:42.963 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 59% complete
    10/06/2014 15:44:43.036 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 60% complete
    10/06/2014 15:44:43.452 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 61% complete
    10/06/2014 15:44:43.452 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 64% complete
    10/06/2014 15:44:43.453 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - Completing Database Creation
    10/06/2014 15:44:43.493 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 68% complete
    10/06/2014 15:44:43.510 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 72% complete
    10/06/2014 15:44:43.571 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 76% complete
    10/06/2014 15:45:01.516 -(3)- JSK Starter Thread - oracle.webcenter.jumpstartkit.main.JSKStarter - launchScript:172 - 87% complete
    * Here are the final 261 lines of "/opt/oracle/portal/db/OraInventory/logs/installActions2014-06-10_03-27-37PM.log"...
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: SaveInvWCCE JRE files in Scratch
    INFO: oracle.installer.mandatorySetup property is set to false, so skipping the execution of additional tools
    INFO: oracle.installer.installUpdates property is set to false, so skipping the checking of updates
    INFO: Config Initialize JRE files in Scratch
    INFO: stage loc: /opt/oracle/portal/tmpdir/OraInstall2014-06-10_03-27-37PM/
    INFO: Copying Aggr XML for: Oracle Configuration Manager
    INFO: stage loc: /opt/oracle/portal/tmpdir/OraInstall2014-06-10_03-27-37PM/
    INFO: Copying Aggr XML for: HAS Common Files
    INFO: stage loc: /opt/oracle/portal/tmpdir/OraInstall2014-06-10_03-27-37PM/
    INFO: Copying Aggr XML for: Oracle Netca Client
    INFO: stage loc: /opt/oracle/portal/tmpdir/OraInstall2014-06-10_03-27-37PM/
    INFO: Copying Aggr XML for: Database Configuration and Upgrade Assistants
    INFO: stage loc: /opt/oracle/portal/tmpdir/OraInstall2014-06-10_03-27-37PM/
    INFO: Copying Aggr XML for: Oracle Enterprise Manager Console DB
    INFO: stage loc: /opt/oracle/portal/tmpdir/OraInstall2014-06-10_03-27-37PM/
    INFO: Copying Aggr XML for: Oracle Database 11g
    INFO: The Top level Aggreage File = /opt/oracle/portal/db/ohome/inventory/ContentsXML/ConfigXML/oracle.server.11_2_0_1_0.xml
    INFO: OUI_CAPlugIn is not found in XML
    INFO: no. of tools to supress: 0 for comp: Oracle Enterprise Manager Console DB
    INFO: cf session will be created for OH: /opt/oracle/portal/db/ohome/ TLAggr: oracle.server instancePath: inventory/ContentsXML/ConfigXML/
    INFO: cf session for OH: /opt/oracle/portal/db/ohome/ TL Aggr: [oracle.server] instancePath: inventory/ContentsXML/ConfigXML/
    INFO: aggr ref length : 6
    INFO: cf session hashcode: 620301082
    INFO: cf session saved with key: OraDb11g_home1 oracle.server
    INFO: cf session is ok
    INFO: created and saved cf session for oh: OraDb11g_home1
    INFO: passing params to cf
    INFO: Handling the storing of variables for aggr name  oracle.sysman.ccr
    INFO: This variable s_OPSNodeInfoString is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable b_createResponseFile is not added to the global context map
    INFO: This variable s_ps is not added to the global context map
    INFO: This variable s_oraName is not added to the global context map
    INFO: This variable s_ccrJarDestination is not added to the global context map
    INFO: This variable b_localInstall is not added to the global context map
    INFO: This variable b_doConfigCCR is not added to the global context map
    INFO: This variable b_ccrUpgrade is not added to the global context map
    INFO: This variable s_rspFilePath is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: for oracle.has.common no aggregate found by cf: no configuration
    INFO: Handling the storing of variables for aggr name  oracle.assistants.netca.client
    INFO: This variable s_swingallName is not added to the global context map
    INFO: This variable s_shareName is not added to the global context map
    INFO: This variable s_runtimeLib is not added to the global context map
    INFO: This variable s_runTimeJar is not added to the global context map
    INFO: This variable s_responseFileName is not added to the global context map
    INFO: This variable s_operatingSystem is not added to the global context map
    INFO: This variable s_netcfgName is not added to the global context map
    INFO: This variable s_netcahelpName is not added to the global context map
    INFO: This variable s_netcaUpgradeFlag is not added to the global context map
    INFO: This variable s_netcaClass is not added to the global context map
    INFO: This variable s_netCA_Args is not added to the global context map
    INFO: This variable s_netCAInstalledProtocols is not added to the global context map
    INFO: This variable s_netAPIName is not added to the global context map
    INFO: This variable s_ldapclnt9 is not added to the global context map
    INFO: This variable s_ldapclnt11 is not added to the global context map
    INFO: This variable s_ldapclnt10 is not added to the global context map
    INFO: This variable s_jreLocation is not added to the global context map
    INFO: This variable s_jreJarFile is not added to the global context map
    INFO: This variable s_jreJar is not added to the global context map
    INFO: This variable s_jewtName is not added to the global context map
    INFO: This variable s_installTypeForLaunchNETCA is not added to the global context map
    INFO: This variable s_icebrowserName is not added to the global context map
    INFO: This variable s_helpName is not added to the global context map
    INFO: This variable s_ewtcompatName is not added to the global context map
    INFO: This variable s_ewtName is not added to the global context map
    INFO: This variable s_ewtFile is not added to the global context map
    INFO: This variable s_ewtCompat is not added to the global context map
    INFO: This variable s_cfgMethod is not added to the global context map
    INFO: This variable s_caHelpZhTwJar is not added to the global context map
    INFO: This variable s_caHelpZhCnJar is not added to the global context map
    INFO: This variable s_caHelpPtBRJar is not added to the global context map
    INFO: This variable s_caHelpKoJar is not added to the global context map
    INFO: This variable s_caHelpJar is not added to the global context map
    INFO: This variable s_caHelpJaJar is not added to the global context map
    INFO: This variable s_caHelpItJar is not added to the global context map
    INFO: This variable s_caHelpFrJar is not added to the global context map
    INFO: This variable s_caHelpEsJar is not added to the global context map
    INFO: This variable s_caHelpDeJar is not added to the global context map
    INFO: This variable s_authAdaptors is not added to the global context map
    INFO: This variable ps_netCA_Args_OverRide is not added to the global context map
    INFO: This variable b_net8ServerInstalling is not added to the global context map
    INFO: This variable b_javavmIsInstalling is not added to the global context map
    INFO: This variable b_isWindows is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable b_cmanIsInstalling is not added to the global context map
    INFO: This variable b_anoIsInstalling is not added to the global context map
    INFO: This variable s_xmlparservLoc is not added to the global context map
    INFO: This variable s_ouiJlibDir is not added to the global context map
    INFO: This variable s_opsmJlib is not added to the global context map
    INFO: This variable s_ntwkTools is not added to the global context map
    INFO: This variable s_netjlibDir is not added to the global context map
    INFO: This variable s_netcahelpLocation is not added to the global context map
    INFO: This variable s_netcaJlibDir is not added to the global context map
    INFO: This variable s_netcaDocDir is not added to the global context map
    INFO: This variable s_netPropertiesFile is not added to the global context map
    INFO: This variable s_netCA is not added to the global context map
    INFO: This variable s_net8caFileToInstantiate is not added to the global context map
    INFO: This variable s_jre15Location is not added to the global context map
    INFO: This variable s_jlibDir is not added to the global context map
    INFO: This variable s_inventoryPrereqOui is not added to the global context map
    INFO: This variable s_emdwLibDir is not added to the global context map
    INFO: This variable s_caHelpDir is not added to the global context map
    INFO: This variable s_assistantJlibDir is not added to the global context map
    INFO: This variable s_JavaFlag is not added to the global context map
    INFO: This variable b_isOPS is not added to the global context map
    INFO: This variable s_windowsCommandLine is not added to the global context map
    INFO: This variable s_net8caExecutable is not added to the global context map
    INFO: This variable s_netcaUserDirArg is not added to the global context map
    INFO: This variable s_installTypeForNetCA is not added to the global context map
    INFO: This variable s_netcaSilentFlag is not added to the global context map
    INFO: This variable s_netCAInstalledProducts is not added to the global context map
    INFO: This variable s_netcaClasspath is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: Handling the storing of variables for aggr name  oracle.assistants.server
    INFO: This variable s_operatingSystem is not added to the global context map
    INFO: This variable s_jreLocation is not added to the global context map
    INFO: This variable pn_dboffset is not added to the global context map
    INFO: This variable cs_swingName is not added to the global context map
    INFO: This variable cs_komodoName is not added to the global context map
    INFO: This variable cs_kodiakName is not added to the global context map
    INFO: This variable cs_jewtName is not added to the global context map
    INFO: This variable cs_iceBrowserName is not added to the global context map
    INFO: This variable cs_ewtcompatName is not added to the global context map
    INFO: This variable cs_ewtName is not added to the global context map
    INFO: This variable cs_baliShareName is not added to the global context map
    INFO: This variable b_orabaseContainsOrahome is not added to the global context map
    INFO: This variable b_isWINDOWS is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable sl_dbmaParameterListForIcon is not added to the global context map
    INFO: This variable sl_dbcaParameterListForIcon is not added to the global context map
    INFO: This variable s_xmlparservLoc is not added to the global context map
    INFO: This variable s_ouiJlibLocation is not added to the global context map
    INFO: This variable s_oratabLocation is not added to the global context map
    INFO: This variable s_opsmLocation is not added to the global context map
    INFO: This variable s_dbuaLocation is not added to the global context map
    INFO: This variable s_dbcaLocation is not added to the global context map
    INFO: This variable s_OracleBinLocation is not added to the global context map
    INFO: This variable s_dbcaInstLaunchFile is not added to the global context map
    INFO: This variable s_dbcaLaunchFile is not added to the global context map
    INFO: This variable s_dbmaLaunchFile is not added to the global context map
    INFO: This variable s_dbmaInstLaunchFile is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: Handling the storing of variables for aggr name  oracle.sysman.console.db
    INFO: This variable s_sid is not added to the global context map
    INFO: This variable s_serverInstallType is not added to the global context map
    INFO: This variable s_platform is not added to the global context map
    INFO: HashMap added with the key oracle.sysman.console.db and an empty variable Vector
    INFO: Adding the variable s_obfOc4jAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfOc4jAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfJtaAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfJtaAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable s_nlsLang is not added to the global context map
    INFO: This variable s_emailServer is not added to the global context map
    INFO: This variable s_emailAddress is not added to the global context map
    INFO: This variable s_cfgtyperet is not added to the global context map
    INFO: Adding the variable s_JtaAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_JtaAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable n_uploadInterval is not added to the global context map
    INFO: This variable localhost is not added to the global context map
    INFO: This variable b_launchTools is not added to the global context map
    INFO: This variable b_launchBrowser is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable b_centralConsole is not added to the global context map
    INFO: This variable USE_HTTP_PROXY is not added to the global context map
    INFO: This variable USE_DB_CONSOLE is not added to the global context map
    INFO: This variable SET_CONSOLE_MODE is not added to the global context map
    INFO: This variable SA_SETUP is not added to the global context map
    INFO: This variable OC4JLOC is not added to the global context map
    INFO: This variable NO_PC_MODE is not added to the global context map
    INFO: This variable LOGGING_LEVEL is not added to the global context map
    INFO: This variable JRE_HOME is not added to the global context map
    INFO: This variable ISQLPLUS_PROTOCOL is not added to the global context map
    INFO: This variable ISQLPLUS_PORT is not added to the global context map
    INFO: This variable HOST_SID_OFFSET_ENABLED is not added to the global context map
    INFO: This variable HOSTNAME is not added to the global context map
    INFO: This variable EM_UPLOAD_DISABLE is not added to the global context map
    INFO: This variable EM_UIX_DEBUG_FLAG is not added to the global context map
    INFO: This variable EMPRODVER is not added to the global context map
    INFO: This variable CONSOLE_MODE is not added to the global context map
    INFO: This variable CONSOLE_CFG is not added to the global context map
    INFO: This variable sl_oraclehomes is not added to the global context map
    INFO: This variable s_oc4jDir is not added to the global context map
    INFO: This variable s_oc4jAppsDir is not added to the global context map
    INFO: This variable s_jreHome is not added to the global context map
    INFO: This variable s_configcommand is not added to the global context map
    INFO: This variable b_isRAC is not added to the global context map
    INFO: This variable b_UNIX is not added to the global context map
    INFO: This variable OJSP_JAR_LOC is not added to the global context map
    INFO: This variable OJSPUTIL_JAR_LOC is not added to the global context map
    INFO: This variable LDAP_JAR_LOC is not added to the global context map
    INFO: This variable JAVA_HOME is not added to the global context map
    INFO: This variable ISQLPLUS_HOST is not added to the global context map
    INFO: This variable EM_UIX_LOCATION is not added to the global context map
    INFO: This variable EM_REPOS_HOST is not added to the global context map
    INFO: This variable EM_PING_COMMAND is not added to the global context map
    INFO: This variable EM_OC4J_HOME is not added to the global context map
    INFO: This variable EM_EAR_LOC is not added to the global context map
    INFO: This variable EMDROOT is not added to the global context map
    INFO: Adding the variable s_oc4jAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_oc4jAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable s_launchBrowserClasspath is not added to the global context map
    INFO: This variable s_javapOracleHome is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: {Parameter:TOPLEVEL_COMPONENT in {Aggregate:OuiConfigVariables:1.0.0.0.0:common}}: Parameter data type is not compatible with the provided String Array.
    INFO: passing params to cf done
    INFO: done saving info by cf
    INFO: This is a shared oracle home or remote nodes are null. No copy required.
    INFO: Checkpoint:Failed Checkpoint found returning it for getAllFailedCheckPoints.
    INFO: Checkpoint:Failed Checkpoint found returning null for getLastFailedCheckPoint.
    INFO: Checkpoint:Index file written and updated
    INFO: Checkpoint:Transfer of file done from remote node
    INFO: Adding iterator oracle.sysman.oii.oiif.oiifw.OiifwRootShWCDE
    INFO: Updating the global context
    INFO: Path To 'globalcontext.xml' = /opt/oracle/portal/db/ohome/install/chainedInstall/globalcontext
    INFO: Since operation was successful, move the current OiicAPISessionDetails to installed list
    INFO: Number of root scripts to be executed = 1
    INFO: isSuccessfullInstallation: true
    INFO: isSuccessfullRemoteInstallation: true
    INFO: Adding ExitStatus SUCCESS to the exit status set
    INFO: Completed setting up InstallDB
    INFO: Number of root scripts to be executed = 1
    INFO: Shutting down OUISetupDriver.JobExecutorThread
    INFO: Cleaning up, please wait...
    INFO: Dispose the install area control object
    INFO: Update the state machine to STATE_CLEAN
    INFO: All forked task are completed at state setup
    INFO: Completed background operations
    INFO: Moved to state <setup>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <setup>
    WARNING: Validation disabled for the state setup
    INFO: Completed validating state <setup>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state finish
    INFO: FinishAction Actions.execute called
    INFO: Completed executing action at state <finish>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <finish>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <finish>
    WARNING: Validation disabled for the state finish
    INFO: Completed validating state <finish>
    INFO: Terminating all background operations
    INFO: Terminated all background operations
    INFO: Successfully executed the flow in SILENT mode
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is 0
    INFO: Shutdown Oracle Database 11g Release 2 Installer
    INFO: Unloading Setup Driver
    ----------that is all----------
    re. PROCESSES/TASKS at the ending:
    Also I had a look in System Monitor and noticed there a TON of processes ("Sleeping") that show up in System Monitor at this time of "freezing" or "hanging" or whatever you want to call it (where nothing is visibly happening anymore).
    -The most recent shell script is "install_db_instance.sh" (not surprising) with Waiting Channel "do_wait".
    #!/bin/bash
    export JSK_DIR=${PWD}
    . $JSK_DIR/setup_env.sh
    export ORACLE_HOME=$DB_ORACLE_HOME
    export ORACLE_BASE=$DB_ORACLE_BASE
    echo ""
    #$DB_ORACLE_HOME/bin/dbca -createDatabase -templateName $JSK_DIR/General_Purpose.dbc -gdbName orcl -sid orcl -sysPassword $SCHEMA_PASSWORD -systemPassword $SCHEMA_PASSWORD -emConfiguration LOCAL -dbsnmpPassword $SCHEMA_PASSWORD -sysmanPassword $SCHEMA_PASSWORD -datafileJarLocation $DB_ORACLE_HOME/assistants/dbca/templates/ -storageType FS -datafileDestination $DB_ORACLE_DATA -responseFile NO_VALUE -characterset AL32UTF8 -obfuscatedPasswords false -sampleSchema true -oratabLocation ORATAB -recoveryAreaDestination NO_VALUE -silent
    echo "$ORACLE_HOME/bin/dbca -silent -responseFile $JSK_DIR/dbca.rsp  -sampleSchema true -oratabLocation ORATAB" >> $LOGS_DIR/install_commands.log
    $ORACLE_HOME/bin/dbca -silent -responseFile $JSK_DIR/dbca.rsp  -sampleSchema true -oratabLocation ORATAB
    cat $JSK_DIR/dbca.rsp | grep -v -i PASSWORD > $JSK_DIR/dbca_saved_no_passwords.rsp
    rm -f $JSK_DIR/dbca.rsp
    echo ""
    -Immediately after that is "java" with this Command Line:
    /opt/oracle/portal/db/ohome/jdk/jre/bin/java -DORACLE_HOME=/opt/oracle/portal/db/ohome [parameters] -DJDBC_PROTOCOL=thin -mx128m -classpath /opt/oracle/portal/db/ohome/assistants/dbca/jlib/dbca.jar:[otherJarFiles]:/opt/oracle/portal/db/ohome/dv/jlib/dvca.jar oracle.sysman.assistants.dbca.Dbca -silent -responseFile /opt/oracle/run/linux64/dbca.rsp -sampleSchema true -oratabLocation ORATAB
    -There are 7 named "oracleorcl" where the Command Line is simply "oracleorcl (LOCAL=NO)" or "oracleorcl (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))" -- Waiting Channel is "sk_wait_data".
    -There are 52 named "oracle" with various similar-looking Command Lines. The Waiting Channel for these varies: "poll_schedule_timeout", or "hrtimer_nanosleep", or "sys_semtimedop" (the 2 highest ProcessIDs -- aka most recent -- have this, with Command Line "ora_w000_orcl" and "xe_w000_XE").
    -There are 3 named "sqlplus", their Command Lines are "/opt/oracle/portal/db/ohome/bin/sqlplus -S -N" (the oldest 2), or "/opt/oracle/portal/db/ohome/bin/sqlplus" (the most recent) -- Waiting Channel is "pipe_wait".
    Message was edited by: DarrenAg (added PROCESSES/TASKS info)

  • SHMAT( ) call failed during database creation

    I am new to Linux, but have installed and administered Oracle on other Unix platforms. After I have completed the installation, and I am about to run the first database creation script, oracle connects internal and then tries to attach itself to the shared memory segments, and then chokes and I get this error:
    ORA 27123 unable to attach to shared memory segment
    followed by
    LINUX ERROR 22 Invalid Argument
    oerr yields:
    CAUSE: shmat() call failed
    ACTION: check permission on segment, contact Oracle support.
    I ran ipcs on Linux, and there were no shared memory segments to report on. Is there some other way to see the permissions on shared memory in Linux. Like I said, I am very new to this OS, so any help is appreciated. If you have overcome this problem could you contact me via email at [email protected] I've never had a harder time installing Oracle than on Linux. I though this Linux thing was supposed to be the next big thing. It is about as friendly as a porcupine with hemmorhoids!!
    Thanks
    JMC

    I dont know what you can do instead of trying to install it again.
    I have installed Oracle Database 10g Express Edition on my XP laptop but seems not to be able to manage the Database in any way...
    It would be nice with a simple manual for configuring the installation.
    Also in need of some help...

  • Slowness in database creation?

    I'm creating a custom Oracle10g database on a Linux machine using DBCA. I have not created additional tablespaces in the configuration -- just the default 'system', 'sysaux', 'users'... And this is very slowwwwwww (around 2 hours).
    But whta is strange is that when I create a "general purpose" database from DBCA, the whole process doesn't take more than 20 minutes. Why????
    I only choose custom so that I tell oracle to set system tablsepace as dictionary managed and to specify the location of control files/redologs.

    Hi,
    I had a similar problem - my dbase creation always aborted due until I discovered that it was due to low RAM. Make sure that nothing else is running on your computer, and if that does not help you will have to upgrade to more RAM. My OS was Windows 98 and that one seemed to have a lot of problems with Oracle dbase creation (at least on my computer).
    Good luck.
    Iwona

  • Database creation problem on Windows XP

    Hello Readers
    I have installed ORACLE Database Engine on windows XP.
    I am facing problem in database creation.
    I have tryed wizard as well as mannual method.
    in wizard at 90% it gives an error "END-OF-FILE ON COMMUNICATION CHANNEL"
    although CD drive is in CR Rom drive.
    Please help me ....
    Rashid Masood Ashraf
    email: [email protected]

    After going to the properties as you suggested:
    Right now the Obtain an IP address automatically is checked
    I need to check the Use the following IP address:
    What should I enter for
    IP address:
    Subnet mask:
    Default gateway:
    Please help.
    Edited by: Nel Marcus on Dec 2, 2008 3:49 PM

  • While Installation of 11g database creation time error ORA-28056: Writing audit records to Windows Event Log failed Error

    Hi Friends,
    OS = Windows XP 3
    Database = Oracle 11g R2 32 bit
    Processor= intel p4 2.86 Ghz
    Ram = 2 gb
    Virtual memory = 4gb
    I was able to install the oracle 11g successfully, but during installation at the time of database creation I got the following error many times and I ignored it many times... but at 55% finally My installation was hanged nothing was happening after it..... 
    ORA-28056: Writing audit records to Windows Event Log failed Error  and at 55% my Installation got hung,,,, I end the installation and tried to create the database afterward by DBCA but same thing happened....
    Please some one help me out, as i need to install on the same machine .....
    Thanks and Regards

    AAP wrote:
    Thanks Now I am able to Create a database , but with one error,
    When I created a database using DBCA, at the last stage I got this error,
    Database Configuration Assistant : Warning
    Enterprise Manager Configuration Failed due to the Following error Listener is not up or database service is not registered with it.  Start the listener & Registered database service & run EM Configuration Assistant again....
    But when I checked the listener was up.....
    Now what was the problem,  I am able to connect and work through sqlplus,
    But  I didnt got the link of EM and when try to create a new connection in sql developer it is giving error ( Status : failure - Test Failed the Network Adapter could not establish the connection )
    Thanks & Regards
    Creation of the dbcontrol requires a connection via the listener.  When configuring the dbcontrol as part of database creation, it appears that the dbcontrol creation step runs before the dynamic registration of the databsase with the listener is complete.  Now that the database itself is completed and enough time (really, just a minute or two) has passed to allow the instance to register, use dbca or emca to create the dbcontrol.
    Are you able to get a sqlplus connection via the listener (sqlplus scott/tiger@orcl)?  That needs to be the first order of business.

Maybe you are looking for