Shared memory error

Hi Gururs,
while end user opening query getting error.
But when iam opening same query it is working successfully.
He is facing shared memory error.
What is the problem?How to slove the problem?
Thanks in advance
Ram

Hi Ramu,
OSS note:543482 talks abt memory issues, may not be very relevant in your case but still you can have a look at it.
Also, try to work with your DBA to increase the memory and check for the Global Cache set up for the system. If it is less than increase the size of Global Cache..
Cheers!
Amit

Similar Messages

  • No space left in shared memory error when executing a query

    Hi,
    When I executed a query, it showed the results. But when I drilled down it by material, it showed the following error message.
    Error An exception with the type CX_SY_EXPORT_NO_SHARED_MEMORY occured
    Error No space left in shared memory
    Is there anyone know what is the reason and how to resolve?
    Many Thanks
    Jean

    Your report got too big and you ran out of memory on the server.
    Run it for a smaller data set (e.g., a few months instead of a year) to avoid this problem.
    Hope this helps...
    Bob

  • Shared memory error with jcmon

    When I attempt to launch jcmon.bat and access local administration, I get the following error:
    ERROR => Can't attach to administration shared memory (rc=3) [jcmonxx.c   219]
    Any ideas?  I'm pretty sure that server0 is not running, but since I can't log into the Visual Administrator or jcmon I don't know for sure.
    Thanks in advance!

    Hi all,
    jcmon.exe pf=I:usrsapVIKSYSprofileVIK_DVEBMGS00_VIKLAB
    You will find the below, see the server0 is stopped. Thats what is not starting in our case, and that is the j2ee engine I suppose. Because the dispatcher and the SDM starts as can be seen. If you attempt to restart the process from the jcom administration menu, it wont because if it did then we would not have this problem in the first place. The sapinst tool is calling this.
    ============================================================
    JControl Monitor Program - Main Menue
    ============================================================
    0 : exit
    10 : Cluster Administration Menue
    20 : Local Administration Menue
    command =>
    SAP System Name : VIK
    SAP System : 00
    MS Host : VIKLAB
    MS Port : 3601
    Process Count : 3
    PID of JControl : 1116
    State of JControl : Some processes running
    State inside MS : Some processes running
    Run Mode : Normal Mode
    Admin URL :
    Idx
    Name
    PID
    State
    Error
    Restart
    0
    dispatcher
    3948
    Running
    0
    yes
    1
    server0
    0
    Stopped
    4
    no
    2
    SDM
    4564
    Running
    0
    yes
    I think the problem here seems to be the wrong JDK version.
    Take this very seriously. I think this might save days of trouble,
    SAP faces installation problem if you have an SDK/JDK lesser than 1.4.2_11. I did not take this very seriously and have 1.4.2_10 but then this thread below clearly says that there are problem with installations when you use 1.4.2_10.  Useful for guys stuck in the same hole. This might be the reason why the java server process does not start while the java dispatcher and SDM starts.
    The link for this JDk recommendation thread is
    8) SAP J2EE-DEP 6.40 certification - JDK requirements
    "SAP J2EE-DEP 6.40 certification - JDK requirements "
    ==>
    So please adhere to the following:
    Linux 32 Bit + 64 Bit (Itanium)
    Windows 32 Bit + 64 Bit (Itanium)
    Access to appropriate Sun J2SE Version:
    Please use Sun J2SE 1.4.2_09 SDK (or higher 1.4.2 versions after they will become available).
    It is not recommended to use versions lower than 1.4.2_09.
    Please also do not use J2SE 5.0.
    In contrast to the recommendation above please do not use J2SE 1.4.2_10 as it has problems during installation. The problem is under investigation.
    The J2SE 1.4.2 SDK is available from
    http://java.sun.com .
    regards, Vikram

  • Cannot attach PL/SQL shared memory error

    Hi everybody,
    I got the following error when trying to reconnect the same Java process to a Timesten instance that has been restored after failure:
    java.sql.SQLException: [TimesTen][TimesTen 11.2.2.6.0 ODBC Driver][TimesTen]TT8521: Cannot attach PL/SQL shared memory; virtual memory at PLSQL_MEMORY_ADDRESS already in use by TimesTen -- file "db.c", lineno 9924, procedure "sbDbConnect"
      at com.timesten.jdbc.JdbcOdbc.createSQLException(JdbcOdbc.java:3238)
      at com.timesten.jdbc.JdbcOdbc.standardError(JdbcOdbc.java:3387)
      at com.timesten.jdbc.JdbcOdbc.standardError(JdbcOdbc.java:3352)
      at com.timesten.jdbc.JdbcOdbc.SQLDriverConnect(JdbcOdbc.java:801)
      at com.timesten.jdbc.JdbcOdbcConnection.connect(JdbcOdbcConnection.java:1866)
    As I has understood from the Timesten Error 8521, I have to rollback and close each direct Timesten connection in my app. I implemented the solution, but it didn't help.
    My app has tho copies of a database: local and remote, and two connections to these DBs: one is direct and the second is client. The last one is used as backup for the case when the direct connection is broken.
    XLA is used for monitoring data changes on the local DB.
    The question is: may be these XLA subscriptions prevent the shared memory segments from being released? What should I do to avoid the error 8521 during failback?

    Hi everybody,
    I got the following error when trying to reconnect the same Java process to a Timesten instance that has been restored after failure:
    java.sql.SQLException: [TimesTen][TimesTen 11.2.2.6.0 ODBC Driver][TimesTen]TT8521: Cannot attach PL/SQL shared memory; virtual memory at PLSQL_MEMORY_ADDRESS already in use by TimesTen -- file "db.c", lineno 9924, procedure "sbDbConnect"
      at com.timesten.jdbc.JdbcOdbc.createSQLException(JdbcOdbc.java:3238)
      at com.timesten.jdbc.JdbcOdbc.standardError(JdbcOdbc.java:3387)
      at com.timesten.jdbc.JdbcOdbc.standardError(JdbcOdbc.java:3352)
      at com.timesten.jdbc.JdbcOdbc.SQLDriverConnect(JdbcOdbc.java:801)
      at com.timesten.jdbc.JdbcOdbcConnection.connect(JdbcOdbcConnection.java:1866)
    As I has understood from the Timesten Error 8521, I have to rollback and close each direct Timesten connection in my app. I implemented the solution, but it didn't help.
    My app has tho copies of a database: local and remote, and two connections to these DBs: one is direct and the second is client. The last one is used as backup for the case when the direct connection is broken.
    XLA is used for monitoring data changes on the local DB.
    The question is: may be these XLA subscriptions prevent the shared memory segments from being released? What should I do to avoid the error 8521 during failback?

  • Error message: ORA-27125: unable to create shared memory segment Linux-x86_

    Hi,
    I am doing an installtion of SAP Netweaver 2004s SR3 on SusE Linux 11/Oracle 10.2
    But i am facing the follow issue in Create Database phase of SAPInst.
    An error occurred while processing service SAP NetWeaver 7.0 Support Release 3 > SAP Systems > Oracle > Central System > Central System( Last error reported by the step :Caught ESAPinstException in Modulecall: ORA-27125: unable to create shared memory segment Linux-x86_64 Error: 1: Operation not permitted Disconnected
    Please help me to resolve the issue.
    Thanks,
    Nishitha

    Hi Ratnajit,
    I am too facing the same error but my ORACLE is not starting,
    Here are my results of following command:
    cat /etc/sysctl.conf
    # created by /sapmnt/pss-linux/scripts/sysctl.pl on Wed Oct 23 22:55:01 CEST 2013
    fs.inotify.max_user_watches = 65536
    kernel.randomize_va_space = 0
    ##kernel.sem = 1250 256000 100 8192
    kernel.sysrq = 1
    net.ipv4.conf.all.promote_secondaries = 1
    net.ipv4.conf.all.rp_filter = 0
    net.ipv4.conf.default.promote_secondaries = 1
    net.ipv4.icmp_echo_ignore_broadcasts = 1
    net.ipv4.neigh.default.gc_thresh1 = 256
    net.ipv4.neigh.default.gc_thresh2 = 1024
    net.ipv4.neigh.default.gc_thresh3 = 4096
    net.ipv6.neigh.default.gc_thresh1 = 256
    net.ipv6.neigh.default.gc_thresh2 = 1024
    net.ipv6.neigh.default.gc_thresh3 = 4096
    vm.max_map_count = 2000000
    # Modified for SAP on 2013-10-24 07:14:17 UTC
    #kernel.shmall = 2097152
    kernel.shmall = 16515072
    # Modified for SAP on 2013-10-24 07:14:17 UTC
    #kernel.shmmax = 2147483648
    kernel.shmmax = 67645734912
    kernel.shmmni = 4096
    # semaphores: semmsl, semmns, semopm, semmni
    kernel.sem = 250 32000 100 128
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default = 262144
    net.core.rmem_max = 262144
    net.core.wmem_default = 262144
    net.core.wmem_max = 262144
    And here is mine Limit.conf File
    cat /etc/security/limits.conf
    #<domain>      <type>  <item>         <value>
    #*               soft    core            0
    #*               hard    rss             10000
    #@student        hard    nproc           20
    #@faculty        soft    nproc           20
    #@faculty        hard    nproc           50
    #ftp             hard    nproc           0
    #@student        -       maxlogins       4
    # Added for SAP on 2012-03-14 10:38:15 UTC
    #@sapsys          soft    nofile          32800
    #@sapsys          hard    nofile          32800
    #@sdba            soft    nofile          32800
    #@sdba            hard    nofile          32800
    #@dba             soft    nofile          32800
    #@dba             hard    nofile          32800
    # End of file
    # Added for SAP on 2013-10-24
    #               soft    nproc   2047
    #               hard    nproc   16384
    #               soft    nofile  1024
    #               hard    nofile  65536
    @sapsys                 soft   nofile          131072
    @sapsys                 hard   nofile         131072
    @sdba                  soft  nproc          131072
    @sdba                  hard   nproc         131072
    @dba                 soft    core           unlimited
    @dba                 hard     core          unlimited
                      soft     memlock       50000000
                      hard     memlock       50000000
    Here is mine   cat /proc/meminfo
    MemTotal:       33015980 kB
    MemFree:        29890028 kB
    Buffers:           82588 kB
    Cached:          1451480 kB
    SwapCached:            0 kB
    Active:          1920304 kB
    Inactive:         749188 kB
    Active(anon):    1136212 kB
    Inactive(anon):    39128 kB
    Active(file):     784092 kB
    Inactive(file):   710060 kB
    Unevictable:           0 kB
    Mlocked:               0 kB
    SwapTotal:      33553404 kB
    SwapFree:       33553404 kB
    Dirty:              1888 kB
    Writeback:             0 kB
    AnonPages:       1135436 kB
    Mapped:           161144 kB
    Shmem:             39928 kB
    Slab:              84096 kB
    SReclaimable:      44400 kB
    SUnreclaim:        39696 kB
    KernelStack:        2840 kB
    PageTables:        10544 kB
    NFS_Unstable:          0 kB
    Bounce:                0 kB
    WritebackTmp:          0 kB
    CommitLimit:    50061392 kB
    Committed_AS:    1364300 kB
    VmallocTotal:   34359738367 kB
    VmallocUsed:      342156 kB
    VmallocChunk:   34359386308 kB
    HardwareCorrupted:     0 kB
    AnonHugePages:    622592 kB
    HugePages_Total:       0
    HugePages_Free:        0
    HugePages_Rsvd:        0
    HugePages_Surp:        0
    Hugepagesize:       2048 kB
    DirectMap4k:       67584 kB
    DirectMap2M:    33486848 kB
    Please let me know where i am going wrong.
    Wat thing basically u check on /proc/meminfo command
    Regards,
    Dipak

  • ERROR - ORA-01034: shared memory realm does not exist

    Hallo!I am a newbie in Oracle in Linux.I have just installed Oracle 10g in Oracle Eenterprise Linux version 4 Update 7.The installation was successful and I could
    work with sqlplus,isqlplus and Enterprise Manager.When I restarted my machine,I manually started the listener,OEM and isqlplus which started successfully.
    However,when I try to log into OEM and isqlplus,the error message below appears
    ERROR - ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Linux Error: 2: No such file or directory
    How do I resolve this?
    Thanks.

    4joey1 wrote:
    However,when I try to log into OEM and isqlplus,the error message below appears
    ERROR - ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Linux Error: 2: No such file or directory An Oracle instance consists of a number of Oracle server processes (the limbs) and a shared memory area (the brain). Each and every server process participating in that Oracle instance needs to attach to the shared memory area.
    The error message you see, states that the server process (launched in order to service your sqlplus/OEM client), failed to find and attach to this shared memory segment.
    Two basic reasons for the failure.
    The Oracle instance is not running. There are no shared memory area and Oracle server processes running for that instance. Solution: start up the database instance.
    The server process was launched with the incorrect parameters (ORACLE_SID specifically) and attempted to attach to shared memory that does not exist. Solution: review the TNS/JDBC parameters of the client connection and configuration of the Oracle Listener to ensure that a server process launched to service a client, does so with the correct parameters and environment.

  • Oracle Error 'ORA-27102: out of memory' - Shared memory parameters correct.

    Advice please!
    We’ve recently shut down our Oracle test server in order to increase file system capacity.  When we rebooted some of the databases wouldn’t start up.  It started the first 4 instances and then errored out saying “ORA-27102: out of memory“.
    I’m pretty sure it’s nothing to do with the file system because we actually reverted back to the old file system and the databases still wouldn’t start.  I think it’s more likely that something’s gone awry whilst the databases were actually running, and the problem has only manifested itself once we stopped and restarted them.
    I have researched the error and forud this artical and similar:  http://var-adm.blogspot.co.uk/2013/04/adjust-solaris-10-shared-memory-to.html 
    Everything suggests that Oracle is trying to create a larger shared memory segment than is allowed.  The thing is, we’ve never changed our shared memory settings, and one minute it was working, the next it isn’t.  To confirm this I checked the shared memory, which is as follows:
    sswift4# prctl -n project.max-shm-memory $$
    process: 926: bash
    NAME    PRIVILEGE       VALUE    FLAG   ACTION                       RECIPIENT
    project.max-shm-memory
            privileged      7.64GB      -   deny                                 -
            system          16.0EB    max   deny                                 -
    As suggested in the above article, I checked the alert log and found the ‘WARNING: EINVAL’ message which is as follows:
    WARNING: EINVAL creating segment of size 0x000000005e002000
    Converting this to decimal, it’s trying to create something of 1.5 GB, well within the shared memory settings, which suggests that this isn’t the problem.
    We are running Oracle 10g and 11g on Solaris 10 Sparc. The error does not seem to be instance specific, we have 8 instances on this box all with SGA max of 2000m. The server has 32GB of memory available.
    Any advice would be helpful.
    Thanks in advance.
    Debs

    Thanks for your quick responses - we have now resolved the issue.
    The shared memory value was set on the command line but not saved.
    Therefore once we rebooted it lost the configuration. this has been altered by our UNIX admin and all DBs have started without issue.
    Thanks
    Debs

  • FATAL: shared memory region is being held at - Error when installing SAP with sapinst

    Hi guys
    This error is kinda odd since i have installed 3 systems under the same OS/DB Conditions
    Windows 2012 R2 with ASE 15.7.
    14GB Memory
    30GB PageFile
    Firewall Off
    On the previous two systems, when executing a System Copy using an Export File it completed with no problems.
    On this System Installation, during ASE Server Setup, SAPINST fails, checking ASE logs it seems releted to memory, but I cant figure out what is the problem since 14GB would be enough, and it never happened on the previous installations.
    Any idea what could be causing this?
    init logs.
    Finished loading file 'charset.loc'.
    03/13/15 06:23:20 AM End output from 'charset'.
    03/13/15 06:23:20 AM Character set 'utf8' has been successfully installed.
    03/13/15 06:23:20 AM Task succeeded: install a character set(s).
    03/13/15 06:23:20 AM Running task: set the default character set and/or default
                         sort order for the Adaptive Server.
    03/13/15 06:23:20 AM Setting the default character set to utf8
    03/13/15 06:23:20 AM Sort order 'binary' has already been installed.
    03/13/15 06:23:21 AM SQL command: exec sp_configure 'default character set id',
                         190, binary
    03/13/15 06:23:21 AM SQL command: exec sp_configure 'default sortorder id', 25,
                         utf8
    03/13/15 06:23:21 AM Sort order 'binary' has been successfully set to the
                         default.
    03/13/15 06:23:23 AM SQL command: shutdown
    03/13/15 06:23:25 AM Waiting 15 seconds for the operating system to reclaim
                         resources before rebooting.
    03/13/15 06:23:45 AM Calling the shell with
                         '"J:\sybase\AEC\ASE-15_0\bin\sqlsrvr.exe"
                         -d"J:\sybase\AEC\sybsystem\master.dat" -sAEC
                         -e"J:\sybase\AEC\ASE-15_0\install\AEC.log"
                         -i"J:\sybase\AEC\ini" -M"J:\sybase\AEC\ASE-15_0" '.
    03/13/15 06:23:55 AM Calling the shell with '0 = return code.'.
    03/13/15 06:24:11 AM Calling the shell with
                         '"J:\sybase\AEC\ASE-15_0\bin\sqlsrvr.exe"
                         -d"J:\sybase\AEC\sybsystem\master.dat" -sAEC
                         -e"J:\sybase\AEC\ASE-15_0\install\AEC.log"
                         -i"J:\sybase\AEC\ini" -M"J:\sybase\AEC\ASE-15_0" '.
    03/13/15 06:24:11 AM waiting for server 'AEC' to boot...
    03/13/15 06:24:21 AM SERVER ERROR: Failed to boot server 'AEC'.
    03/13/15 06:24:21 AM SERVER ERROR: Couldn't reboot server 'AEC' after changing
                         internal tables.
    03/13/15 06:24:25 AM CONNECTIVITY ERROR: Open Client message: 'ct_connect():
                         network packet layer: internal net library error: Net-Lib
                         protocol driver call to connect two endpoints failed
                         Failed to connect to the server - Error is 10061 No
                         connection could be made because the target machine
                         actively refused it.
    03/13/15 06:24:25 AM CONNECTIVITY ERROR: Initialization of auditinit
                         connectivity module failed.
    03/13/15 06:24:25 AM Task failed: set the default character set and/or default
                         sort order for the Adaptive Server. Terminating
                         configuration.
    03/13/15 06:24:25 AM Configuration failed.
    03/13/15 06:24:25 AM Exiting.
    03/13/15 06:24:25 AM The log file for this session is
                         'J:\sybase\AEC\ASE-15_0\init\logs\log0313.007'.
    03/13/15 06:24:25 AM Log close.
    Install Log
    00:0000:00000:00000:2015/03/13 06:24:13.07 kernel  SySAM: Using licenses from: J:\sybase\AEC\\SYSAM-2_0\licenses\SYBASE.lic;J:\sybase\AEC\\SYSAM-2_0\licenses\SYBASE_ASE_DE.lic
    00:0000:00000:00000:2015/03/13 06:24:13.70 kernel  SySAM: Checked out license for 2 ASE_CORE (2020.1231/permanent/100C 0F04 3F88 1821).
    00:0000:00000:00000:2015/03/13 06:24:13.70 kernel  This product is licensed to: SAP, for use with SAP Business Applications.
    00:0000:00000:00000:2015/03/13 06:24:13.70 kernel  Checked out license ASE_CORE
    00:0000:00000:00000:2015/03/13 06:24:13.70 kernel  Adaptive Server Enterprise (Enterprise Edition)
    00:0000:00000:00000:2015/03/13 06:24:13.71 kernel  Using config area from primary master device.
    00:0000:00000:00000:2015/03/13 06:24:13.71 kernel  Warning: Using default file 'J:\sybase\AEC\AEC.cfg' since a configuration file was not specified. Specify a configuration file name in the RUNSERVER file to avoid this message.
    00:0000:00000:00000:2015/03/13 06:24:13.73 kernel  Allocating a shared memory segment of size 131137536 bytes.
    00:0000:00000:00000:2015/03/13 06:24:13.73 kernel  WARNING: shared memory segment is being held by another application
    00:0000:00000:00000:2015/03/13 06:24:13.75 kernel  FATAL: shared memory region is being held at 131104768 bytes but 131137536 bytes are required
    00:0000:00000:00000:2015/03/13 06:24:13.75 kernel  kbcreate: couldn't create kernel region.
    00:0000:00000:00000:2015/03/13 06:24:13.75 kernel  kistartup: could not create shared memory
    Best
    Martin

    After implementing solution in Note 2011550 - SYB: SAP ASE on Windows fails to start, issue was fixed

  • "shared memory realm" error -- cross-posted in "installation"

    I've just installed 8.1.7 on a Solaris 8 workstation. The installation went fine up until the database creation assistant tried to create a database: it failed. But the software was all installed, so I did a "connect internal" and created a database myself. Once I start the database, I can connect as system/manager; but when the database is shutdown, connecting as system manager gives me an "Oracle not available" error (ORA-01034) followed by a "shared memory realm not available" error (ORA-27101) followed by a "no such file or directory" error (SVR4 Error: 2:).
    All of the shared memory and semaphore parameters are specified in the /etc/system file, and they show up when I execute a "sysdef -i" command.
    Any ideas why I'm getting these errors?
    I did a search and found a few posts on "shared memory realm," but none of them seemed to address the fact that I can connect when the database is started/mounted, but not when it's shutdown.
    Thanks in advance,
    Rich

    make sure the env var ORACLE_SID is set.
    check PROCESSES in your init.ora file. if you lower this number (to say, 15) and errors go away then you need to up the semiphores kernel parameter (or leave PROCESSES set to a low number). Also, it is correct to get an error when trying to connect to a database that is shutdown. the only way to not get an error is use svrmgrl or "sqlplus /nolog" and then connect / as sysdba (or connect internal).
    Andrew

  • DB_ACTION_STATNEW - Error - How to increase shared memory in shadow instanc

    Hi all,
    We are facing the below error in the DB_ACTION_STATNEW phase:
    TRACE-INFO: 82:                                                                                13  4.822960
    TRACE-INFO: 83:  [developertra,00000]   WHERE TABNAME = :A0;                                           8  4.822968
    TRACE-INFO: 84:  [dbntab      ,06694]  ***LOG BY4=>sql error 604    performing SEL on table DDNTT
    TRACE-INFO: 85:                                                                                222  4.823190
    TRACE-INFO: 86:  [dbntab      ,06694]  ***LOG BY0=>ORA-00604: error occurred at recursive SQL level 1
    TRACE-INFO: 87:                        ORA-04031: unable to allocate 4120 bytes of shared memory ("shared pool","select t.ts#,t.file#,t.block...","Typecheck","seg:kggfaAllocSeg")
    TRACE-INFO: 88:                                                                                21  4.823211
    TRACE-INFO: 89:  [dbeh.c      ,00000]  *** ERROR => missing return code handler                       13  4.823224
    TRACE-INFO: 90:                         caller does not handle code 1 from dbntab.c[3718]
    TRACE-INFO: 91:                         ==> calling sap_dext to abort transaction
    HALT 20080410111303
    We have a physical RAM of 64 GB.
    dcecqv1:root > dmesg | more
    Apr 10 11:24
       $Revision: vmunix:    B11.23_LR FLAVOR=perf Fri Aug 29 22:35:38 PDT 2003 $
    Memory Information:
        physical page size = 4096 bytes, logical page size = 4096 bytes
        Physical: 66399504 Kbytes, lockable: 51408244 Kbytes, available: 59648572 Kbytes
    From the error message, I feel that I need to increase the shared memory, can you help me how to increase the shared memory now, bcos system is now running in the shadow instance.
    Thanks & Regards
    Senthil

    Thank you for your mail Shaji.
    SQL> show parameter shared_pool_size
    ORA-00604: error occurred at recursive SQL level 2
    ORA-04031: unable to allocate 4120 bytes of shared memory ("shared
    pool","select x.inst_id,x.indx+1,ks...","Typecheck","seg:kggfaAllocSeg")
    When I tried to see the shared_pool_size it gives the above error.
    Regarding the three log files:
    STATNEW.LOG
    LISTNEW.LOG
    DBSTATNEW.LOG
    - I didnot find STATNEW.LOG file in the path /usr/sap/put/log
    - supadm> cat DBSTATNEW.LOG
    1 ETQ201XEntering upgrade-phase "DB_ACTION_STATNEW" ("20080410111258")
    2 ETQ367 Connect variables are set for standard instance access
    4 ETQ399 System-nr = '02', GwService = 'sapgw02'
    4 ETQ399 Environment variables:
    4 ETQ399   dbs_ora_schema=SAPR3
    4 ETQ399   auth_shadow_upgrade=0
    4 ETQ389 reading file "LISTNEW.LOG" in directory "/usr/sap/put/log".
    4 ETQ275 Created SQL-script "EXSTATE.ORA"
    4 ETQ275 Created SQL-script "EXSTATC.ORA"
    4 ETQ276 Executing SQL-script "EXSTATE.ORA"
    4 ETQ001 START time "2008/04/10 11:12:58"
    4 ETQ399 ext. env.: DIR_LIBRARY=/usr/sap/SUP/SYS/exe/run
    4 ETQ399 ext. env.: LD_LIBRARY_PATH=/usr/sap/SUP/SYS/exe/run:/opt/java1.5/jre/lib/IA64N:/opt/java1.5/jre/lib/IA64N/server:/opt/java1.5/jre/../lib/IA64N
    4 ETQ399 2008/04/10 11:12:58: put_execute: (tp) forkpid:2537
    4 ETQ002 END   time "2008/04/10 11:13:03"
    4 ETQ278 Errors during execution of SQL-script "EXSTATE.ORA"
    1EETQ203 Upgrade phase "DB_ACTION_STATNEW" aborted with errors ("20080410111303")
    supadm>
    supadm> tail LISTNEW.LOG
    NAME= WTY_OBJNR_INDEX
    NAME= WTY_PARTNER_TAB
    NAME= WTY_RCLHST
    NAME= WTY_RCLOBJ
    NAME= WTY_RELOB_TAB
    NAME= WTY_RELOB_TAB_TX
    NAME= WTY_TABLE_ALV
    NAME= WYT2M
    tp_exec_dbscript: 1 statement(s) successfully processed.
    supadm>
    Can u pl help
    Thanks
    Senthil

  • SAP installtion stopped - error cant create shared memory

    Dear All,
    Greetings!
    We are trying to install SAP ECC 6.0 IDES system on Windows 2003 x64 Server and DB2 9.1, during the process of installation - in the step of Start Instance. The sapinst Gives Up! the process since the enqueue server is found in stopped state when the instance tries to start up.
    I found the below given error message from the Developer Trace files of the enqueue server.
    [Thr 1384] Sat May 09 18:21:13 2009
    [Thr 1384] *** ERROR => ShmDelete: Invalid shared memory Key=34. [shmnt.c      719]
    [Thr 1384] *** ERROR => ShmCleanup: ShmDelete failed for Key:34. [shmnt.c      793]
    [Thr 1384] initialize_global: enqueue server without replication
    [Thr 1384] Enqueue: EnqMemStartupAction Utc=1241873473
    [Thr 1384] *** ERROR => [CreateOsShm] CreateFileMapping(37,65 KB) failed with Err=5
                  ERROR_ACCESS_DENIED: Access is denied.  [shmnt.c      2174]
    [Thr 1384] *** ERROR => ShmCreate: Create (37,67072,1) failed [shmnt.c      506]
    To note - we had a virus attack on the server recently and an Anti-Virus tool was used to clean the server, after that I found most of the SAP folders in Read-Only mode.
    I suspect any causes of the same for the above mentioned ACCESS_DENIED error. Currently I have allocated 28GB of swap size, but the SAP instance is not able to create a shared memory from the same I hope.
    Num
    Pagefile
    Min.Size
    Max.Size
    Avail.Max
    Curr.Size
    1
    c:\pagefile.sys
    8192000 K
    8192000 K
    8192000 K
    8192000 K
    2
    e:\pagefile.sys
    10485760 K
    10485760 K
    10485760 K
    10485760 K
    3
    f:\pagefile.sys
    10485760 K
    10485760 K
    10485760 K
    10485760 K
    Please help me with your suggestions for the workaround,
    - How will I be able to enable the swap size of the server to be used by the SAP instance?
    - Is this the effect of the anti-virus or an aspect in windows server to change the folders and files to read-only after a virus attack?
    I have tried the possibilities of adding more shared memory, removing the shared memory and restarting the OS and assigning back the same, but these dint prove useful.
    Kindly help me with your suggestions.
    Thank you
    Regards,
    Vineeth

    Hi,
    I would suggest you to go to run > services.msc
    now try to manually stop / start the SAP<SID>_<nr> services. are you able to start it properly? If you get error here, that means SAP services not able to start as it has permission problem.
    login with <sid>adm & reregister the service by running sapstartsrv.exe in <drive>:\usr\sap\SID\sys\exe. after you give the parameters and press ok, wait for sometime for the 'success' message.
    once its done, then start sap in MMC.
    another thread talks about similar kind of problem.
    Shared Memory Ceation error when we install NW04S Java Stack.
    Regards,
    Debasis.

  • Shared Memory Ceation error when we install NW04S Java Stack.

    Hi.
    I trying to install NW04S Java Stack in Windows 2003/ MS SQL but We got error to starting enqueue service for Java WAS.
    Error is
    [Thr 4364] Sun Mar 12 23:13:34 2006
    [Thr 4364] *** ERROR => ShmDelete: Invalid shared memory Key=34. [shmnt.c      719]
    [Thr 4364] *** ERROR => ShmCleanup: ShmDelete failed for Key:34. [shmnt.c      793]
    [Thr 4364] initialize_global: enqueue server without replication
    [Thr 4364] Enqueue: EnqMemStartupAction Utc=1142172814
    [Thr 4364] *** ERROR => [CreateOsShm] CreateFileMapping(37,36 KB) failed with Err=5
                  ERROR_ACCESS_DENIED: Access is denied.  [shmnt.c      2174]
    [Thr 4364] *** ERROR => ShmCreate: Create (37,37664,1) failed [shmnt.c      506]
    Anyone have idea for fixing this problem ?
    Reagrds, Arnold.

    Hi Arnold,
    Kindly check if the User SAPService<SID> is a member of
    the local administrator group. If not add manually and
    try again.
    Hope it helps.
    Regards
    Srikishan

  • Error message ORA-27101 shared memory realm does not exist,Please help me

    My oracle(oracle 8.1.6) is installed successfully,But when I connect to the database it shows me the error:
    ORA-27101 shared memory realm does not exist.
    How can I deal with it?Please help me.

    The OTN Customer Service - Feedback forum answers questions relating to the OTN site and other customer service issues. It does not answer technical or installation questions. Please post your topic in the appropriate forum.
    Best Regards, OTN Team

  • TNS-01115: OS error 28 creating shared memory segment of 129 bytes

    hi
    we are operating a solaris v5.8 with 10 instances of 10.2.0.1 databases running. each with its own listener. the system shmmni=3600 and using ipcs all are being used causing the error TNS-01115: OS error 28 creating shared memory segment of 129 bytes to occur.
    The kernal parameters were set to be the same as a similiar server we have with the same configuration and more databases and that box uses only 53 memory segments
    Does anyone have any ideas as to what would make this happen?

    i wish i could. there was one db that was not needed so i just shut it down and stopped the listener. then took an ipcs -m reading. it returned 48 rows, instead of 3603 as it did when this particular db was up. in my haste i removed the db as it was not needed so i no longer have the logs to research. too bad on my part.
    well at least i have a fix but have no idea why this happened. thank you for your responses. greatly appreciated.

  • Help! 2701 shared memory realm error

    When I try to run the import command I get a shared memory realm error. I've checked my $ORACLE_SID with my /etc/oratab file they both match up fine. The initSID file is also correct, with the correct case. "lsnrctl start" seems to start correctly with no errors either on the screen or in the log file. --I'm confused....                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    ORACLE_SID=sidname
    export ORACLE_SID
    ORACLE_HOME=/...
    export ORACLE_HOME
    exp
    oratab is the unuseful file

Maybe you are looking for

  • CRM - BW - opportunity reports

    Dear Gurus, As per SAP , same opportunity monitor (0CRM_OPMO_Q0001) report is meant for sales representatives and managers. (variables 0CRMOM( Sales Org structure ), 0P_USER( employee responsible). ) How does it differentiate the reps and managers ?

  • MS ACCESS EXCEPTION TOO MANY CLIENT TASKS

    hi all i am developing an application in jsp for calll center users. there are 4 types of users who can interact with the appl in that 100 users of one type are interacting with it. i am using MS ACCESS for the database connection. it is working well

  • Provisioning profiles

    Hello, can a installed provisioning profile (or the other one - there are two kind of profiles, right?) harm my iphone? And if i would have a profile installed, how to delete it? If i dont see the menu item "Profiles" in "Settings -> General", does t

  • CTXSYS.CTXCAT index and CATSEARCH problem

    I have table with just one column indexed (CBG_COMPANY_HOUSE_STREET_DIST) with CTXSYS.CTXCAT index. And the problem is that words like 'OR', 'IF', 'MR', 'MRS', 'A' and some more like these are NOT INDEXED at all..! So simply when I try to use CATSEAR

  • How to retrieve the result parameter ?

    Hello every body. We have selected the result parameter checkbox in a method created in a ZXXX bussiness object. We need to know how to retrieve this result from the task. Thank you in advance. Juan.