Oracle Licencing in Solaris Zones

Scenario
If we setup a server with 6 processors and we setup 1 resource pool with 4 processors called oracle_pool.
We then create 2 Oracle Containers both using the same resource pool, ie "oracle_pool", will I require 4, 6 or 8 Oracle Processor Licences ?
The CPUs are single threaded to keep it simple.
Every example I find only talks about one to one relationships between containers and resource pools.

I think your Oracle sales rep would have the final word on this, but I believe you would need 8 cores of license (2 x 4 core). Assuming you're not using a [discounted core from a multicore system|http://www.oracle.com/corporate/contracts/library/processor-core-factor-table.pdf] . You wouldn't owe for just 4 cores even though you've made a 4-core pool because you have 2 containers sharing that pool, which doesn't meet the '[hard partitioning|http://www.sun.com/third-party/global/oracle/consolidation/Containers_Oracle_041305.pdf]' requirement that would limit it to 4 (basically a pool dedicated to a single container).
As far as I know the licensing terms always refer to physical processors not
virtual processors. So 6 physical CPU's requires a licence for 6 processors.Looking at the first linked PDF, they track cores, not sockets... but they typically count each core in multicore as 0.5 or 0.75 of a license (so a single socket quad-core Xeon may need 2 licenses, not 4 or 1). But I don't make quotes for a living, so I may be totally wrong :)
Regards,
[email protected]

