Hang database

In which case database will goes to hang mode ?
can anyone tell me scenario of the database hang ???
Thanks and Regards

Most common database instance hang whatever Oracle version whatever platform is:
$ oerr ora 257
00257, 00000, "archiver error. Connect internal only, until freed."
// *Cause:  The archiver process received an error while trying to archive
//       a redo log.  If the problem is not resolved soon, the database
//       will stop executing transactions. The most likely cause of this
//       message is the destination device is out of space to store the
//       redo log file.
// *Action:  Check archiver trace file for a detailed description
//        of the problem. Also verify that the
//       device specified in the initialization parameter
//       ARCHIVE_LOG_DEST is set up properly for archiving.

Similar Messages

  • Designer hangs Database Middleware Selection Page on Linux Server.

    Hi All,
    I am facing an issues with Designer XI 3.1 when i try to connect to Red hat Linux 4.
    Whenever i try to create new connection or edit an existing one from the designer, the Designer screen just hangs at the Database Middlewatre Selection Page for about more than 90 minutes, but it eventually comes up.
    When i tried the same with a Windows Server, it works fine.
    Tried to set the hostname and ip address in the CMC but it does not help.
    The Environment is clustered and there are two linux servers and whenever the connection servers are stopped it runs fast, but when the connection servers are stopped it works fine.
    It also works when we login to designer in the no cms mode.
    Please help.
    -Shreyash.

    we are facing the same issue but in the Windows Server

  • If shutdown immediate hangs database waits one hour for shutdown abort

    we have schedules cold backup for our 11g database on redhat 5.3.
    there is a shell script written with shutdown immediate command.
    If database hangs during shutdown immediate database waits one hour for auto shutdown abort.
    but this happens once or twice in a month
    can we do this auto shutdown abort earlier than one hour ??

    user13376823 wrote:
    we have schedules cold backup for our 11g database on redhat 5.3.
    Since you're shutting down the database for cold backup so ensure it should be shutdown properly by shutdown or shutdown immediate cmd not by abort cmd.
    Consistent backup:-
    A backup taken when the database is mounted (but not open) after a normal shutdown. The checkpoint SCNs in the datafile headers match the header information in the control file. None of the datafiles has changes beyond its checkpoint. Consistent backups can be restored without recovery.
    http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmconc1.htm#i1007616

  • Java Program Hangs

    Hi,
    I am running into a strange problem. We have scheduled a Java program to using BQPlus scheduler. The program hangs some time at a particular statement, while most of the time it works. If we run it directly from command line it always works.
    The statement where program hangs some time uses the put method of Properties object. I do not see any thing there which should make the program hang (Database connection or file read write).
    I am using java version "1.4.2_02" on AIX
    Any help on how to further investigate would be great!
    Abhinav

    Here is the code that hangs. It hangs on the following statement:
    props.put(APIConst.TAG_JDBC_URL, ApplicationProperties.JREPORT_TAG_JDBC_URL);
    ReportConfig reportConfig= ReportConfigFactory.instance.getReportConfig(repBean.getReportName());
              if(reportConfig==null){
                   throw new IllegalStateException ("The report configuration for " +
                             "the name=" + repBean.getReportName() + " " +
                             "could not be found. Please " +
                             "check the reportconfig.xml file");
              Properties props = new Properties();
              String pdfFileName;
              if(logger.isDebugEnabled()){
                   logger.debug("Report is going to be generated for config=:\n \t" + 
                             reportConfig.getName());
              logger.info("Before putting properties values");
              props.put(APIConst.TAG_JDBC_DRIVER,ApplicationProperties.JREPORT_TAG_JDBC_DRIVER);
              logger.info("Setting property value for ApplicationProperties.JREPORT_TAG_JDBC_DRIVER "+ApplicationProperties.JREPORT_TAG_JDBC_DRIVER);
              props.put(APIConst.TAG_JDBC_URL, ApplicationProperties.JREPORT_TAG_JDBC_URL);
              logger.info("Setting property value for ApplicationProperties.JREPORT_TAG_JDBC_URL "+ApplicationProperties.JREPORT_TAG_JDBC_URL);
              props.put(APIConst.TAG_DB_USER,ApplicationProperties.JREPORT_TAG_DB_USER);
              logger.info("Setting property value for ApplicationProperties.JREPORT_TAG_DB_USER "+ApplicationProperties.JREPORT_TAG_DB_USER);
              props.put(APIConst.TAG_DB_PSWD,ApplicationProperties.JREPORT_TAG_DB_PSWD);          
              logger.info("Setting property value for ApplicationProperties.JREPORT_TAG_DB_PSWD "+ApplicationProperties.JREPORT_TAG_DB_PSWD);
              props.put(APIConst.TAG_TASK_CLASS, APIConst.TASK_TO_FILE);     
              logger.info("Setting property value for APIConst.TASK_TO_FILE "+APIConst.TASK_TO_FILE);
              props.put(APIConst.TAG_CATALOG, reportConfig.getCatalog());
              logger.info("Setting property value for reportConfig.getCatalog() "+reportConfig.getCatalog());
              props.put(APIConst.TAG_REPORT, reportConfig.getCls());
              logger.info("Setting property value for reportConfig.getCls() "+reportConfig.getCls());
              props.put(APIConst.TAG_TO_DISK, String.valueOf(true));
              logger.info("Setting property value for String.valueOf(true) "+String.valueOf(true));
              props.put(APIConst.TAG_TO_PDF, String.valueOf(true));
              logger.info("Setting property value for String.valueOf(true)"+String.valueOf(true));
              //Set to disk type is "1" which means publish to real disk path, default is "0"
              //which means publish to JReport Server resource path
              logger.info("After setting the db related properties");
              //check for printer setting values

  • Message transfer from Oracle DB to SAP R/3

    Hi All,
    I have a scenario in which i want to transfer an HR record from a table of OracleDB to SAP R/3 via a standard IDOC.
    Can anybody pls tell me the following:
    1. Requirements for implementing this scenario.
    2. Oracle 8.0 is being used, so is there any version compatibility issue that i need to keep in mind.
    3. Can i use BPM in this scenario.
    Thanks in advance
    Regards
    Neetu

    Neetu,
    <i>Can i use BPM in this scenario.</i>
    I dont think you need a BPM for this scenario. All you will need is a JDBC-- IDOC scenario where your SENDER JDBC adapter willpick the data from the database, map the source to the target IDOC and push it out using IDOC adapter.
    <i>Requirements for implementing this scenario.</i>
    Oracle Driver to be installed on your XI server,
    IDX1, IDX2 settings on XI , Partner profile on R3 for receive the IDOC from XI.
    . <i>Oracle 8.0 is being used, so is there any version compatibility issue that i need to keep in mind.</i>
    <b>Q: I have deployed the Oracle classes12.zip / classes12.jar JDBC driver as per the instructions in the XI Configuration Guide.
    Unfortunately, I frequently notice hanging database connections. A thread dump taken according to the instructions in note 710154 shows one or more blocking JDBC Sender/Reciver threads and optionally that the JVM has detected a deadlock.
    A: The Oracle classes12.zip / classes12.jar driver is compatible with Java 1.2 and Java 1.3 only, but not with Java 1.4. Please upgrade to a current driver (ojdbc14.jar), which does support the Java 1.4 JVM you are using.
    Please make sure that you remove classes12.zip / classes12.jar from aii_af_jmsproviderlib.sda prior to adding the new driver as per the instructions in the answer to question #1 above as you will get a class name collision otherwise (all JARs from aii_af_jmsproviderlib.sda are loaded into the same class loader and the driver class name of both driver versions is the same).
    Before deploying the updated driver, ensure that the new version is still compatible with your Oracle database server release. For details, please refer to the release notes provided by Oracle.</b>
    This info is available in the note : 831162
    Regards,
    Bhavesh

  • Interview questions for oracle dba

    Hi I am trying to find teh interview questions for oracle dba .
    What will be your answer to the following questions. Can somebody shed some light...
    . What is the day to day duties of oracle dba?
    ·     Did you use online or off-line backups?
    ·     What version of Oracle were you running?
    ·     Haw many databases and what sizes?
    ·     If you have to advise a backup strategy for a new application, how would you approach it and what questions will you ask?
    ·     If a customer calls you about a hanging database session, what will you do to resolve it?
    ·     Compare Oracle to any other database that you know. Why would you prefer to work on one and not on the other?
    Thx
    KK

    . What is the day to day duties of oracle dba?
    I have got a checklist, designed for my daily, weekly, fortnightly and monthly tasks. For example, in the daily checklist tasks, I check for the alert log file, competion and correction of my exports and operating system backups. DB space situation, Antivirus status, standby database status, space on disks, any rogue queries etc.
    · Did you use online or off-line backups?
    Both.
    · What version of Oracle were you running?
    8i(not any more), 9i, 10g
    · Haw many databases and what sizes?
    8 databases, ranging from 1 TB to 10 GB. I have segregated them into OLTP production, testing, cm, and development and a Datawarehouse.
    · If you have to advise a backup strategy for a new application, how would you approach it and what questions will you ask?
    How much they could afford to lose data or they want zero data loss and also I will get their requirements about down time and up time of database.
    · If a customer calls you about a hanging database session, what will you do to resolve it?
    First I will identify it, then see to it what exactly it is doing, capture that situation and then either try to release the locks(if its a blocking or blocked session), or kill the session, if its hanging on a runaway query.
    · Compare Oracle to any other database that you know. Why would you prefer to work on one and not on the other?
    Oracle passes the ACID rule with distinction as compared to the other databases. Moreover, the multiversion read consistency, recovery, flexibility and challenges of Oracle are matchless.
    Cheers
    fahdoracle.blogspot.com

  • Oracle CEP and JDBC Adapter

    I am using Oracle CEP 10g on WIndows.
    I wrote the following code on CEP:
    OracleDataSource ods = new OracleDataSource();
    ods.setURL("jdbc:oracle:thin:scott/[email protected]:1521/orcl");
    Connection conn = ods.getConnection();
    // Check for the existence of a previous customerID
    String selectStmt     = "SELECT * from STEPS " +
         "WHERE (streamID='" +
         this.customerId +
         "') and (assetid='" +
         this.eventName +
    Statement stmt  = conn.createStatement();
    //System.out.println("-- calling SELECT");
    //System.out.println(selectStmt);
    ResultSet rs    = stmt.executeQuery(selectStmt);This works great, except it is exceedingling slow. I am sending about 20,000 messages to this code.
    I think the problem is that I open the connection everytime I perform a select (and later an insert statement).
    The server instance goes away after the message has been processed, and I can not save the connection.
    Would using an adapter in config.xml prevent this openig a new connection every time a message invokes this code ?
    If so, I have never done JDBC with an adapter and I dont understand how to use an adapter to use a WHERE clause to select on variables, since in the example I have seen so far, it places "SELECT 1 from DUAL" into the config.xml and does not explain how to get mix have the SELECT statement interact with code variables or better yet how to get your code to get a connection handle.
    Could someone please post an exaqmple of how to use an adapter with JDBC, and possibly how to get your code to access a connection handle from the config.xml ?
    Thanks

    Hi,
    From note : 831162,
    <i>Oracle JDBC Driver (classes12.zip / classes12.jar) Deadlocks
    Q: I have deployed the Oracle classes12.zip / classes12.jar JDBC driver as per the instructions in the XI Configuration Guide.
    Unfortunately, I frequently notice hanging database connections. A thread dump taken according to the instructions in note 710154 shows one or more blocking JDBC Sender/Reciver threads and optionally that the JVM has detected a deadlock.
    A: <b>The Oracle classes12.zip / classes12.jar driver is compatible with JDK 1.2 and 1.3 only, but not with JDK 1.4. Upgrade to a current version of the driver (ojdbc14.jar). For details, refer to note 941317.</b>
    Make sure that you remove classes12.zip / classes12.jar from aii_af_jmsproviderlib.sda prior to adding the new driver as per the instructions in the answer to question #1 above as you will get a class name collision otherwise (all JARs from aii_af_jmsproviderlib.sda are loaded into the same class loader and the driver class name of both driver versions is the same).
    Before deploying the updated driver, ensure that the new version is still compatible with your Oracle database server release. For details, refer to the release notes provided by Oracle.</i>
    Regards,
    Bhavesh

  • Error while sending query result

    Hi all,
    I am working on a JDBC-XI-IDoc scenario. In my sending JDBC adapter configuration, i have given the Query SQL statement as <b>SELECT * FROM SAP_PROMOTION</b> and Update SQL statement as: <b><TEST></b>
    But when i go to adapter monitor, i am seeing an error as follws:
    <b>Error:  Sending query result failed with com.sap.aii.af.service.cpa.impl.exception.CPALookupException: Couldn't retrieve binding for the given channelId: Binding:CID=875514bc047b3557a5b53dfb5ef4babe; - retry
      last retry interval started 10:54:09 2006-05-25
      length 60,000 secs</b>
    Can anybody help me how to solve this problem.
    Regards,
    Divija

    Divija,
    Am not sure if this is the exact cause for your problem, but would anyways suggest that you take a look at it,
    <i>classes12.zip is not compatible with JDK 1.4.</i>
    From the note : <b>831162</b>
    Oracle JDBC Driver (classes12.zip / classes12.jar) Deadlocks
    <b>Q: I have deployed the Oracle classes12.zip / classes12.jar JDBC driver as per the instructions in the XI Configuration Guide.
    Unfortunately, I frequently notice hanging database connections. A thread dump taken according to the instructions in note 710154 shows one or more blocking JDBC Sender/Reciver threads and optionally that the JVM has detected a deadlock.
    A: The Oracle classes12.zip / classes12.jar driver is compatible with Java 1.2 and Java 1.3 only, but not with Java 1.4. Please upgrade to a current driver (ojdbc14.jar), which does support the Java 1.4 JVM you are using.
    Please make sure that you remove classes12.zip / classes12.jar from aii_af_jmsproviderlib.sda prior to adding the new driver as per the instructions in the answer to question #1 above as you will get a class name collision otherwise (all JARs from aii_af_jmsproviderlib.sda are loaded into the same class loader and the driver class name of both driver versions is the same).
    Before deploying the updated driver, ensure that the new version is still compatible with your Oracle database server release. For details, please refer to the release notes provided by Oracle.</b>
    Regards,
    Bhavesh

  • Shared Pool utilisation

    Hello Team:
    I ran a metalink script to report the shared pool utilization recently. I took this output when the database was on peak load.
    SQL> /
    Obj mem: 66435759 bytes (63.36MB)
    Shared sql: 324219036 bytes (309.2MB)
    Cursors: 341207073 bytes (325.4MB)
    Free memory: 67228508 bytes (64.11MB)
    Shared pool utilization (total): 468785754 bytes (447.07MB)
    Shared pool allocation (actual): 754974720bytes (720MB)
    Percentage Utilized: 91%
    does this mean I have to add more space to shared pool. If so what is the threshold value?
    Regards,
    Bala

    Bhawani nandan Prasad - Principal DBA -- See a to z diagnostics about Shared pool
    1. Memory     2
    a. Shared Pool     2
    1. Introduction     2
    2. Architecture     2
    3. Scripts for different DBA tasks:     5
    a.Measure object usage inside the shared pool and Tune shared pool     7
    b.Check reload problem in library cache     12
    c.Find the large queries in the shared pool library cache (using > 4mb each)     13
    d.Find objects that can be considered pining into the shared pool     13
    e.LRU work and objects were loaded and flushed     13
    f.How much are waiting for Library Cache Latch     14
    g.Queries identical but aren’t shared.     14
    h.Get Biggest chunk of free memory.     14
    i.Check the shared pool reserved size status     16
    j.When having multiple subheaps:     16
    k.Check shared pool at first glance quick diagnostics     17
    l.Memory Usage - object list level view     17
    m.Loads Number of times object has been loaded     17
    n.Check number of times and object has been executed     18
    o.Check shared pool in more details     18
    p.Library Cache Statistics     18
    q.Reserve Pool Settings     19
    r.Pinned Objects     19
    s.Finding literal SQL     19
    t.Finding the Library Cache hit ratio     19
    u. Row Cache Misses – Dictionary cache stats     19
    v. Checking hash chain lengths     20
    w. Checking for high version counts     20
    x. Finding statement/s which use lots of shared pool memory     20
    y. Allocations causing shared pool memory to be 'aged' out     21
    z. Issues in various Oracle Releases     21
    4. Terminology     22
    5. Oracle 11g Caching and Pooling – SQL Result Cache     27
    6. References     37
    2. SQL     38
    3. Statistics     38
    4. Wait events     38
    5. Schema     39
    6. General     39
    a. Scripts     39
    1. accept.sql     39
    1. Memory
    a. Shared Pool
    1. Introduction
    Shared pool is used to cache different types of data such as textual and executable forms of PL/SQL blocks and SQL statements, dictionary cache data, and other data in SGA. Additional shared memory needed in the SHARED POOL if using ASM storage. Gathering schema/database stats (table/index stats) makes database query performance better and it reduce utilization of shared pool. Hence, practice to schedule job to gather stats regularly which suites your database performance. If you use shared pool effectively you can reduce resource consumption in at least four ways
    1.     Parse overhead is avoided if the SQL statement is already in the shared pool. This saves CPU resources on the host and elapsed time for the end user.
    2.     Latching resource usage is significantly reduced, which results in greater scalability.
    3.     Shared pool memory requirements are reduced, because all applications use the same pool of SQL statements and dictionary resources.
    4.     I/O resources are saved, because dictionary elements that are in the shared pool do not require disk access.
    This sharable area of memory is managed as a sophisticated cache and heap manager rolled into one. It has 3 fundamental problems to overcome:
    1.     The unit of memory allocation is not a constant - memory allocations from the pool can be anything from a few bytes to many kilobytes
    2.     Not all memory can be 'freed' when a user finishes with it (as is the case in a traditional heap manager) as the aim of the shared pool is to maximize share of information. The information in the memory may be useful to another session - Oracle cannot know in advance if the items will be of any use to anyone else or not.
    3.     There is no disk area to page out to so this is not like a traditional cache where there is a file backing store. Only "rewriteable" information can be discarded from the cache and it has to be re-created when it is next needed.
    Oracle 10g architecture of Shared pool:
    Library Cache     Shared SQL Area (Hash Value, SQL source, Execution plan)
    Data Dictionary Cache
    Enqueues     Fixed Area     Other
    Latches          
    Oracle 11g architecture of Shared pool:
    Library Cache     Shared SQL Area (Hash Value, SQL source, Execution plan)
    Data Dictionary Cache
    Result Cache
    Enqueues     Fixed Area     Other
    Latches          
    1. Library Cache
    Shared Sql Area: contains Parsed SQL and execution Plans for statements already run against the database. This area allows SQL execution plans to be reused by many users.
    Private SQL Area: Private SQL areas are non-shared memory areas assigned to unique user sessions.
    Pl/sql Area: contains the recently executed Procedures, Functions and Packages.
    Control Structures: Common control structure information example Memory for Latches and locks, sequence cache.
    2. Dictionary cache known as the row cache.
    Dictionary cache stores all the metadata info of tables and views in the database, Names and data types of the columns in the database, Object and system privileges of all the Users. Oracle maintains the stats of all the objects in the shared pool, if any of the memory objects are not used from the last 3 seconds, these memory objects will be aged out and will be removed from the cache. All the Shared Pool Structures are maintained by a LRU (least recently Used) algorithm, by which Oracle removes the objects from the shared Pool, until there is enough free space in the shared Pool to keep new Object.
    3. Scripts for different DBA tasks:
    Dictionary Views for shared POOL:
    NON-RAC
    V$DB_CACHE_ADVICE
    V$DB_OBJECT_CACHE
    V$DLM_LATCH
    V$DLM_LOCKS
    V$LATCH
    V$LATCHHOLDER
    V$LATCHNAME
    V$LATCH_CHILDREN
    V$LATCH_MISSES
    V$LATCH_PARENT
    V$LIBRARYCACHE
    V$LOCK
    V$LOCKED_OBJECT
    V$LOCKS_WITH_COLLISIONS
    V$LOCK_ACTIVITY
    V$LOCK_ELEMENT
    V$OPEN_CURSOR
    V$PROCESS
    V$PX_PROCESS
    V$PX_PROCESS_SYSSTAT
    V$PX_SESSION
    V$PX_SESSTAT
    V$ROWCACHE
    V$ROWCACHE_PARENT
    V$ROWCACHE_SUBORDINATE
    V$SESSION
    V$SESSION_CONNECT_INFO
    V$SESSION_CURSOR_CACHE
    V$SESSION_EVENT
    V$SESSION_LONGOPS
    V$SESSION_OBJECT_CACHE
    V$SESSION_WAIT
    V$SESSTAT
    V$SESS_IO
    V$SGA
    V$SGASTAT
    V$SGAINFO
    V$SGA_DYAMIC_COMPONENTS
    V$SGA_DYNAMIC_FREE_MEMORY
    V$SGA_RESIZE_OPS
    V$SGA_CURRENT_RESIZE_OPS
    v$shared_pool_advice
    V_$SHARED_POOL_ADVICE
    V$SHARED_POOL_RESERVED
    V$SHARED_SERVER
    V$SORT_SEGMENT
    V$SORT_USAGE
    V$SQL
    V$SQLAREA
    V$SQLTEXT
    V$SQLTEXT_WITH_NEWLINES
    V$SQL_BIND_DATA
    V$SQL_BIND_METADATA
    V$SQL_CURSOR
    V$SQL_SHARED_CURSOR
    V$SQL_SHARED_MEMORY
    V$STATNAME
    V$SUBCACHE
    V$SYSSTAT
    V$SYSTEM_CURSOR_CACHE
    V$SYSTEM_EVENT
    V$SYSTEM_PARAMETER
    X$KSMSP
    RAC
    GV$LATCH
    GV$LATCHHOLDER
    GV$LATCHNAME
    GV$LATCH_CHILDREN
    GV$LATCH_MISSES
    GV$LATCH_PARENT
    GV$LIBRARYCACHE
    GV$LOCK
    GV$LOCKED_OBJECT
    GV$LOCKS_WITH_COLLISIONS
    GV$LOCK_ACTIVITY
    GV$LOCK_ELEMENT
    GV$PROCESS
    GV$PX_PROCESS
    GV$PX_PROCESS_SYSSTAT
    GV$PX_SESSION
    GV$PX_SESSTAT
    GV$ROWCACHE
    GV$ROWCACHE_PARENT
    GV$ROWCACHE_SUBORDINATE
    GV$SESSION
    GV$SESSION_CONNECT_INFO
    GV$SESSION_CURSOR_CACHE
    GV$SESSION_EVENT
    GV$SESSION_LONGOPS
    GV$SESSION_OBJECT_CACHE
    GV$SESSION_WAIT
    GV$SESSTAT
    GV$SESS_IO
    GV$SGA
    GV$SGASTAT
    gv$shared_pool_advice
    GV$SHARED_POOL_RESERVED
    GV$SHARED_SERVER
    GV$SORT_SEGMENT
    GV$SORT_USAGE
    GV$SQL
    GV$SQLAREA
    GV$SQLTEXT
    GV$SQLTEXT_WITH_NEWLINES
    GV$SQL_BIND_DATA
    GV$SQL_BIND_METADATA
    GV$SQL_CURSOR
    GV$SQL_SHARED_CURSOR
    GV$SQL_SHARED_MEMORY
    GV$STATNAME
    GV$SUBCACHE
    GV$SYSSTAT
    GV$SYSTEM_CURSOR_CACHE
    GV$SYSTEM_EVENT
    GV$SYSTEM_PARAMETER
    GV$WAITSTAT
    GV$_LOCK
    a.Measure object usage inside the shared pool and Tune shared pool
    set pagesize 132
    column owner format a16
    column name format a36
    column sharable_mem format 999,999,999
    column executions format 999,999,999
    prompt
    prompt Memory Usage of Shared Pool Order - Biggest First
    prompt
    column name format 45
    select owner, name||' - '||type name, sharable_mem from v$db_object_cache
    where sharable_mem > 10000
    and type in ('PACKAGE', 'PACKAGE BODY', 'FUNCTION', 'PROCEDURE')
    order by sharable_mem desc
    prompt
    prompt Loads into Shared Pool - Most Loads First
    prompt
    select owner, name||' - '||type name, loads , sharable_mem from v$db_object_cache
    where loads > 3
    and type in ('PACKAGE', 'PACKAGE BODY', 'FUNCTION', 'PROCEDURE')
    order by loads desc
    prompt
    prompt Executions of Objects in the Shared Pool - Most Executions First
    prompt
    select owner, name||' - '||type name, executions from v$db_object_cache
    where executions > 100
    and type in ('PACKAGE', 'PACKAGE BODY', 'FUNCTION', 'PROCEDURE')
    order by executions desc
    select 'If the values for the EXEC and LOADS close increase SHARED_POOL_SIZE!' from dual ;
    set feedback off
    set linesize 80
    set pagesize 52
    clear columns
    clear breaks
    col executions HEADING EXEC
    col sharable_mem heading SHAMEM
    col owner format a8
    col name format a30
    col type format a12
    set numwidth 8
    ttitle center 'Data Base Objects Owned by All Users Statistics' skip 2
    select name, type, sharable_mem, loads, executions, pins
    from sys.v_$db_object_cache ;
    b.Check reload problem in library cache
    select namespace, pins, reloads from v$librarycache;
    show parameters shared_pool
    select bytes/1024/1024 from v$sgastat where pool='shared pool' and name='free memory';
    c.Find the large queries in the shared pool library cache (using > 4mb each)
    SELECT sql_text "Stmt", count(*), sum(sharable_mem) "Mem",
    sum(users_opening) "Open", sum(executions) "Exec"
    FROM v$sql GROUP BY sql_text HAVING sum(sharable_mem) > 4096000;
    d.Find objects that can be considered pining into the shared pool
    column name format a40
    column owner format a15
    select owner, name, executions, locks, pins, loads, kept from v$db_object_cache where loads > 10;
    create temp table and insert records of candidates to be pinned.
    CREATE TABLE LRU_TMP AS SELECT * FROM X$KSMLRU;
    INSERT INTO LRU_TMP SELECT * FROM X$KSMLRU;
    Use the LRU_TMP table for analysis.
    SELECT USERNAME, KSMLRCOM, KSMLRHON, KSMLRNUM, KSMLRSIZ, SQL_TEXT
    FROM V$SQLAREA A, LRU_TMP K, V$SESSION S WHERE KSMLRSIZ > 3000
    AND A.ADDRESS=S.SQL_ADDRESS AND A.HASH_VALUE = S.SQL_HASH_VALUE
    AND SADDR=KSMLRSES;
    You can see the candidates to pin from the query below
    COL STORED_OBJECT FORMAT A40;
    COL SQ_EXECUTIONS FORMAT 999,999;
    SELECT /*+ ORDERED USE_HASH(D) USE_HASH(C) */ O.KGLNAOWN||’.'||O.KGLNAOBJ STORED_OBJECT, SUM(C.KGLHDEXC) SQL_EXECUTIONS
    FROM SYS.X$KGLOB O, SYS.X$KGLRD D, SYS.X$KGLCURSOR C
    WHERE
    O.INST_ID = USERENV(’INSTANCE’) AND
    D.INST_ID = USERENV(’INSTANCE’) AND
    C.INST_ID = USERENV(’INSTANCE’) AND
    O.KGLOBTYP IN (7, 8, 9, 11, 12) AND
    D.KGLHDCDR = O.KGLHDADR AND
    C.KGLHDPAR = D.KGLRDHDL
    GROUP BY O.KGLNAOWN, O.KGLNAOBJ
    HAVING SUM(C.KGLHDEXC) > 0
    ORDER BY 2 DESC;
    How to pin object
    EXECUTE SYS.DBMS_SHARED_POOL.SIZES(150);
    EXECUTE SYS.DBMS_SHARED_POOL.KEEP('SYS.STANDARD');
    EXECUTE SYS.DBMS_SHARED_POOL.UNKEEP('SYS.STANDARD');
    e.LRU work and objects were loaded and flushed
    LRU work in the shared pool KSMLRNUM stores the number of objects that were flushed to load the large object. KSMLRISZ stores the size of the object that was loaded (contiguous memory allocated)
    column ksmlrcom format a20
    column username format a5
    select username,sid,KSMLRCOM,KSMLRSIZ,KSMLRNUM, KSMLRHON, KSMLROHV, KSMLRSES from x$ksmlru , v$session where KSMLRSES=SADDR and KSMLRNUM >2 ;
    f.How much are waiting for Library Cache Latch
    select count(*),event from v$session_wait where event not like '%SQL%' and event not like '%ipc%' and event not like '%timer%' GROUP BY EVENT;
    select count(*),wait_time from v$session_wait where event='latch free' and p2=106 group by wait_time;
    select sid,wait_time,seconds_in_wait from v$session_wait where event='latch free' and p2=106 and WAIT_TIME>1;
    g.Queries identical but aren’t shared.
    SELECT address, hash_value, version_count , users_opening , users_executing,
    substr(sql_text,1,240) "SQL" FROM v$sqlarea WHERE version_count > 10;
    h.Get Biggest chunk of free memory.
    select sysdate, decode( sign(ksmchsiz - 812), -1, (ksmchsiz - 16) / 4,
    decode(sign(ksmchsiz - 4012),-1, trunc((ksmchsiz + 11924) / 64),
    decode(sign(ksmchsiz - 65548), -1, trunc(1/log(ksmchsiz - 11, 2)) + 238,254))) bucket,
    sum(ksmchsiz) free_space, count(*) free_chunks, trunc(avg(ksmchsiz)) average_size,
    max(ksmchsiz) biggest from x$ksmsp
    where inst_id = userenv('Instance') and ksmchcls = 'free' group by
    decode(sign(ksmchsiz - 812),-1, (ksmchsiz - 16) / 4,
    decode(sign(ksmchsiz - 4012),-1, trunc((ksmchsiz + 11924) / 64),
    decode(sign(ksmchsiz - 65548),-1, trunc(1/log(ksmchsiz - 11, 2)) + 238,254 ))) ;
    SELECT KSMCHCLS CLASS, COUNT(KSMCHCLS) NUM, SUM(KSMCHSIZ) SIZ,
    To_char( ((SUM(KSMCHSIZ)/COUNT(KSMCHCLS)/1024)),’999,999.00′)||’k’ “AVG SIZE”
    FROM X$KSMSP GROUP BY KSMCHCLS;
    CLASS     NUM     SIZ     AVG SIZE
    freeabl     19010     34519404     1.77k
    recr     23581     24967956     1.03k
    R-freea     68     1632     .02k
    perm     22     39801268     1,766.75k
    R-free     34     7238192     207.90k
    free     2389     36075980     14.75k
    Watch for trends using these guidelines:
    a) if ‘free’ memory is low (less than 5mb or so) you may need to increase the shared_pool_size and shared_pool_reserved_size. You should expect ‘free’ memory to increase and decrease over time. Seeing trends where ‘free’ memory decreases consistently is not necessarily a problem, but seeing consistent spikes up and down could be a problem.
    b) if ‘freeable’ or ‘perm’ memory continually grows then it is possible you are seeing a memory bug.
    c) if ‘freeabl’ and ‘recr’ memory classes are always huge, this indicates that you have a lot of cursor info stored that is not releasing.
    d) if ‘free’ memory is huge but you are still getting 4031 errors, the problem is likely reloads and invalids in the library cache causing fragmentation.
    -Note says that this query can hang database on HP platforms
    See the shared pool parameters
    column name format a30
    select name,value from v$parameter where name like '%shared_pool%' ;
    select x.ksppinm, y.ksppstvl from x$ksppi x , x$ksppcv y where x.indx = y.indx and lower(x.ksppinm) like '%spin%';
    SELECT count(*) FROM v$latch_children WHERE NAME = 'library cache';
    Shrinking and growing operations from V$SGA_RESIZE_OPS dynamic view:
    select to_char(end_time, ‘dd-Mon-yyyy hh24:mi’) end, oper_type, initial_size, target_size, final_size from V$SGA_RESIZE_OPS where component=’shared pool’ order by end;
    #shared_pool_summary.sql -get an overview of chunks in the shared pool
    select
    ksmchcom contents,
    count(*) chunks,
    sum(decode(ksmchcls, 'recr', ksmchsiz)) recreatable,
    sum(decode(ksmchcls, 'freeabl', ksmchsiz)) freeable,
    sum(ksmchsiz) total
    from
    sys.x_$ksmsp
    where
    inst_id = userenv('Instance') and
    ksmchcls not like 'R%'
    group by
    ksmchcom
    #reserved_pool_summary.sql - get an overview of chunks in the reserved pool
    select
    ksmchcom contents,
    count(*) chunks,
    sum(decode(ksmchcls, 'R-recr', ksmchsiz)) recreatable,
    sum(decode(ksmchcls, 'R-freea', ksmchsiz)) freeable,
    sum(ksmchsiz) total
    from
    sys.x_$ksmspr
    where
    inst_id = userenv('Instance')
    group by
    ksmchcom
    #save_sqlplus_settings.sql -reset sqlplus settings
    set termout off
    store set sqlplus_settings replace
    clear breaks
    clear columns
    clear computes
    set feedback off
    set verify off
    set termout on
    set define "&"
    #restore_sqlplus_settings.sql -reset sqlplus settings
    set termout off
    @sqlplus_settings
    clear breaks
    clear columns
    clear computes
    set termout on
    i.Check the shared pool reserved size status
    SELECT free_space, avg_free_size, used_space, avg_used_size, REQUEST_MISSES, request_failures, last_miss_size FROM v$shared_pool_reserved;
    An ORA-04031 error referencing large failed requests, indicates the Reserved Area is too fragmented. The reserved pool is small when: REQUEST_FAILURES > 0 (and increasing), The DBA should Increase shared_pool_reserved_size and shared_pool_size together. It is possible that too much memory has been allocated to the reserved list. The DBA should Decrease shared_pool_reserved_size, If: REQUEST_MISS = 0 or not increasing
    FREE_MEMORY = > 50% of shared_pool_reserved_size minimum
    col free_space for 999,999,999,999 head “TOTAL FREE”
    col avg_free_size for 999,999,999,999 head “AVERAGE|CHUNK SIZE
    col free_count for 999,999,999,999 head “COUNT”
    col request_misses for 999,999,999,999 head “REQUEST|MISSES
    col request_failures for 999,999,999,999 head “REQUEST|FAILURES”
    col max_free_size for 999,999,999,999 head “LARGEST CHUNK”
    select free_space, avg_free_size, free_count, max_free_size, request_misses, request_failures from v$shared_pool_reserved;
    TOTAL FREE     AVERAGE
    CHUNK SIZE     COUNT     LARGEST CHUNK     REQUEST
    MISSES     REQUEST
    FAILURES
    7,238,192     212,888     34     212,888     0     0
    You should also use hidden and unsupported parameter “_shared_pool_reserved_pct” to control reserved pool. This parameter controls the allocated percentage of shared pool for reserved pool. By default it is %5 of the shared pool and if you use ASMM for memory management you can set this value higher like 10 to allocate reserved pool dynamically. When you set the parameter you will see the shared_pool_reserved_size parameter will be adjusted to the new setting. The parameter can not be modified when instance is started. You can use the query below to see the current value
    select a.ksppinm “Parameter”, b.ksppstvl “Session Value”, c.ksppstvl “Instance Value” from sys.x$ksppi a, sys.x$ksppcv b, sys.x$ksppsv c where a.indx = b.indx and a.indx = c.indx and a.ksppinm = ‘_shared_pool_reserved_pct’;
    Parameter     Session Value     Instance Value
    sharedpool_reserved_pct     10     10
    j.When having multiple subheaps:
    select KSMCHIDX, ksmchcom ChunkComment,
    decode(round(ksmchsiz/1000),0,'0-1K', 1,'1-2K', 2,'2-3K', 3,'3-4K',4,'4-5K',5,'5-6k',6,'6-7k',7,'7-8k',8,'8-9k', 9,'9-10k', '> 10K'), count(*), ksmchcls Status, sum(ksmchsiz) Bytes
    from x$ksmsp where KSMCHCOM = 'free memory' group by KSMCHIDX,ksmchcom, ksmchcls, decode(round(ksmchsiz/1000),0,'0-1K', 1,'1-2K', 2,'2-3K', 3,'3-4K',4,'4-5K',5,'5-6k',6,'6-7k',7,'7-8k',8,'8-9k', 9,'9-10k','> 10K');
    SubPool     SGA_HEAP     CHUNKCOMMENT     size     COUNT(*)     STATUS     BYTES
    1     sga heap(1,0)     free memory     > 10K     34     R-free     7238192
    1     sga heap(1,0)     free memory     3-4K     2     free     6284
    1     sga heap(1,0)     free memory     > 10K     241     free     35707400
    1     sga heap(1,0)     free memory     8-9k     1     free     7712
    1     sga heap(1,0)     free memory     2-3K     4     free     6752
    1     sga heap(1,0)     free memory     0-1K     2090     free     133288
    1     sga heap(1,0)     free memory     9-10k     21     free     188676
    1     sga heap(1,0)     free memory     1-2K     30     free     25868
    If you see lack of large chunks it is possible that you can face with ORA-04031 in near future.
    k.Check shared pool at first glance quick diagnostics
    select 'You may need to increase the SHARED_POOL_RESERVED_SIZE' Description, 'Request Failures = '||REQUEST_FAILURES Logic
    from      v$shared_pool_reserved where      REQUEST_FAILURES > 0
    and      0 != (select      to_number(VALUE) from      v$parameter
    where      NAME = 'shared_pool_reserved_size')
    union
    select 'You may be able to decrease the SHARED_POOL_RESERVED_SIZE' Description,'Request Failures = '||REQUEST_FAILURES Logic
    from      v$shared_pool_reserved where      REQUEST_FAILURES < 5
    and      0 != (select      to_number(VALUE) from      v$parameter
         where      NAME = 'shared_pool_reserved_size')
    l.Memory Usage - object list level view
    •     Owner - Owner of the object
    •     Object - Name/namespace of the object
    •     Sharable Memory - Amount of sharable memory in the shared pool consumed by the object
    select OWNER, NAME||' - '||TYPE object,SHARABLE_MEM
    from      v$db_object_cache where SHARABLE_MEM > 10000
    and     type in ('PACKAGE','PACKAGE BODY','FUNCTION','PROCEDURE')
    order by owner asc ,SHARABLE_MEM desc
    SELECT * FROM (SELECT ROW_NUMBER () over (PARTITION BY NAMESPACE ORDER BY SHARABLE_MEM DESC) ROW_within , NAMESPACE, SHARABLE_MEM, SUBSTR(NAME,1,40) NAME FROM V$DB_OBJECT_CACHE ORDER BY SHARABLE_MEM DESC) WHERE ROW_WITHIN <= 2 ORDER BY NAMESPACE, ROW_WITHIN;
    ROW_WITHIN NAMESPACE SHARABLE_MEM NAME
    1 CLUSTER 2794 C_OBJ#_INTCOL#
    2 CLUSTER 1684 SMON_SCN_TO_TIME
    1 RSRCPLAN 5117 SYS_GROUP

  • Conecting oracle to jdbc

    hello friends!
    i would ike to askhear a qustion?
    my question is how can i map my data source name to the oracle database using native jdbc:oracle driver or jabc:odbc bridge driver
    if you know the answer please send me on
    [email protected] as early as possible

    From the JDBC adapter FAQ, on service market place:
    10. Oracle JDBC Driver (classes12.zip / classes12.jar) Deadlocks
        * Q: I have deployed the Oracle classes12.zip / classes12.jar JDBC driver as per the instructions in the XI Configuration Guide.
          Unfortunately, I frequently notice hanging database connections. A thread dump taken according to the instructions in note 710154 shows one or more blocking JDBC Sender/Reciver threads and optionally that the JVM has detected a deadlock.
        * A: The Oracle classes12.zip / classes12.jar driver is compatible with JDK 1.2 and 1.3 only, but not with JDK 1.4. Upgrade to a current version of the driver (ojdbc14.jar). For details, refer to note 941317.
          Make sure that you remove classes12.zip / classes12.jar from aii_af_jmsproviderlib.sda (releases 3.0/7.0) or com.sap.aii.adapter.lib.sda (releases 7.1) prior to adding the new driver as per the instructions in the answer to question #1 above as you will get a class name collision otherwise (all JARs from aii_af_jmsproviderlib.sda (releases 3.0/7.0) or com.sap.aii.adapter.lib.sda (releases 7.1) are loaded into the same class loader and the driver class name of both driver versions is the same).
          Before deploying the updated driver, ensure that the new version is still compatible with your Oracle database server release. For details, refer to the release notes provided by Oracle.
    I think you should be able to use OJDBC14.jar as to seems to be tied to the JDK version.
    Also refer to note : 941317 for more info.
    Regards
    Bhavesh

  • JDBC external oracle invalid URL

    Ok after deploying oracle jdbc now I am getting this error:
    Error during database connection to the database URL 'jdbc:oracle:thin@torigai:1527:DSORACLE' using the JDBC driver 'oracle.jdbc.driver.OracleDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:oracle:thin@torigai:1527:DSORACLE': SQLException: Invalid Oracle URL specified'
    Could this be becauase the external oracle DB is a 9.2 instance and the source is 10g?  Should I deploy classes14.jar along with ojdbc.jar.....?
    Thanks
    Mikie

    Hi,
    The reason is that the URL is incorrect. You have missed a ":" after "thin".
    This is what it should be,
    <b>jdbc:oracle:thin<i>:</i>@torigai:1527:DSORACLE</b>
    ><i>Should I deploy classes14.jar along with ojdbc.jar.....?</i>
    Not needed at all. Infact you should use either ojdbc.jar or classes14.jar and not both.
    From the SAP note : 831162
    <i>
    have deployed the Oracle classes12.zip / classes12.jar JDBC driver as per the instructions in the XI Configuration Guide.
    Unfortunately, I frequently notice hanging database connections. A thread dump taken according to the instructions in note 710154 shows one or more blocking JDBC Sender/Reciver threads and optionally that the JVM has detected a deadlock.
    A: The Oracle classes12.zip / classes12.jar driver is compatible with JDK 1.2 and 1.3 only, but not with JDK 1.4. Upgrade to a current version of the driver (ojdbc14.jar). For details, refer to note 941317.
    Make sure that you remove classes12.zip / classes12.jar from aii_af_jmsproviderlib.sda prior to adding the new driver as per the instructions in the answer to question #1 above as you will get a class name collision otherwise (all JARs from aii_af_jmsproviderlib.sda are loaded into the same class loader and the driver class name of both driver versions is the same).
    Before deploying the updated driver, ensure that the new version is still compatible with your Oracle database server release. For details, refer to the release notes provided by Oracle.</i>
    Regards,
    Bhavesh

  • Trying to open old iPhoto library on osx 10.9.5 with iPhoto 9.5.1.  iPhoto says I must upgrade but upgrade eventually hangs.  Tried to rebuild/repair database but it always says you have to upgrade database first and eventually hangs

    Trying to open old iPhoto library on osx 10.9.5 with iPhoto 9.5.1.  iPhoto says I must upgrade but upgrade eventually hangs.  Tried to rebuild/repair database but it always says you have to upgrade database first and eventually hangs

    What version was the old library made with?
    What is the exact message? when it hangs does it crash or do you have to force quit?
    LN

  • TOAD hangs, for the new Database

    Hi,
    My database version is:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE     11.2.0.3.0     Production
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    My TOAD version is:
    Version 10.1.1.8
    We created a new database A and created a user schema.
    When I login to the schema in TOAD and leave the session idle (even if I dont run any query) for a while and come back to it, TOAD gets hanged.
    I get no error message or anything, it just hangs and I have to do alt+ctrl+del and end task everytime.
    This does not happen with another database B.
    So I assume this is not a TOAD problem.
    Please advice where the problem lies.
    Thanks!!
    Edited by: 934451 on Nov 7, 2012 8:16 AM
    Edited by: 934451 on Nov 7, 2012 8:28 AM

    934451 wrote:
    Hi,
    My database version is:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE     11.2.0.3.0     Production
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    My TOAD version is:
    Version 10.1.1.8
    We created a new database A and created a user schema.
    When I login to the schema in TOAD and leave the session idle (even if I dont run any query) for a while and come back to it, TOAD gets hanged.
    I get no error message or anything, it just hangs and I have to do alt+ctrl+del and end task everytime.
    This does not happen with another database B.
    So I assume this is not a TOAD problem.Do both database A & B reside on the same DB Server?

  • 10.2.0.2 Database Install Hangs on AIX 5.3

    We have four new, recently-configured, AIX servers with same configuration with respect to IBM patches, kernel settings, etc. The install on our second server hangs while the other three installs successfully completed. It's not a connectivity issue with x-windows software or Putty as the OUI screen displays correctly and we enter all our install details.
    We get as far as the Summary screen, at which point we review the parameters to be used, then select "Install" and the 10g screen comes up (where you would normally see progress status) and nothing else happens. Eventually the screen washes out and nothing happens. We have downloaded new copies of the software from OTN, as well as transferred copies of the files from one of the successful servers, but with the same results.
    I have attached the contents of the install log file below and hope that someone may have a moment to review and point out something that may be causing the install issue. I am available to provide any additional information as requested.
    RDBMS Version: Oracle 10.2.0.2
    OS Version: AIX 5.3
    I can email the full install log if needed, but it contains more than 30,000 words and exceeds this forum's max length.
    ========================================================================
    INFO: Using paramFile: /u01/install/oracle/ora10gr2/Disk1/install/oraparam.ini
    INFO:
    INFO:
    INFO: No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    INFO:
    INFO: The commandline for unzip:
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/\*.jar -d /tmp/OraInstall2010-04-24_01-11-51PM
    INFO: The commandline for unzip:
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/unzip -qqq ../stage/Components/oracle.swd.oui/10.2.0.1.0/1/DataFiles/\*.jar -d /tmp/OraInstall2010-04-24_01-11-51PM
    INFO: The commandline for unzip:
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/unzip -qqq ../stage/Components/oracle.swd.oui.core/10.2.0.1.0/1/DataFiles/\*.jar -d /tmp/OraInstall2010-04-24_01-11-51PM
    INFO:
    INFO: The number of files bootstrapped for the jre is 221.
    INFO:
    INFO: The number of files bootstrapped for the oui is 96.
    INFO: Execvp of the child jre : the cmdline is /tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2/bin/java, and the argv is
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2/bin/java
    INFO: -Doracle.installer.library_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui/lib/aix
    INFO: -Doracle.installer.oui_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui
    INFO: -Doracle.installer.bootstrap=TRUE
    INFO: -Doracle.installer.startup_location=/u01/install/oracle/ora10gr2/Disk1/install
    INFO: -Doracle.installer.jre_loc=/tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2
    INFO: -Doracle.installer.nlsEnabled="TRUE"
    INFO: -Doracle.installer.prereqConfigLoc=
    INFO: -Doracle.installer.unixVersion=3
    INFO: -mx200m
    INFO: -ms150m
    INFO: -cp
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oneclick.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/srvm.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/share.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xml.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/emCfg.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ojmisc.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstImages.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/classes12.jar::/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4-nls.jar
    INFO: oracle.sysman.oio.oioc.OiocOneClickInstaller
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2/bin/java
    INFO: -Doracle.installer.library_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui/lib/aix
    INFO: -Doracle.installer.oui_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui
    INFO: -Doracle.installer.bootstrap=TRUE
    INFO: -Doracle.installer.startup_location=/u01/install/oracle/ora10gr2/Disk1/install
    INFO: -Doracle.installer.jre_loc=/tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2
    INFO: -Doracle.installer.nlsEnabled="TRUE"
    INFO: -Doracle.installer.prereqConfigLoc=
    INFO: -Doracle.installer.unixVersion=3
    INFO: -mx200m
    INFO: -ms150m
    INFO: -cp
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oneclick.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/srvm.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/share.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xml.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/emCfg.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ojmisc.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstImages.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/classes12.jar::/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4-nls.jar
    INFO: oracle.sysman.oii.oiic.OiicInstaller
    INFO: UnixGroups="{oinstall,staff,dba,pensions,}"
    INFO: -scratchPath
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM
    INFO: -sourceLoc
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/../stage/products.xml
    INFO: -sourceType
    INFO: network
    INFO: -timestamp
    INFO: 2010-04-24_01-11-51PM
    INFO: -oneclick
    INFO: Environment Variables:
    INFO:      ORACLE_HOME = /u01/app/oracle/product/10.2.0
    INFO:      PATH = /u01/install/oracle/ora10gr2/Disk1/install:/usr/bin:/usr/ccs/bin:/u01/app/oracle/product/9.2.0/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oracle/bin:/usr/bin/X11:/sbin:.
    INFO:      CLASSPATH =
    INFO: Username:oracle
    INFO: Oracle Universal Installer version is 10.2.0.1.0
    INFO: Setting variable 'PREREQ_CONFIG_LOCATION' to ''. Received the value from variable association.
    INFO: Reader/Writer 'oracle.sysman.oii.oiic.OiicGlobalContextXMLReaderWriter' was created.
    INFO:
    *** Welcome Page***
    INFO: Initializing install inventory
    INFO: Setting up install inventory
    INFO:
    *** Specify Source Location Page***
    INFO: Initializing OUI Shiphome access setup
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: fetch the file: /u01/install/oracle/ora10gr2/Disk1/stage/shiphomeinfo.properties
    INFO: Performing operation for OUI Shiphome access setup
    INFO:
    *** Select a Product to Install Page***
    INFO: Setting the 'TopLevelComp ( ToplevelComp )' property to 'oracle.server, 10.2.0.1.0, >0.0.0.0.0, [ 610 ][OH:2]'. Received the value from the default settings.
    INFO:
    *** Select Installation Type Page***
    INFO: Setting the 'InstallType ( DEP_MODE )' property to 'EE'. Received the value from the UI page.
    INFO: Setting the 'TopLevelInstallType ( TLDepModes )' property to 'EE,'. Received the value from the UI page.
    INFO: The selected install type is "Enterprise Edition".
    INFO:
    *** Specify Home Details Page***
    INFO: Setting the 'OracleHome ( ORACLE_HOME )' property to '/u01/app/oracle/product/10.2.0'. Received the value from the UI page.
    INFO: Setting the 'OracleHomeName ( ORACLE_HOME_NAME )' property to 'ora1020'. Received the value from the UI page.
    INFO: Initializing OUI Oracle Home access setup
    INFO: Setting variable 'ORACLE_HOME' to '/u01/app/oracle/product/10.2.0'. Received the value from the UI page.
    INFO: Loading shiphomepropertiesfrom /tmp/OraInstall2010-04-24_01-11-51PM/shiphomeproperties.xml
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: Setting the PROD_HOME variable of 'oracle.server_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.server Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.assistants.acf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.assistants.acf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.assistants.server_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.buildtools.common_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_buildtools_common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.buildtools.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_buildtools_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.common_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.dbjava.common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_dbjava_jdbc'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc12_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.dbjava.jdbc12'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc14_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.dbjava.jdbc14'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.dbjava.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.emdw.emcp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.emdw.emcp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.emdw.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.emdw.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.admin_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.mgw.common_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/mgw'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.cman_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.cman Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.listener_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.listener Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.perfmon_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.perfmon Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.oem.oemlt_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oemlt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.options_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.options Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.api_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.oraolap.api'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.dbscripts_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.annotator_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.client_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.interMedia.imclient'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.rdbms_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ovm_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ovm Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.precomp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.common_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.precomp.common Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_rsf_precomp_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dbscripts_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_rdbms_dbscripts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dm_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dmse_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rdbms.dmse Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.lbac_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.locator_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.olap_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.partitioning_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rdbms.partitioning Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rman_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.rdbms.rman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rsf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rsf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sdo_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_cartridges_spatial'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.slax.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.slax.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlj.sqljruntime_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_java_sqlj_sqljruntime'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlplus.rsf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.sqlplus.rsf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.agent.db_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/sysman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.bsln_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_sysman_bsln'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.console.db_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_sysman_console_db'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.console.emcp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    ================================
    =================================================
    ============================================================================
    ADDITIONAL INSTALLATION LOG DETAILS OMITTED FOR SPACE REASONS - FILE CAN BE EMAILED AT USER'S REQUEST
    ============================================================================
    =================================================
    ================================
    Summary
    Global Settings
    Source: /u01/install/oracle/ora10gr2/Disk1/stage/products.xml
    Oracle Home: /u01/app/oracle/product/10.2.0 (ora1020)
    Installation Type: Enterprise Edition
    Product Languages
    English
    Space Requirements
    /u01/ Required 3.46GB : Available 11.35GB
    /tmp/ Required 210MB (only as temporary space) : Available 372MB
    New Installations (107 products)
    Oracle Database 10g 10.2.0.1.0
    Enterprise Edition Options 10.2.0.1.0
    Oracle Partitioning 10.2.0.1.0
    Oracle Spatial 10.2.0.1.0
    Oracle OLAP 10.2.0.1.0
    Oracle Enterprise Manager Console DB 10.2.0.1.0
    Oracle Net Services 10.2.0.1.0
    Oracle Database 10g 10.2.0.1.0
    Oracle Net Listener 10.2.0.1.0
    HAS Files for DB 10.2.0.1.0
    Oracle Internet Directory Client 10.2.0.1.0
    Oracle Call Interface (OCI) 10.2.0.1.0
    Oracle Programmer 10.2.0.1.0
    Oracle interMedia 10.2.0.1.0
    Enterprise Manager Agent Core 10.2.0.1.0
    Oracle JVM 10.2.0.1.0
    Database Configuration and Upgrade Assistants 10.2.0.1.0
    Oracle interMedia Locator 10.2.0.1.0
    Oracle XML Development Kit 10.2.0.1.0
    Oracle Text 10.2.0.1.0
    Oracle Database Utilities 10.2.0.1.0
    Generic Connectivity Common Files 10.2.0.1.0
    Oracle Advanced Security 10.2.0.1.0
    Enterprise Manager Repository Core 10.2.0.1.0
    PL/SQL 10.2.0.1.0
    Oracle Net 10.2.0.1.0
    Assistant Common Files 10.2.0.1.0
    Oracle Notification Service 10.1.0.3.0
    Enterprise Manager plugin Common Files 10.2.0.1.0 Beta
    Buildtools Common Files 10.2.0.1.0
    Installation Common Files 10.2.0.1.0
    Oracle LDAP administration 10.2.0.1.0
    Oracle Java Client 10.2.0.1.0
    Precompiler Common Files 10.2.0.1.0
    Oracle Recovery Manager 10.2.0.1.0
    SQL*Plus 10.2.0.1.0
    iSQL*Plus 10.2.0.1.0
    Enterprise Manager plugin Common Files 10.2.0.1.0
    HAS Common Files 10.2.0.1.0
    Oracle Clusterware RDBMS Files 10.2.0.1.0
    Oracle Wallet Manager 10.2.0.1.0
    Enterprise Manager Minimal Integration 10.2.0.1.0
    Oracle Database User Interface 2.2.13.0.0
    Secure Socket Layer 10.2.0.1.0
    Required Support Files 10.2.0.1.0
    Oracle Globalization Support 10.2.0.1.0
    Database SQL Scripts 10.2.0.1.0
    OLAP SQL Scripts 10.2.0.1.0
    PL/SQL Embedded Gateway 10.2.0.1.0
    Oracle Locale Builder 10.2.0.1.0
    Character Set Migration Utility 10.2.0.1.0
    LDAP Required Support Files 10.2.0.1.0
    Oracle Help for the Web 1.1.10.0.0
    Oracle JDBC Thin Driver for JDK 1.4 10.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.2 10.2.0.1.0
    Oracle interMedia Client Option 10.2.0.1.0
    Oracle Required Support Files 32 bit 10.2.0.0.0
    Oracle Code Editor 1.2.1.0.0I
    Perl Interpreter 5.8.3.0.1
    JDBC Common Files 10.2.0.1.0
    Oracle Help For Java 4.2.6.1.0
    Oracle Containers for Java 10.2.0.1.0
    Database Workspace Manager 10.2.0.1.0
    Oracle Core Required Support Files 10.2.0.1.0
    Platform Required Support Files 10.2.0.1.0
    Oracle interMedia Locator RDBMS Files 10.2.0.1.0
    Oracle JDBC/OCI Instant Client 10.2.0.1.0
    Oracle interMedia Annotator 10.2.0.1.0
    SQLJ Runtime 10.2.0.1.0
    Oracle interMedia Java Advanced Imaging 10.2.0.1.0
    Oracle Database 10g interMedia Files 10.2.0.1.0
    Oracle Data Mining RDBMS Files 10.2.0.1.0
    Enterprise Manager Baseline 10.2.0.1.0
    Oracle Ice Browser 5.2.3.6.0
    Oracle UIX 2.1.22.0.0
    XML Parser for Java 10.2.0.1.0
    Precompiler Required Support Files 10.2.0.1.0
    XML Parser for Oracle JVM 10.2.0.1.0
    Oracle Message Gateway Common Files 10.2.0.1.0
    Oracle Starter Database 10.2.0.1.0
    Sample Schema Data 10.2.0.1.0
    Parser Generator Required Support Files 10.2.0.1.0
    Agent Required Support Files 10.2.0.1.0
    Oracle RAC Required Support Files-HAS 10.2.0.1.0
    RDBMS Required Support Files 10.2.0.1.0
    RDBMS Required Support Files for Instant Client 10.2.0.1.0
    XDK Required Support Files 10.2.0.1.0
    Oracle OLAP API 10.2.0.1.0
    Oracle OLAP RDBMS Files 10.2.0.1.0
    DBJAVA Required Support Files 10.2.0.1.0
    SQL*Plus Required Support Files 10.2.0.1.0
    Oracle JFC Extended Windowing Toolkit 4.2.33.0.0
    Oracle Extended Windowing Toolkit 3.4.38.0.0
    Oracle Display Fonts 9.0.2.0.0
    Bali Share 1.1.18.0.0
    Enterprise Manager Common Files 10.2.0.1.0
    Enterprise Manager Agent DB 10.2.0.1.0
    Oracle Net Required Support Files 10.2.0.1.0
    Enterprise Manager Repository DB 10.2.0.1.0
    SSL Required Support Files for InstantClient 10.2.0.1.0
    regexp 2.1.9.0.0
    Oracle Universal Installer 10.2.0.1.0
    Oracle One-Off Patch Installer 10.2.0.1.0
    Installer SDK Component 10.2.0.1.0
    Java Runtime Environment 1.4.2.0.0
    Sun JDK 1.4.2.0.5
    Sun JDK extensions 10.1.2.0.0
    Already Installed (1 products)
    Java Runtime Environment 1.1.8.3.0
    INFO: Method 'dispose()' Not implemented in class 'ConfigurationOptions'
    INFO: config-context initialized

    I think you have to install 10.2.0.1 and then apply a patch to go 10.2.0.2.0 --10.2.0.3.0--- etc
    and can you also let us know what file system you using NFS or GPFS ?
    regards
    Younus
    Edited by: user9351799 on 27/04/2010 22:18
    Edited by: user9351799 on 27/04/2010 22:19

  • Weird : Database Hangs without any message in Alert File

    Hi
    We have production database 10.2.0 , in the last 3 days database database has to be restarted as it hangs without any information in the Alert File.
    No trace file is genrated at that time.
    Only SYS user Can LOGIN to the database.
    I had no other option but to restart
    Database is in NO ARCHIVE MODE
    There is Enough Space in Temporary Tablespace and all other tablespace.
    NO patches were applied to the database
    NO parameters has been modified
    When i check the CPU usage its normal.
    There is Enough Disk Space.
    This is procution and i apreciate Help.
    Thank You

    user6421665 wrote:
    Only SYS user Can LOGIN to the database.
    What is the OS ? Windows --> Did you check virus scan or some other process running during that time ?
    Unix / Linux --> Is sysadmin running a defrag on the disks or some other OS Utility ?
    Do you login as SYS from the server ? Can you login as any other user from the server ?
    Hang == Slow ?
    >
    This is procution and i apreciate Help.
    Production database in NOARCHIVE log mode... is interesting by itself, but that is not a question here.

Maybe you are looking for

  • Comparing a time period and a date via trigger....

    Hi , There are among others three tables.... Table material    material_code number    onomasia   varchar2(50)    guarantee_end_date date Table supplier_contract      contract_code number      start_date date      end_date date     supplier number(5)

  • Question pertaining to firewire 400 vs. 800

    I am currently in the process of learning the Mac world. I have been using my wife's iBook for sometime and am waiting for things to work out for a new MacBook. So as I embark on my switch over from the Dark-side to Mac I was wondering, if firewire 8

  • Actual work in MS project project is different than PWA Business Intelligence report

    Hi Actual work in MS project project is different than PWA Business Intelligence report  (Numbers are different) Di u know why?

  • In mail settings is not listed sent fodera (imap)

    Differently by my IMac and IPhone, on my IPad seems not to be possible to sync sent mails with imap server because in "settings" are only available trash and drafts folders but not The sent one. Furthermore in Mail in each account are listed more cop

  • Error in Visual Administrator

    Hi... I'm creating a jCo RFC Provider, in my Visual Administrator. I put the parameters, but, when I try to start my jCo RFC provider, I've recieving this message: Error starting bundle, see LOG for details! So, my question is: -> Where is my "LOG fi