Similar Messages

  • Oracle licensing in Solaris zones

    Hi all,
    I've read a few documents about Oracle licensing :
    http://www.sun.com/third-party/global/oracle/consolidation/Containers_Oracle_041305.pdf
    http://www.oracle.com/corporate/pricing/partitioning.pdf
    However, there's one thing not clear to me. In Solaris zones, you dedicate threads (usually referred to as 'CPU' on Solaris) to zones. Oracle licensing is always about the number of cores used by the partition, not the number of threads. How do you convert from threads to cores?
    I'll give an example:
    A T2 system with 2 processors, 8 cores each, 8 threads each (128 threads in total). You create a resource pool with 2 CPUs (threads): 1 thread from one core, and 1 thread from another one (or they are assigned like that for you) and associate a zone that runs Oracle.
    I can think of two ways of calculating the number of cores used:
    1) divide the number of dedicated threads by the number of threads per core: 2 / 8 = 0.25 (optionally round it up to 1) -- This is how IBM does its licensing.
    2) count the number of physical cores that are being used by the zone. In this case this is 2, as the threads are not running on the same core.
    Can anyone help me figuring this out?
    Thanks!
    Regards,
    Mathieu

    Hi Dezutterm,
    I'm not a sales guy, but from how I understand things... you've already figured it out yourself:
    dezutterm wrote:
    I'll give an example:
    A T2 system with 2 processors, 8 cores each, 8 threads each (128 threads in total). You create a resource pool with 2 CPUs (threads): 1 thread from one core, and 1 thread from another one (or they are assigned like that for you) and associate a zone that runs Oracle.
    I can think of two ways of calculating the number of cores used:
    1) divide the number of dedicated threads by the number of threads per core: 2 / 8 = 0.25 (optionally round it up to 1) -- This is how IBM does its licensing.
    2) count the number of physical cores that are being used by the zone. In this case this is 2, as the threads are not running on the same core.
    Can anyone help me figuring this out?Like you've seen, Oracle cares about how many cores are running Oracle software, not threads (from "Processor" definition here: http://www.oracle.com/corporate/pricing/technology-price-list.pdf). If you have 2 cores running Oracle software, you take "2" and multiple by the Core Processor Licensing Factor for that model of CPU (http://www.oracle.com/corporate/contracts/library/processor-core-factor-table.pdf) which for a T2 is 0.25... meaning you need 2 x 0.25 = 0.5 processor licenses. If you would have used both threads from the same core, you would need 0.25.
    If this isn't correct, somebody please let us know, thanks!
    [email protected]

  • Installing Oracle on a solaris zone machine

    Hello
    I assume this is a legitimate question now that Oracle bought Sun :)
    I have a solaris zoned machine. On a normal Solaris machine, I edit several parametersd in /etc/system
    what to do in case of zoned machine?
    thank you

    Or you can check Oracle installation guide for Solaris
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15690/pre_install.htm#sthref84
    On Solaris 10, use the following procedure to view the current value specified for resource controls, and to change them if necessary:
    1.
    To view the current values of the resource control, enter the following commands:
    # id -p // to verify the project id
    uid=0(root) gid=0(root) projid=1 (user.root)
    # prctl -n project.max-shm-memory -i project user.root
    # prctl -n project.max-sem-ids -i project user.root
    2.
    If you must change any of the current values, then:
    1.
    To modify the value of max-shm-memory to 6 GB:
    # prctl -n project.max-shm-memory -v 6gb -r -i project user.root
    2.
    To modify the value of max-sem-ids to 256:
    # prctl -n project.max-sem-ids -v 256 -r -i project user.root

  • Installation of Oracle 10g in Solaris 10 zones

    Hi Everybody,
    Is there any Documentation for Installation of Oracle 10g in Solaris 10 Zones.
    I am having multiple zones shared by one common SAN Storage.
    I want to install oracle 10g in one of the particular local zone.
    Regards,
    Prosenjit Mukherjee.

    Last time I looked at metalink the documentation said zones and containers were not supported. That may no longer be true so you should check there first.

  • Memory issue, Oracle 10g in Solaris 10 zone

    I know many memory questions have been asked, but I couldn't find any similar to the problem I'm seeing.
    Starting from a fresh server boot, I have 12G of available memory, or nearly that anyway. Oracle 10g is installed with no databases created.
    After creating a database and running a few sql scripts to create tablespaces and users, my available memory is down to 3.5G.
    Rebooting the solaris zone containing Oracle does not restore any available memory. Shutting down the database does not restore any available memory.
    Why does Oracle seem to absorb so much available memory and not release it? I created the database from scripts and restricted the overall sga by a good bit over the defaults and while this did reduce the memory the oracle processes use, I'm still seeing this continual absorption of memory to the point where running any imports takes forever because my memory seems to bottom out. I saw it go down (using top, and vmstat) to about 500M at one point.
    Is there any utility that I can use, either solaris or sqlplus that will free up system memory?
    Message was edited by:
    tsmori

    After creating a database and running a few sql scripts to create tablespaces and users, my available memory is down to 3.5G.
    What are your settings fpr SGA_MAX_SIZE, SGA_TARGET and PGA_AGGREGATE_TARGET?
    Shutting down the database does not restore any available memory.
    Hmm that's really strange. We are running Oracle 9i on Solaris 10 Containers and didn't have any problems with memory leaks.
    Dim

  • How to install Oracle 10g on Solaris 10 non-global zone.

    Hi,
    I want to install Oracle 10g on Solaris non global zone with ASM.
    I need complete doc for doing the same.
    REgards
    S.Ali

    Check Oracle® Database Installation Guide 10g Release 2 (10.2) for Solaris Operating System.

  • Oracle Rac on Solaris Containers

    We are planning to implement Oracle 11G RAC on Solaris 10 using non-global zone. RAC is now officially certified on Solaris containers.
    But we are still investigating whether zone Cluster (Using Solaris Cluster) is the prerequisite to have Oracle RAC on Solaris non-global zone.
    This oracle document *(Supported Virtualization and Partitioning Technologies for Oracle Database and RAC Product Releases [ID 1173831.1])* stated that:
    _"*Oracle Solaris Containers are supported with Oracle RAC 10gR2 and 11gR1 (with Oracle Solaris Cluster on SPARC64). Solaris version 10 Update 7 or later (patches 141444-09, 143055-01, 142900-06, 143137-04 "md patch") with Oracle Solaris Cluster 3.3 and 3.2u2 patched to 126106-39 or later."*_
    Does it mean that Oracle RAC is supported on Solaris Container only with Solaris Cluster?
    In other word does Oracle RAC is supported on Solaris Non-Global zones without using Solaris Cluster?

    It was my understanding too. Do you have any source document where it is specifically noted that solaris cluster(Zone Cluster) is needed for RAC?
    Please check this document www.oracle.com/technetwork/articles/systems-hardware-architecture/deploying-rac-in-containers-168438.pdf, nowhere it is said that Solaris Cluster is needed.

  • Zfs core dumps in Solaris Zones after patchcluster installation

    Hi
    I've installed the recommended patch cluster for Solaris 10 (SPARC) on my T2000 Server.
    Now after the reboot all the Solaris Zones (got about 10 of them) instantly do zfs core dumps when their booted.
    Some Output:
    Dec 15 15:34:43 XXXXX genunix: NOTICE: core_log: zfs[1711] core dumped: /var/core/core_XXXXXX_zfs_0_0_1292423682_1711
    bash-3.00# svcs
    STATE STIME FMRI
    online 13:58:50 svc:/system/svc/restarter:default
    online 13:58:51 svc:/system/filesystem/root:default
    online 13:58:51 svc:/network/loopback:default
    online 13:58:53 svc:/network/pfil:default
    online 13:58:54 svc:/system/installupdates:default
    online 13:58:55 svc:/system/boot-archive:default
    online 13:58:56 svc:/network/physical:default
    online 13:58:57 svc:/system/filesystem/usr:default
    online 13:58:57 svc:/system/identity:node
    online 13:58:58 svc:/system/device/local:default
    online 13:58:58 svc:/system/keymap:default
    online 13:58:58 svc:/milestone/devices:default
    online 13:58:58 svc:/system/filesystem/minimal:default
    online 13:58:58 svc:/system/rmtmpfiles:default
    online 13:58:58 svc:/system/cryptosvc:default
    online 13:58:59 svc:/system/identity:domain
    online 13:58:59 svc:/system/name-service-cache:default
    online 13:58:59 svc:/system/coreadm:default
    online 13:58:59 svc:/network/ipsec/ipsecalgs:default
    online 13:58:59 svc:/application/print/ppd-cache-update:default
    online 13:58:59 svc:/network/ipsec/policy:default
    online 13:59:00 svc:/milestone/network:default
    online 13:59:00 svc:/network/initial:default
    online 13:59:00 svc:/system/manifest-import:default
    online 13:59:00 svc:/network/service:default
    online 13:59:00 svc:/milestone/single-user:default
    online 13:59:00 svc:/network/dns/client:default
    online 13:59:00 svc:/network/routing-setup:default
    online 13:59:00 svc:/milestone/name-services:default
    online 13:59:03 svc:/milestone/sysconfig:default
    online 13:59:03 svc:/system/utmp:default
    online 13:59:03 svc:/system/console-login:default
    offline 13:58:51 svc:/system/sysidtool:net
    offline 13:58:51 svc:/network/rpc/bind:default
    offline 13:58:51 svc:/system/sysidtool:system
    offline 13:58:52 svc:/network/nfs/status:default
    offline 13:58:52 svc:/network/nfs/nlockmgr:default
    offline 13:58:52 svc:/network/nfs/cbd:default
    offline 13:58:52 svc:/network/nfs/mapid:default
    offline 13:58:52 svc:/network/inetd:default
    offline 13:58:52 svc:/network/nfs/client:default
    offline 13:58:52 svc:/system/filesystem/autofs:default
    offline 13:58:53 svc:/system/system-log:default
    offline 13:58:53 svc:/network/smtp:sendmail
    offline 13:58:53 svc:/system/cron:default
    offline 13:58:53 svc:/milestone/multi-user:default
    offline 13:58:54 svc:/application/management/snmpdx:default
    offline 13:58:54 svc:/application/management/dmi:default
    offline 13:58:54 svc:/application/management/seaport:default
    offline 13:58:54 svc:/network/ssh:default
    offline 13:58:54 svc:/milestone/multi-user-server:default
    offline 13:58:54 svc:/application/font/fc-cache:default
    offline 13:58:55 svc:/application/management/sma:default
    offline 13:58:58 svc:/system/sac:default
    offline 13:59:00 svc:/network/shares/group:default
    offline 13:59:00 svc:/system/boot-archive-update:default
    maintenance 15:34:43 svc:/system/filesystem/local:default
    uninitialized 13:58:52 svc:/network/rpc/gss:default
    uninitialized 13:58:54 svc:/application/font/stfsloader:default
    uninitialized 13:58:55 svc:/network/rpc/rstat:default
    uninitialized 13:58:55 svc:/application/print/rfc1179:default
    uninitialized 13:58:55 svc:/application/x11/xfs:default
    uninitialized 13:58:55 svc:/network/finger:default
    uninitialized 13:58:55 svc:/network/ftp:default
    uninitialized 13:58:56 svc:/network/login:rlogin
    uninitialized 13:58:56 svc:/network/nfs/rquota:default
    uninitialized 13:58:56 svc:/network/rpc/rusers:default
    uninitialized 13:58:56 svc:/network/rpc/smserver:default
    uninitialized 13:58:57 svc:/network/security/ktkt_warn:default
    uninitialized 13:58:57 svc:/network/shell:default
    uninitialized 13:58:57 svc:/network/telnet:default
    uninitialized 13:58:58 svc:/network/rpc-100235_1/rpc_ticotsord:default
    uninitialized 13:58:58 svc:/network/rpc/cde-calendar-manager:default
    uninitialized 13:58:59 svc:/network/rpc/cde-ttdbserver:tcp
    bash-3.00# svcs -x
    svc:/system/filesystem/local:default (local file system mounts)
    State: maintenance since Wed Dec 15 15:34:43 2010
    Reason: Start method exited with $SMF_EXIT_ERR_FATAL.
    See: http://sun.com/msg/SMF-8000-KS
    See: /var/svc/log/system-filesystem-local:default.log
    Impact: 24 dependent services are not running. (Use -v for list.)
    svc:/network/rpc/gss:default (Generic Security Service)
    State: uninitialized since Wed Dec 15 13:58:52 2010
    Reason: Restarter svc:/network/inetd:default is not running.
    See: http://sun.com/msg/SMF-8000-5H
    See: gssd(1M)
    Impact: 11 dependent services are not running. (Use -v for list.)
    svc:/network/rpc/rstat:default (kernel statistics server)
    State: uninitialized since Wed Dec 15 13:58:55 2010
    Reason: Restarter svc:/network/inetd:default is not running.
    See: http://sun.com/msg/SMF-8000-5H
    See: rpc.rstatd(1M)
    See: rstatd(1M)
    Impact: 1 dependent service is not running. (Use -v for list.)
    bash-3.00# cat /var/svc/log/system-filesystem-local:default.log
    [ Jul 10 03:41:35 Enabled. ]
    [ Jul 10 03:43:45 Rereading configuration. ]
    [ Jul 10 03:44:17 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 10 03:44:18 Method "start" exited with status 0 ]
    [ Jul 10 12:44:36 Enabled. ]
    [ Jul 10 12:44:45 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 10 12:44:45 Method "start" exited with status 0 ]
    [ Jul 10 12:45:03 Enabled. ]
    [ Jul 10 12:45:09 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 10 12:45:09 Method "start" exited with status 0 ]
    [ Jul 10 13:54:39 Enabled. ]
    [ Jul 10 13:54:46 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 10 13:54:46 Method "start" exited with status 0 ]
    [ Jul 18 12:34:19 Enabled. ]
    [ Jul 18 12:34:27 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 18 12:34:27 Method "start" exited with status 0 ]
    [ Jul 18 17:29:08 Enabled. ]
    [ Jul 18 17:29:15 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 18 17:29:15 Method "start" exited with status 0 ]
    [ Jul 19 11:13:34 Enabled. ]
    [ Jul 19 11:13:42 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 19 11:13:42 Method "start" exited with status 0 ]
    [ Jul 19 11:32:23 Enabled. ]
    [ Jul 19 11:32:30 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 19 11:32:31 Method "start" exited with status 0 ]
    [ Jul 19 11:57:06 Enabled. ]
    [ Jul 19 11:57:13 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 19 11:57:13 Method "start" exited with status 0 ]
    [ Jul 19 12:40:05 Enabled. ]
    [ Jul 19 12:40:12 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 19 12:40:12 Method "start" exited with status 0 ]
    [ Jul 20 15:51:46 Enabled. ]
    [ Jul 20 15:51:54 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 20 15:51:54 Method "start" exited with status 0 ]
    [ Jul 24 11:42:17 Enabled. ]
    [ Jul 24 11:42:25 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 24 11:42:25 Method "start" exited with status 0 ]
    [ Jul 27 12:05:06 Stopping because service disabled. ]
    [ Jul 27 12:05:07 Executing stop method (null) ]
    [ Jul 27 12:13:10 Enabled. ]
    [ Jul 27 12:13:17 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 27 12:13:17 Method "start" exited with status 0 ]
    [ Jul 27 13:10:26 Stopping because service disabled. ]
    [ Jul 27 13:10:26 Executing stop method (null) ]
    [ Jul 27 13:18:19 Enabled. ]
    [ Jul 27 13:18:26 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 27 13:18:26 Method "start" exited with status 0 ]
    [ Jul 31 10:12:31 Enabled. ]
    [ Jul 31 10:12:38 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jul 31 10:12:39 Method "start" exited with status 0 ]
    [ Aug  7 10:08:52 Stopping because service disabled. ]
    [ Aug  7 10:08:52 Executing stop method (null) ]
    [ Aug  7 10:34:50 Enabled. ]
    [ Aug  7 10:34:57 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug  7 10:34:58 Method "start" exited with status 0 ]
    [ Aug  9 09:14:50 Stopping because service disabled. ]
    [ Aug  9 09:14:50 Executing stop method (null) ]
    [ Aug  9 09:55:03 Enabled. ]
    [ Aug  9 09:55:10 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug  9 09:55:11 Method "start" exited with status 0 ]
    [ Aug 16 10:46:43 Enabled. ]
    [ Aug 16 10:46:50 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 10:46:50 Method "start" exited with status 0 ]
    [ Aug 16 12:06:56 Enabled. ]
    [ Aug 16 12:07:02 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 12:07:02 Method "start" exited with status 0 ]
    [ Aug 16 13:45:10 Enabled. ]
    [ Aug 16 13:45:16 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 13:45:16 Method "start" exited with status 0 ]
    [ Aug 16 14:36:59 Enabled. ]
    [ Aug 16 14:37:07 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 14:37:07 Method "start" exited with status 0 ]
    [ Aug 16 15:00:40 Enabled. ]
    [ Aug 16 15:00:47 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 16 15:00:47 Method "start" exited with status 0 ]
    [ Aug 22 16:00:13 Enabled. ]
    [ Aug 22 16:00:21 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 22 16:00:21 Method "start" exited with status 0 ]
    [ Aug 23 09:49:04 Enabled. ]
    [ Aug 23 09:49:10 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 23 09:49:11 Method "start" exited with status 0 ]
    [ Aug 23 09:49:23 Stopping because service disabled. ]
    [ Aug 23 09:49:23 Executing stop method (null) ]
    [ Aug 23 10:04:13 Enabled. ]
    [ Aug 23 10:04:20 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 23 10:04:20 Method "start" exited with status 0 ]
    [ Aug 23 10:06:57 Enabled. ]
    [ Aug 23 10:07:04 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 23 10:07:05 Method "start" exited with status 0 ]
    [ Oct 23 08:43:05 Enabled. ]
    [ Oct 23 08:43:14 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Oct 23 08:43:14 Method "start" exited with status 0 ]
    [ Nov 21 14:51:50 Enabled. ]
    [ Nov 21 14:51:58 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Nov 21 14:51:59 Method "start" exited with status 0 ]
    [ Nov 29 15:33:19 Enabled. ]
    [ Nov 29 15:33:26 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Nov 29 15:33:27 Method "start" exited with status 0 ]
    [ Dec 18 13:37:35 Enabled. ]
    [ Dec 18 13:37:42 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Dec 18 13:37:42 Method "start" exited with status 0 ]
    [ Dec 19 08:48:07 Enabled. ]
    [ Dec 19 08:48:14 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Dec 19 08:48:14 Method "start" exited with status 0 ]
    [ Dec 19 08:56:07 Enabled. ]
    [ Dec 19 08:56:14 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Dec 19 08:56:14 Method "start" exited with status 0 ]
    [ Dec 19 08:57:41 Enabled. ]
    [ Dec 19 08:57:48 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Dec 19 08:57:48 Method "start" exited with status 0 ]
    [ Feb  1 10:39:48 Enabled. ]
    [ Feb  1 10:39:55 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Feb  1 10:39:56 Method "start" exited with status 0 ]
    [ Feb  8 11:12:50 Enabled. ]
    [ Feb  8 11:12:57 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Feb  8 11:12:57 Method "start" exited with status 0 ]
    [ Jun  6 10:08:34 Enabled. ]
    [ Jun  6 10:08:44 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Jun  6 10:08:46 Method "start" exited with status 0 ]
    [ Aug  8 09:45:48 Enabled. ]
    [ Aug  8 09:46:35 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug  8 09:46:36 Method "start" exited with status 0 ]
    [ Aug 14 17:53:59 Enabled. ]
    [ Aug 14 17:54:06 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 14 17:54:06 Method "start" exited with status 0 ]
    [ Aug 14 17:55:20 Enabled. ]
    [ Aug 14 17:55:27 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 14 17:55:27 Method "start" exited with status 0 ]
    [ Aug 18 15:19:17 Enabled. ]
    [ Aug 18 15:19:24 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 18 15:19:24 Method "start" exited with status 0 ]
    [ Aug 29 12:56:48 Enabled. ]
    [ Aug 29 12:56:55 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 29 12:56:55 Method "start" exited with status 0 ]
    [ Oct 13 11:59:43 Enabled. ]
    [ Oct 13 11:59:50 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Oct 13 11:59:51 Method "start" exited with status 0 ]
    [ Feb 26 16:47:00 Enabled. ]
    [ Feb 26 16:47:07 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Feb 26 16:47:07 Method "start" exited with status 0 ]
    [ Apr 14 15:54:17 Enabled. ]
    [ Apr 14 15:54:24 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Apr 14 15:54:25 Method "start" exited with status 0 ]
    [ Aug 28 08:49:58 Stopping because service disabled. ]
    [ Aug 28 08:49:58 Executing stop method (null) ]
    [ Aug 28 08:52:54 Enabled. ]
    [ Aug 28 08:53:01 Executing start method ("/lib/svc/method/fs-local") ]
    bootadm: this operation is not supported on sparc
    [ Aug 28 08:53:01 Method "start" exited with status 0 ]
    [ Aug 28 09:08:20 Stopping because service disabled. ]
    [ Aug 28 09:08:20 Executing stop method (null) ]
    [ Sep  1 16:05:36 Enabled. ]
    [ Sep  1 16:06:05 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep  1 16:06:05 Method "start" exited with status 0 ]
    [ Sep  1 19:29:19 Enabled. ]
    [ Sep  1 19:29:27 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep  1 19:29:27 Method "start" exited with status 0 ]
    [ Sep  1 23:04:00 Enabled. ]
    [ Sep  1 23:04:08 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep  1 23:04:08 Method "start" exited with status 0 ]
    [ Sep  2 00:23:41 Stopping because service disabled. ]
    [ Sep  2 00:23:42 Executing stop method (null) ]
    [ Sep  2 00:46:46 Enabled. ]
    [ Sep  2 00:46:53 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep  2 00:46:54 Method "start" exited with status 0 ]
    [ Sep 26 12:04:34 Enabled. ]
    [ Sep 26 12:04:41 Executing start method ("/lib/svc/method/fs-local") ]
    [ Sep 26 12:04:42 Method "start" exited with status 0 ]
    [ Oct 20 13:05:09 Stopping because service disabled. ]
    [ Oct 20 13:05:10 Executing stop method (null) ]
    [ Oct 20 13:24:01 Enabled. ]
    [ Oct 20 13:24:08 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 20 13:24:09 Method "start" exited with status 0 ]
    [ Oct 21 16:30:59 Enabled. ]
    [ Oct 21 16:31:09 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 21 16:31:09 Method "start" exited with status 0 ]
    [ Oct 21 16:32:42 Stopping because service disabled. ]
    [ Oct 21 16:32:42 Executing stop method (null) ]
    [ Oct 21 16:42:05 Enabled. ]
    [ Oct 21 16:42:15 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 21 16:42:15 Method "start" exited with status 0 ]
    [ Oct 21 17:27:37 Enabled. ]
    [ Oct 21 17:27:47 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 21 17:27:47 Method "start" exited with status 0 ]
    [ Oct 22 11:08:34 Enabled. ]
    [ Oct 22 11:08:43 Executing start method ("/lib/svc/method/fs-local") ]
    [ Oct 22 11:08:43 Method "start" exited with status 0 ]
    [ Dec  9 09:17:33 Stopping because service disabled. ]
    [ Dec  9 09:17:33 Executing stop method (null) ]
    [ Dec 10 11:47:14 Enabled. ]
    [ Dec 10 11:47:24 Executing start method ("/lib/svc/method/fs-local") ]
    [ Dec 10 11:47:25 Method "start" exited with status 0 ]
    [ Dec 15 10:52:25 Stopping because service disabled. ]
    [ Dec 15 10:52:25 Executing stop method (null) ]
    [ Dec 15 12:42:16 Enabled. ]
    [ Dec 15 12:42:26 Executing start method ("/lib/svc/method/fs-local") ]
    Abort - core dumped
    WARNING: /usr/sbin/zfs mount -a failed: exit status 134
    [ Dec 15 12:42:28 Method "start" exited with status 95 ]
    [ Dec 15 13:13:19 Enabled. ]
    [ Dec 15 13:13:28 Executing start method ("/lib/svc/method/fs-local") ]
    Abort - core dumped
    WARNING: /usr/sbin/zfs mount -a failed: exit status 134
    [ Dec 15 13:13:30 Method "start" exited with status 95 ]
    [ Dec 15 13:58:51 Enabled. ]
    [ Dec 15 13:59:00 Executing start method ("/lib/svc/method/fs-local") ]
    Abort - core dumped
    WARNING: /usr/sbin/zfs mount -a failed: exit status 134
    [ Dec 15 13:59:03 Method "start" exited with status 95 ]
    [ Dec 15 15:34:41 Leaving maintenance because clear requested. ]
    [ Dec 15 15:34:41 Enabled. ]
    [ Dec 15 15:34:41 Executing start method ("/lib/svc/method/fs-local") ]
    Abort - core dumped
    WARNING: /usr/sbin/zfs mount -a failed: exit status 134
    [ Dec 15 15:34:43 Method "start" exited with status 95 ]
    bash-3.00# /usr/sbin/zfs mount -a
    internal error: Unknown error
    Abort (core dumped)
    Before that I've installed the patch cluster with halted solaris zones which produced following output:
    Application of patches finished : 2010.12.15 12:08:43
    Following patches were applied :
    119254-77 119812-10 125719-31 140159-03 142911-01
    141588-04 119900-11 125731-05 142292-01 142933-02
    142251-02 119906-16 126206-05 141444-09 142909-17
    118666-28 120460-17 126363-08 141500-07 143140-04
    118667-28 121012-03 126365-16 141502-02 143502-01
    118777-16 121308-20 126868-04 141506-09 143506-01
    140860-02 122212-40 127724-02 141514-02 143615-02
    119059-56 122261-03 136998-09 141518-12 143731-01
    119213-23 122675-05 137000-07 141552-03 143733-01
    124628-10 123003-04 137080-05 141558-01 143977-01
    119252-29 123590-12 137147-06 141586-01 144053-04
    119280-23 123893-22 138195-04 141590-02 144106-01
    124188-03 124393-11 138822-07 141874-09 144254-01
    120199-15 124457-02 138826-07 141876-07 144488-04
    119534-19 124630-42 138880-02 142084-04 144492-01
    120272-28 125215-03 139099-04 142397-01 145124-01
    119757-18 125388-03 139620-01 142529-01 145796-01
    119783-15 125555-07
    Following patches were skipped :
    Patches already applied
    120900-04 119063-01 119810-05 123005-07 137093-01
    121133-02 119081-25 119986-03 124444-01 138866-03
    119317-01 119130-33 120061-02 124939-03 137137-09
    121296-01 123611-04 120201-05 124943-01 137871-02
    138215-01 140899-01 120292-02 124997-01 138181-01
    127884-01 122640-05 120329-02 125279-05 138361-01
    118712-23 126897-02 121975-01 125539-06 138373-02
    118918-24 127755-01 120719-02 125891-01 138647-01
    138217-01 125503-02 120830-06 126440-01 141016-01
    119578-30 125547-02 121095-02 126540-02 139555-08
    121453-02 140796-01 121606-04 127127-11 139967-01
    121453-02 120011-14 124171-07 136882-02 140455-01
    121118-16 139520-02 123630-03 137032-01 140563-01
    118833-36 119764-06
    Patches obsoleted by one or more patches already applied
    118731-01 124204-04 122660-10
    Patches not applicable to packages on the system
    121181-03 120410-33 121211-02 125533-15 143317-03
    119115-35 120412-11 122259-03 125541-06 143510-01
    119117-52 120414-27 122470-03 125952-20 143725-01
    119315-19 120543-21 122911-24 137004-08 143727-01
    119548-14 120739-06 122958-06 138387-01 143739-01
    119903-02 120811-09 123938-02 138824-07 144325-01
    120094-30 120849-04 125136-24 138876-01 145006-02
    120185-21 121104-11 125137-24 139986-01 145080-01
    119368-04 121136-02 125332-14 142244-02 145200-01
    120286-03
    Installation of patch set complete. PLEASE REBOOT THE SYSTEM.
    when i tried to reboot the system by init 6 the service iscsi hanged and produced syslog errors about a unkown iocall -> killed the process. System rebooted w/o errors.
    Does anyone have got an idea how to find out which patch or whatever do produce these errors?

    Hi,
    I'm having the same issue of diskmon core dumps after upgrading grid and database from 11.2.0.1 to 11.2.0.2 on Solaris 10 x86-64. Following this thread, I'm trying to deinstall the Oracle 11.2.0.1 grid home.
    I answered the following questions asked by the grid deinstall tool:
    1. ASM configuration was not detected in this Oracle home. Was ASM configured in this Oracle home (y|n): y
    2. Specify the ASM Diagnostic Destination: /db01/app/oracle/diag/asm/+ASM
    3. Specify the diskgroups that are managed by this ASM instance: DATA FRA
    4. De-configuring ASM will drop all the diskgroups at cleanup time. Do you want deconfig tool to drop the diskgroups:
    If I answer no to question 1, the tool exits with error.
    How do I answer question #4? (confused about this question of dropping diskgroups, it's already been upgraded)
    Deinstall of Oracle db Home 11.2.0.1 was successful.
    The +ASM instance has been upgraded and is running fine under 11.2.0.2 except for the excessive diskmon core dumps.
    Thanks,
    Lisa
    Edited by: user12018917 on Apr 19, 2011 10:21 AM

  • Runinstaller (oracle database) hangs the zone and global zone

    We have recently installed a Solaris 10 (Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC) on the SPARC T4 and create two zones out of it.
    We tried to install oracle database on the zone by running the installer (tried xclock and it works very well so display is not a problem).
    Not only the zone was hang the entire Global zone SPARC server was hang and the only way to bring the system back is to power on and off it.
    -bash-3.2$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 180 MB.   Actual 16058 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 16384 MB    Passed
    Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-06-18_04-26-04PM. Please wait ...-bash-3.2$ Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1" to type FontStruct
    [when system hang]
    any ideas?

    Hi,
    Please can you confirm, is it a standalone DB that you are trying to install..
    If yes, What is the DB version?
    The error message is simply unable to obtain the xfont. This link might help you:
    http://answers.yahoo.com/question/index?qid=1006042535728
    Please also refer note:
    Error during Installation of Weblogic Server: Warning: Cannot Convert String "-Monotype-Arial-Regular-R-Normal--*-140-*-*-P-*-Iso8859-1" To Type FontStruct [ID 1361691.1]
    Regards,

  • Oracle 10gR2 on Solaris 10 - Zoned Machine getting ORA-27102 Errors

    Getting Memory issues in Solaris 10. I have configured the database to have only 2GB of SGA, but still getting ORA-27102 and also when we look at top command it seems all the memory is not available. The machine is divided into two zones, machine has 32 GB memory and has 8 processors. The shared memory settings I have done is 8 GB max.
    Any help in this regard would be helpful. Is anything special needs to be done in zones ?
    Thanks,
    Atul
    And these are the details of prctl $$
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    process.max-port-events
    privileged 65.5K - deny -
    system 2.15G max deny -
    process.max-msg-messages
    privileged 8.19K - deny -
    system 4.29G max deny -
    process.max-msg-qbytes
    privileged 64.0KB - deny -
    system 16.0EB max deny -
    process.max-sem-ops
    privileged 512 - deny -
    system 2.15G max deny -
    process.max-sem-nsems
    privileged 512 - deny -
    system 32.8K max deny -
    process.max-address-space
    privileged 16.0EB max deny -
    system 16.0EB max deny -
    process.max-file-descriptor
    basic 256 - deny 12615
    privileged 65.5K - deny -
    system 2.15G max deny -
    process.max-core-size
    privileged 8.00EB max deny -
    system 8.00EB max deny -
    process.max-stack-size
    basic 8.00MB - deny 12615
    privileged 8.00EB - deny -
    system 8.00EB max deny -
    process.max-data-size
    privileged 16.0EB max deny -
    system 16.0EB max deny -
    process.max-file-size
    privileged 8.00EB max deny,signal=XFSZ -
    system 8.00EB max deny -
    process.max-cpu-time
    privileged 18.4Es inf signal=XCPU -
    system 18.4Es inf none -
    task.max-cpu-time
    system 18.4Es inf none -
    task.max-lwps
    system 2.15G max deny -
    project.max-contracts
    privileged 10.0K - deny -
    system 2.15G max deny -
    project.max-device-locked-memory
    privileged 1.96GB - deny -
    system 16.0EB max deny -
    project.max-port-ids
    privileged 8.19K - deny -
    system 65.5K max deny -
    project.max-shm-memory
    privileged 7.40GB - deny -
    system 16.0EB max deny -
    project.max-shm-ids
    privileged 128 - deny -
    system 16.8M max deny -
    project.max-msg-ids
    privileged 128 - deny -
    system 16.8M max deny -
    project.max-sem-ids
    privileged 128 - deny -
    system 16.8M max deny -
    project.max-crypto-memory
    privileged 7.84GB - deny -
    system 16.0EB max deny -
    project.max-tasks
    system 2.15G max deny -
    project.max-lwps
    system 2.15G max deny -
    project.cpu-shares
    privileged 1 - none -
    system 65.5K max none -
    zone.max-lwps
    system 2.15G max deny -
    zone.cpu-shares
    privileged 1 - none -
    system 65.5K max none -

    There is no trace files to look at . Alert log does not have entry and bdump & udump does not have any trace file.
    I was more interested to know, if somebody has installed Oracle 10 on Solaris 10 with a zone or container in solaris. What parameter settings was done on unix setting was it only shared-memory defined, if anybody has come accross memory issues in the machine after installing Oracle 10 with Solaris 10, and the machine has been zoned in two or more zones.
    Thanks,
    Atul

  • EM 12c and Solaris Zone Monitoring

    Hi all,
    I am using Oracle EM 12c to monitor Oracle database server which run on Solaris zone, which is capped to run using only 4 cores.
    BUT the Host management home page is still showing "Total Cores" of 8 (I am using Sun T4-1).
    Is there some configuration which required to be done to reflect the number of capped CPU.
    Also is there a way to isolate the CPU, Memory, Filesystem and Network utilization to only look at the local zone?
    I suspect what I see now represent the resource utilization of the physical machine.
    Thank you.
    -Joel

    Loc,
    I've opened quite a few SRs, some handled well, some not. My biggest issue perhaps is that SRs are needed at all. We are a small shop that relied on OEM 10.2 for a long time, skipped over 11G and went right to 12R2. It was a culture shock, and I'm not sure if skipping the version added to our woes.
    There are 3 DBAs here, with Oracle experience between 13 and 18 years, we are not newbies. I took the em12c class from Oracle.
    But still, acceptance of its use has not been high, mostly because it's no longer the quick, targeted place we 'go to'. It's a huge product now, with much built-in. We are finding we need a mind adjustment to use it and the transition period related to how much time we can spend on that. Our intent, though, was to make things easier, not harder.
    Case in point is our implementation of DataGuard. This project was new to us and I made EM12C upgrade as a predecessor project because I needed its help. I ultimately abandoned it, we hired a consultant, we learned manual steps, and that's what we use today. Everything is homegrown.
    I feel as through the purpose for EM moved from a DBA monitoring tool. Remember OEM 10.2 and its initial summary page that showed the overall health of everything on one shot? I can't do that in em12c, or at least haven't found that.
    Here are some SRs:
    SR 3-6392247151
    Sr 3-7159111371
    SR 3-6645421051
    * SR 3-6608820051
    SR 3-6667182071
    * Covers "invalid objects" missing, something we previously relied on.
    Back to the original question of this post - I understand now that if we use EM to switch our databases, the role reversal will show. We would have loved to rely on EM for everything. Now that we must do everything manually, I have to then manually drop the target being monitored and re-add it. Again, something that should make our jobs easier is now harder.
    Thanks for listening. Am I really the only DBA that says EM12C is harder to use for basic functionality?
    Sherrie

  • How many Oracle Licences required ?

    Hi,
    Can somebody help me in understanding the number of oracle licences required for the following server specifications :-
    Server is SUN V890 4x UltraSparc IV DualCore running Solaris 9.
    Please be elaborative , as I need to understand and learn, how is it being calculated.
    Regards
    Sumit

    If you go to http://store.oracle.com, choose your country, and then choose Licensing Definitions you will see text along the lines of
    sumitsingh3 wrote:
    Processor: shall be defined as all processors where the Oracle programs are installed and/or running. Programs licensed on a processor basis may be accessed by your internal users (including agents and contractors) and by your third party users. For the purpose of counting the number of processors which require licensing for a Sun UltraSPARC T1 processor with 4, 6 or 8 cores at 1.0 gigahertz or 8 cores at 1.2 gigahertz for only those servers specified on the Sun Server Table which can be accessed at http://oracle.com/contracts , “n” cores shall be determined by multiplying the total number of cores by a factor of .25. For the purposes of counting the number of processors which require licensing for AMD and Intel multicore chips, “n” cores shall be determined by multiplying the total number of cores by a factor of .50. For the purposes of counting the number of processors which require licensing for all hardware platforms not otherwise specified in this section, a multicore chip with "n" cores shall be determined by multiplying "n" cores by a factor of .75. All cores on all multicore chips for each licensed program for each factor listed below are to be aggregated before multiplying by the appropriate factor and all fractions of a number are to be rounded up to the next whole number. When licensing Oracle programs with Standard Edition One or Standard Edition in the product name, a processor is counted equivalent to a socket.
    If you follow the link again and get to the Sun Server table, I don't see a V890 listed. I also don't believe the V890 is using the UltraSPARC T1 processor, so you would end up using the 0.75 multiplier rather than the 0.25 multiplier.
    Given that,
    4 sockets * 2 cores per socket * 0.75 = 8 * 0.75 = 6 processors
    Justin

  • OSB and Solaris Zones

    Hi,
    Does anybody have any experience of running OSB inside a Solaris zone?
    I'm experimenting with this at the moment and would like to share the OSB installation with the global zone, but keep the /usr/etc and /usr/tmp directories where the host-specific stuff is stored private.
    Thanks.

    I following Oracle® Secure Backup Installation and Configuration Guide
    Release 10.3 :
    - To Viewing SCSI Bus Name-Instance Parameter Values in Solaris :
    # cd /usr/local/oracle/backup/install
    # installdriver
    bash: installdriver: command not found
    # ./installdriver
    case: Too many arguments
    How could i can run the installdriver script for SCSI information
    Best Regards
    Ch

  • Clusterware to control solaris zones/containers

    Hi,
    Does anyone uses crs to control solaris zones/containers?
    Is it supported, what are the implementations you have? Do you have the zones installed on a acfs filesystem, ufs or zfs?
    How does the crs control them? Scripts?
    Regards

    Hi,
    what exactly do you mean by crs? I only know this term in conjunction with the Oracle Clusterware, which comes with the Grid Infrastructure.
    In general there is no build in function from Oracle Clusterware/Grid Infrastructure to control Solaris Zones/Containers, especially if you install the Oracle Grid Infrastructure in the local zone, then you do not have any control for the zone itself. Even if you install GI in the global zone, there are no build in control functions. You would have to write something yourself, but in this case I would use Solaris Clusterware.
    So if you need a clusterware to control the zones, I would take Oracle Solaris Clusterware. (Note the difference, this is not the Grid Infrastructure, but the original SUN clusterware).
    This also answers your other questions. Solaris Zones cannot be build on ACFS, since ACFS comes with the GI.
    So normally zones will be build on ZFS. Solaris Cluster also has build in functionaly to control the zones.
    Regards
    Sebastian

  • SAP ECC6.0 SR3 on Oracl 10 g solaris 10 hangs during installation!!!

    Hi,
    I am installting SAP  ECC 6.0 SR3 with DB oracle 10g OS solaris 10 jdk version java version "1.4.2_16"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_16-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_16-b05, mixed mode)
    H/W : T6320 Blade server
    Memory : 16GB
    during installation at Import ABAP phase while importing last package SAPSSEXC it hung on me there were no error logs as such nor the FS was full...
    it resumed after couple of hrs..
    but hung again at IMport Java Dump phase
    and again no error logs...
    so, my concern here is that is there any bug in SR3 or i am not able to find the error logs
    the logs i check are:
    import_monitor.java.log:
    tail -100f import_monitor.java.log
    java version "1.4.2_16"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_16-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_16-b05, mixed mode)
    Import Monitor jobs: running 1, waiting 1, completed 26, failed 0, total 28.
    Loading of 'SAPSSEXC' import package: OK
    Import Monitor jobs: running 0, waiting 1, completed 27, failed 0, total 28.
    Import Monitor jobs: running 1, waiting 0, completed 27, failed 0, total 28.
    Loading of 'SAPVIEW' import package: OK
    Import Monitor jobs: running 0, waiting 0, completed 28, failed 0, total 28.
    jload.java.log>>while import java dump phase:
    tail -100f jload.java.log
    INFO: trying to create table CAF_RT_NUMRNG
    Sep 12, 2008 12:47:46 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_NUMRNG created
    Sep 12, 2008 12:47:46 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_NUMRNG loaded (0 rows)
    Sep 12, 2008 12:47:46 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_PERM_REL
    Sep 12, 2008 12:47:47 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_PERM_REL created
    Sep 12, 2008 12:47:47 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_PERM_REL loaded (0 rows)
    Sep 12, 2008 12:47:47 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_PK_GEN
    Sep 12, 2008 12:47:48 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_PK_GEN created
    Sep 12, 2008 12:47:48 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_PK_GEN loaded (0 rows)
    Sep 12, 2008 12:47:48 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_SRVMODULE
    Sep 12, 2008 12:47:48 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_SRVMODULE created
    Sep 12, 2008 12:47:48 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_SRVMODULE loaded (0 rows)
    Sep 12, 2008 12:47:48 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_SVCCFG
    Sep 12, 2008 12:47:49 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_SVCCFG created
    Sep 12, 2008 12:47:49 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_SVCCFG loaded (0 rows)
    Sep 12, 2008 12:47:49 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_SVCDEF
    Sep 12, 2008 12:47:51 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_SVCDEF created
    Sep 12, 2008 12:47:51 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_SVCDEF loaded (0 rows)
    Sep 12, 2008 12:47:51 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_SVCLCK
    Sep 12, 2008 12:47:51 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_SVCLCK created
    Sep 12, 2008 12:47:51 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_SVCLCK loaded (0 rows)
    Sep 12, 2008 12:47:51 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_SYSCFG
    Sep 12, 2008 12:47:52 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_SYSCFG created
    Sep 12, 2008 12:47:52 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_SYSCFG loaded (0 rows)
    Sep 12, 2008 12:47:52 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TREX_ATTR
    Sep 12, 2008 12:47:53 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TREX_ATTR created
    Sep 12, 2008 12:47:53 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TREX_ATTR loaded (0 rows)
    Sep 12, 2008 12:47:53 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TREX_FAILED
    Sep 12, 2008 12:47:54 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TREX_FAILED created
    Sep 12, 2008 12:47:54 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TREX_FAILED loaded (0 rows)
    Sep 12, 2008 12:47:54 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TREX_IDX
    Sep 12, 2008 12:47:55 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TREX_IDX created
    Sep 12, 2008 12:47:55 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TREX_IDX loaded (0 rows)
    Sep 12, 2008 12:47:55 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TREX_LINKS
    Sep 12, 2008 12:47:56 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TREX_LINKS created
    Sep 12, 2008 12:47:56 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TREX_LINKS loaded (0 rows)
    Sep 12, 2008 12:47:56 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TYPCEL
    Sep 12, 2008 12:47:57 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TYPCEL created
    Sep 12, 2008 12:47:57 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TYPCEL loaded (0 rows)
    Sep 12, 2008 12:47:57 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TYPCOT
    Sep 12, 2008 12:47:58 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TYPCOT created
    Sep 12, 2008 12:47:58 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TYPCOT loaded (0 rows)
    Sep 12, 2008 12:47:58 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TYPELE
    Sep 12, 2008 12:47:58 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TYPELE created
    Sep 12, 2008 12:47:58 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TYPELE loaded (0 rows)
    Sep 12, 2008 12:47:58 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TYPMES
    Sep 12, 2008 12:48:00 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TYPMES created
    Sep 12, 2008 12:48:00 PM com.sap.inst.jload.Jload dbImport
    INFO: CAF_RT_TYPMES loaded (0 rows)
    Sep 12, 2008 12:48:00 PM com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_RT_TYPMMP
    Sep 12, 2008 12:48:00 PM com.sap.inst.jload.Jload dbImport
    INFO: table CAF_RT_TYPMMP created
    Sep 12, 2008 12:48:00 PM com.sap.inst.jload.Jload dbImport
    jload.log>>while import java dump phase :
    tail -100f jload.log
    12.09.08 12:48:18 com.sap.inst.jload.Jload dbImport
    INFO: CAF_UM_RELGR_MEMBS loaded (0 rows)
    12.09.08 12:48:18 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_UM_RELGR_TEXTS
    12.09.08 12:48:19 com.sap.inst.jload.Jload dbImport
    INFO: table CAF_UM_RELGR_TEXTS created
    12.09.08 12:48:19 com.sap.inst.jload.Jload dbImport
    INFO: CAF_UM_RELGR_TEXTS loaded (0 rows)
    12.09.08 12:48:19 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table CAF_UM_RELGR_WORDS
    12.09.08 12:48:20 com.sap.inst.jload.Jload dbImport
    INFO: table CAF_UM_RELGR_WORDS created
    12.09.08 12:48:20 com.sap.inst.jload.Jload dbImport
    INFO: CAF_UM_RELGR_WORDS loaded (0 rows)
    12.09.08 12:48:20 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table J2EE_CONFIG
    12.09.08 12:48:21 com.sap.inst.jload.Jload dbImport
    INFO: table J2EE_CONFIG created
    12.09.08 12:48:49 com.sap.inst.jload.Jload dbImport
    INFO: J2EE_CONFIG loaded (9195 rows)
    12.09.08 12:48:49 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table J2EE_CONFIGENTRY
    12.09.08 12:48:50 com.sap.inst.jload.Jload dbImport
    INFO: table J2EE_CONFIGENTRY created
    12.09.08 13:44:02 com.sap.inst.jload.Jload dbImport
    INFO: J2EE_CONFIGENTRY loaded (20235 rows)
    12.09.08 13:44:02 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table J2EE_KEYSEQUENCE
    12.09.08 13:44:03 com.sap.inst.jload.Jload dbImport
    INFO: table J2EE_KEYSEQUENCE created
    12.09.08 13:44:03 com.sap.inst.jload.Jload dbImport
    INFO: J2EE_KEYSEQUENCE loaded (1 rows)
    12.09.08 13:44:03 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table SP_PLUG_IN_SAVES
    12.09.08 13:44:04 com.sap.inst.jload.Jload dbImport
    INFO: table SP_PLUG_IN_SAVES created
    12.09.08 13:44:04 com.sap.inst.jload.Jload dbImport
    INFO: SP_PLUG_IN_SAVES loaded (0 rows)
    12.09.08 13:44:04 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table SP_RESULTS
    12.09.08 13:44:04 com.sap.inst.jload.Jload dbImport
    INFO: table SP_RESULTS created
    12.09.08 13:44:04 com.sap.inst.jload.Jload dbImport
    INFO: SP_RESULTS loaded (0 rows)
    12.09.08 13:44:04 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table SP_STORAGE
    12.09.08 13:44:05 com.sap.inst.jload.Jload dbImport
    INFO: table SP_STORAGE created
    12.09.08 13:44:06 com.sap.inst.jload.Jload dbImport
    INFO: SP_STORAGE loaded (2 rows)
    12.09.08 13:44:06 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table TC_WDRR_FGUID
    12.09.08 13:44:07 com.sap.inst.jload.Jload dbImport
    INFO: table TC_WDRR_FGUID created
    12.09.08 13:44:07 com.sap.inst.jload.Jload dbImport
    INFO: TC_WDRR_FGUID loaded (0 rows)
    12.09.08 13:44:07 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table TC_WDRR_LAYERS
    12.09.08 13:44:08 com.sap.inst.jload.Jload dbImport
    INFO: table TC_WDRR_LAYERS created
    12.09.08 13:44:08 com.sap.inst.jload.Jload dbImport
    INFO: TC_WDRR_LAYERS loaded (2 rows)
    12.09.08 13:44:08 com.sap.inst.jload.Jload dbImport
    INFO: trying to create table TC_WDRR_MRO_FILES
    12.09.08 13:44:09 com.sap.inst.jload.Jload dbImport
    INFO: table TC_WDRR_MRO_FILES created
    PLEASE HELP ASAP!!!!!!
    Regards,
    Sohal....

    Hi Ashok,
    Thanks for prompt response
    Yes Oracle is up....it bounced the Db once before performing Post Load activities...step
    now, it resumed the installation and currently updating the DB statistics.
    please chk the logs below:
    tail -200f sapinst.log:
    INFO 2008-09-12 14:12:05.250
    Execution of the command "/oracle/RGP/102_64/bin/lsnrctl status LISTENER" finished with return code 0. Output:
    LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 12-SEP-2008 14:12:05
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=RGP.WORLD))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Solaris: Version 10.2.0.1.0 - Production
    Start Date                11-SEP-2008 20:28:39
    Uptime                    0 days 17 hr. 43 min. 25 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /oracle/RGP/102_64/network/admin/listener.ora
    Listener Log File         /oracle/RGP/102_64/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=RGP.WORLD)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=RGP)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=FLGPPSAP01)(PORT=1527)))
    Services Summary...
    Service "RGP" has 1 instance(s).
      Instance "RGP", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    INFO 2008-09-12 14:12:13.667
    Execute step createOracleStatisticsSynonyms of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Postload|ind|ind|ind|ind|10|0|NW_Postload_ORA|ind|ind|ind|ind|0|0
    INFO 2008-09-12 14:12:14.023
    Account orargp already exists.
    INFO 2008-09-12 14:12:14.033
    Account 0 already exists.
    INFO 2008-09-12 14:12:14.049
    Account dba already exists.
    INFO 2008-09-12 14:12:14.058
    Account 104 already exists.
    INFO 2008-09-12 14:12:14.078
    Account 0 already exists.
    INFO 2008-09-12 14:12:14.096
    Account 105 already exists.
    INFO 2008-09-12 14:12:15.836
    Creating file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/brconnect.log.
    INFO 2008-09-12 14:12:15.972
    Output of /usr/sap/RGP/SYS/exe/run/brconnect -u / -c -f crsyn -o SAPSR3 is written to the logfile brconnect.log.
    INFO 2008-09-12 14:12:18.817
    Execution of the command "/usr/sap/RGP/SYS/exe/run/brconnect -u / -c -f crsyn -o SAPSR3" finished with return code 0. Output:
    BR0801I BRCONNECT 7.00 (32)
    BR0280I BRCONNECT time stamp: 2008-09-12 14.12.17
    BR0833I Creating public synonyms for database log owner SAPSR3...
    BR0925I Public synonym SAP_SDBAH created successfully for table SAPSR3.SDBAH
    BR0925I Public synonym SAP_SDBAD created successfully for table SAPSR3.SDBAD
    BR0925I Public synonym SAP_MLICHECK created successfully for table SAPSR3.MLICHECK
    BR0925I Public synonym SAP_SAPLIKEY created successfully for table SAPSR3.SAPLIKEY
    BR0925I Public synonym SAP_DBAML created successfully for table SAPSR3.DBAML
    BR0925I Public synonym SAP_DBARCL created successfully for table SAPSR3.DBARCL
    BR0925I Public synonym SAP_DBAFID created successfully for table SAPSR3.DBAFID
    BR0925I Public synonym SAP_DBAEXTL created successfully for table SAPSR3.DBAEXTL
    BR0925I Public synonym SAP_DBAREOL created successfully for table SAPSR3.DBAREOL
    BR0925I Public synonym SAP_DBABARL created successfully for table SAPSR3.DBABARL
    BR0925I Public synonym SAP_DBADFL created successfully for table SAPSR3.DBADFL
    BR0925I Public synonym SAP_DBAOPTL created successfully for table SAPSR3.DBAOPTL
    BR0925I Public synonym SAP_DBASPAL created successfully for table SAPSR3.DBASPAL
    BR0925I Public synonym SAP_DBABD created successfully for table SAPSR3.DBABD
    BR0925I Public synonym SAP_DBABL created successfully for table SAPSR3.DBABL
    BR0925I Public synonym SAP_DBATL created successfully for table SAPSR3.DBATL
    BR0925I Public synonym SAP_DBAOBJL created successfully for table SAPSR3.DBAOBJL
    BR0925I Public synonym SAP_DBAPHAL created successfully for table SAPSR3.DBAPHAL
    BR0925I Public synonym SAP_DBAGRP created successfully for table SAPSR3.DBAGRP
    BR0925I Public synonym SAP_DBAERR created successfully for table SAPSR3.DBAERR
    BR0925I Public synonym SAP_DBATRIAL created successfully for table SAPSR3.DBATRIAL
    BR0925I Public synonym SAP_SVERS created successfully for table SAPSR3.SVERS
    BR0925I Public synonym SAP_TGORA created successfully for table SAPSR3.TGORA
    BR0925I Public synonym SAP_IGORA created successfully for table SAPSR3.IGORA
    BR0925I Public synonym SAP_TSORA created successfully for table SAPSR3.TSORA
    BR0925I Public synonym SAP_TAORA created successfully for table SAPSR3.TAORA
    BR0925I Public synonym SAP_IAORA created successfully for table SAPSR3.IAORA
    BR0925I Public synonym SAP_DD02L created successfully for table SAPSR3.DD02L
    BR0925I Public synonym SAP_DD09L created successfully for table SAPSR3.DD09L
    BR0925I Public synonym SAP_DDNTT created successfully for table SAPSR3.DDNTT
    BR0925I Public synonym SAP_DBCHK created successfully for table SAPSR3.DBCHK
    BR0925I Public synonym SAP_DBDIFF created successfully for table SAPSR3.DBDIFF
    BR0925I Public synonym SAP_DBSTATC created successfully for table SAPSR3.DBSTATC
    BR0925I Public synonym SAP_DBSTATTORA created successfully for table SAPSR3.DBSTATTORA
    BR0925I Public synonym SAP_DBSTATIORA created successfully for table SAPSR3.DBSTATIORA
    BR0925I Public synonym SAP_DBSTATHORA created successfully for table SAPSR3.DBSTATHORA
    BR0925I Public synonym SAP_DBSTAIHORA created successfully for table SAPSR3.DBSTAIHORA
    BR0925I Public synonym SAP_DBCHECKORA created successfully for table SAPSR3.DBCHECKORA
    BR0925I Public synonym SAP_DBMSGORA created successfully for table SAPSR3.DBMSGORA
    BR0280I BRCONNECT time stamp: 2008-09-12 14.12.18
    BR0834I Public synonyms for database log owner SAPSR3 created successfully
    BR0280I BRCONNECT time stamp: 2008-09-12 14.12.18
    BR0802I BRCONNECT completed successfully
    INFO 2008-09-12 14:12:23.841
    Execute step setOraclePasswords of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_Postload|ind|ind|ind|ind|10|0|NW_Postload_ORA|ind|ind|ind|ind|0|0
    INFO 2008-09-12 14:12:25.190
    Account orargp already exists.
    INFO 2008-09-12 14:12:25.194
    Account dba already exists.
    INFO 2008-09-12 14:12:25.198
    Account orargp already exists.
    INFO 2008-09-12 14:12:25.202
    Account dba already exists.
    INFO 2008-09-12 14:12:25.251
    Removing file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/ora_query3_tmp0_1.sql.
    INFO 2008-09-12 14:12:25.260
    Creating file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/ora_query3_tmp0_1.sql.
    INFO 2008-09-12 14:12:28.279
    Account orargp already exists.
    INFO 2008-09-12 14:12:28.290
    Account 0 already exists.
    INFO 2008-09-12 14:12:28.305
    Account dba already exists.
    INFO 2008-09-12 14:12:28.315
    Account 104 already exists.
    INFO 2008-09-12 14:12:28.335
    Account 0 already exists.
    INFO 2008-09-12 14:12:28.353
    Account 105 already exists.
    INFO 2008-09-12 14:12:30.123
    Creating file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/brconnect.log.
    INFO 2008-09-12 14:12:30.269
    Output of /usr/sap/RGP/SYS/exe/run/brconnect -u / -c -f chpass -o SAPSR3 -p XXXXXX is written to the logfile brconnect.log.
    INFO 2008-09-12 14:12:31.006
    Execution of the command "/usr/sap/RGP/SYS/exe/run/brconnect -u / -c -f chpass -o SAPSR3 -p XXXXXX" finished with return code 0. Output:
    BR0801I BRCONNECT 7.00 (32)
    BR0280I BRCONNECT time stamp: 2008-09-12 14.12.30
    BR0828I Changing password for database user SAPSR3
    BR0280I BRCONNECT time stamp: 2008-09-12 14.12.30
    BR0829I Password changed successfully in database for user SAPSR3
    BR0830I Password inserted successfully into table OPS$RGPADM.SAPUSER for user SAPSR3
    BR0280I BRCONNECT time stamp: 2008-09-12 14.12.30
    BR0802I BRCONNECT completed successfully
    INFO 2008-09-12 14:12:31.574
    Account orargp already exists.
    INFO 2008-09-12 14:12:31.578
    Account dba already exists.
    INFO 2008-09-12 14:12:31.583
    Account orargp already exists.
    INFO 2008-09-12 14:12:31.587
    Account dba already exists.
    INFO 2008-09-12 14:12:31.641
    Removing file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/ora_query3_tmp1_1.sql.
    INFO 2008-09-12 14:12:31.649
    Creating file /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/ora_query3_tmp1_1.sql.
    INFO 2008-09-12 14:12:33.918
    Account orargp already exists.
    INFO 2008-09-12 14:12:33.928
    Account 0 already exists.
    INFO 2008-09-12 14:12:33.944
    Account dba already exists.
    INFO 2008-09-12 14:12:33.953
    Account 104 already exists.
    INFO 2008-09-12 14:12:33.973
    Account 0 already exists.
    INFO 2008-09-12 14:12:33.991

Maybe you are looking for