Update statistics with 640_EX2 kernel

Hello,
I'm no longer able to do UPD_CHECK, UPD_COND and UPD_UNCOND since upgrading to a 640_EX2 kernel.
This happens on WebAS 6.20 on Linux IA32 and on WebAS 6.40 on Linux X86_64. Scheduling backups and verifys still works from db13. MaxDB version is 7.6.4.07. The problem exists with versions 120 and 212 of dbadaslib.so.
Are these commands working for anyone? I suspect this could be one of these nice C++ ABI incompatibility problems, because libSQLDBC76.so is linked against libstdc+.so.5 and dbadaslib.so is linked against libstdc.so.5 and libstdc+.so.6.
Since I am on an unsupported Linux distro I would like to know whether this happens on supported distros, too.
Thank you,
Sebastian

Thank you for pointing me to the logs again, I scanned them too superficially last time.
This is written to the trace file of a batch process:
C  Starting Update Statistics on connection 2 ...     
C  *** ERROR => connection for UPDSTAT is not available
[dbupdsdb.cpp 140]
This is interesting, because the connection test in db59 is successful for all 4 types of connections.

Similar Messages

  • UPDATE STATISTICS WITH FULL SCAN - High reads than normal

    Hi
          Update statistics when it runs with full sampling, reads high amount of data.  my database size is 300GB and update stats is reading TBs of data from the data drive.  Did anyone come across this wierd scenario? 
    Thanks
    Vicky
    Thanks

    I have been running US on 1 TB database and did not notice high reading.... It does not block anyone but you may notice some performnace degradation...
    Have you tried Ola's great utility
    EXECUTE dbo.IndexOptimize @Databases = ‘USER_DATABASES’,
    @FragmentationHigh_LOB = ‘INDEX_REBUILD_OFFLINE’,
    @FragmentationHigh_NonLOB = ‘INDEX_REBUILD_ONLINE’,
    @FragmentationMedium_LOB = ‘INDEX_REORGANIZE_STATISTICS_UPDATE’,
    @FragmentationMedium_NonLOB = ‘INDEX_REORGANIZE_STATISTICS_UPDATE’,
    @FragmentationLow_LOB = ‘NOTHING’,
    @FragmentationLow_NonLOB = ‘NOTHING’,
    @FragmentationLevel1 = 5,
    @FragmentationLevel2 = 30,
    @PageCountLevel = 1000
    How does all this work?
    Indexes with a fragmentation over 30% are rebuilt, online if possible.
    Indexes with a fragmentation between 5% and 30% are reorganized and also have their statistics updated.
    Index with a fragmentation under 5% (or a size of under 1000 pages) are ignored.
    It is available on http://ola.hallengren.com.
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Blog:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance

  • Update modules with compiling kernel from soure issue.

    Compiling kernel from abs or aur take me much time, so i decide compile kernel from source, compilation and installation successfully but make initial RAM disk doesn't update full modules (crypto,lvm...). I specified -c option to /etc/mkinitcpio.conf but the result is the sam, non-autodectec doesn't help too. When i look into /lib/modules directory, 3.6.6-1-ARCH folder contain "kernel" folder which has a lot of things (arch, crypto, net..) and i think this is my extra modules were declared in HOOK array's mkinitcpio.conf. The another one only contain net folder so i can't boot into this kernel without having loaded others.
    any suggestion for this problem? tks for reply.

    am sorry, i re-tried with HOOK array without autodectect and it can load modules but there are two error:
    ==> ERROR: module not found: `dm-crypt`
    ==> ERROR: modules not found: `dm-snapshot`
    ok i will try to load these modules by manually.
    EDIT: i tried to load dm-mod, dm-crypt, dm-snapshot but it isn't helpful. Errors still remain. any suggestion?
    Last edited by angelfalls (2012-11-12 23:33:53)

  • Update Statistics of MKPF

    Hello everybody,
    Table MKPF
    Statistics are current (|Changes| < 50 %)
    New Method EH
    New Sample Size  ???
    I am trying to update the Statistics of MKPF & MSEG table using DB20 but it tells me to give some NEW SAMPLE SIZE.
    The LAST REFRESH FOR MKPF IS:
    Old Method EX Date 29.03.2010
    Old Sample Size P10 Time 01:14:05
    Acutally I am executing MB51 which takes a lot of time thats why I am updating the statistics for the MKPF table which is being used by this TCODE.
    Please advise,
    Regards.

    Thanks Eric for ur reply,
    I want to ask why does this table is not giving me the new sample size by default like others (BSIS, BSAD, BSAS etc..).?
    I just want to share that when I update statistics with BRTOOLS & DB13 (All Tables) then why the statistics for tables are not shown updated in the DB20? it only shows the old update statistics as shown below:
    Table MSEG
    Statistics are current (|Changes| < 50 %)
    New Method EH
    New Sample Size ???
    Old Method EH Date 21.06.2010
    Old Sample Size P3 Time 08:19:10
    What will be the value of New Sample Size against MSEG because i am trying to create statistics of MSEG table on test system and table's statistics is not updating with P10 , P30.
    there are some more tables are missing New Sample Size. so, plz tell me any method or formula for this value.
    -Regards.

  • Update statistics ends with error

    Hi Techies
    Few months back our BI system got crashed then ,we re-install the system & restore the database,Now the issue is whenever we are running the update statistics it gives the following error & terminates with error.
    BR0301E SQL error -20000 at location stats_ind_collect-2, SQL statement:
    'BEGIN DBMS_STATS.GATHER_INDEX_STATS (OWNNAME => '"SAPSR3"', INDNAME => '"/BIC/B0000598000KE"', ESTIMATE_PERCENT => NULL, DEGREE => NULL,
    ORA-20000: index "SAPSR3"."/BIC/B0000598000KE"  or partition of such index is in unusable state
    ORA-06512: at "SYS.DBMS_STATS", line 10613
    ORA-06512: at "SYS.DBMS_STATS", line 10648
    ORA-06512: at line 1
    BR0886E Checking/collecting statistics failed for index SAPSR3./BIC/B0000598000KE
    BR0301E SQL error -20000 at location stats_tab_collect-18, SQL statement:
    'BEGIN DBMS_STATS.GATHER_TABLE_STATS (OWNNAME => '"SAPSR3"', TABNAME => '"/BIC/B0000598000"', ESTIMATE_PERCENT => 30, METHOD_OPT => 'FOR A
    ORA-20000: index "SAPSR3"."/BIC/B0000598000KE"  or partition of such index is in unusable state
    ORA-06512: at "SYS.DBMS_STATS", line 13159
    ORA-06512: at "SYS.DBMS_STATS", line 13179
    ORA-06512: at line 1
    BR0886E Checking/collecting statistics failed for table SAPSR3./BIC/B0000598000
    Environment Details
    OS-AIX 5.3
    DB-Oracle 10.2.0.2.0
    SAP-SAP Netweaver 2004s
    BI-SAP Netweaver BI 7.0
    Quick response appreciated
    Thanks
    Vijay

    Hi,
    ORA-20000: index "SAPSR3"."/BIC/B0000598000KE" or partition of such index is in unusable state
    rebuild the index using BRTOOLS.
    Run brtools
    select 3 --> SEGMENT MANGEMENT -->  2 - Rebuild indexes -->  7 ~ Index names (index)
    provide your index name here SAPSR3"."/BIC/B0000598000KE
    and rebuild the index
    after running rebuild index , start again Update Statistics.
    it will run succesful
    Thanks
    Anil

  • Update Statistics of CRM Production system is terminated with errors

    Dear All,
    Update Statistics of CRM Production System is failing ie terminated with errors.
    Kindly help.
    Following  are the logs:
    BR0973W Database operation alert - level: WARNING, operation: cegnnbuz.chk, time: 2011-08-12 09.32.37, condition: Last successful 'chk' op
    BR0252E Function fopen() failed for '/oracle/KPC/saptrace/diag/rdbms/kpc/KPC/trace/alert_KPC.log' at location ora_alert_check-1
    BR0253E errno 13: Permission denied
    BR0280I BRCONNECT time stamp: 2011-12-22 04.07.36
    BR0977I Checking database profile...
    BR0978W Database profile alert - level: ERROR, parameter: COMPATIBLE, value: 11.2.0 (<> 10.2.0)
    BR0978W Database profile alert - level: WARNING, parameter: LOG_BUFFER, value: 11198464 (>< 4096,512 KB)
    BR0978W Database profile alert - level: WARNING, parameter: OPTIMIZER_INDEX_COST_ADJ, value: 20 (set in parameter file)
    BR0280I BRCONNECT time stamp: 2011-12-22 04.07.36
    BR0980I Number of changed database profile parameters: 0
    BR0280I BRCONNECT time stamp: 2011-12-22 04.07.37
    BR0955I Number of signaled error/warning/exception alerts for database administration: 0/0/0
    BR0956I Number of signaled error/warning/exception alerts for database operations: 0/1/0
    BR0957I Number of signaled error/warning/exception alerts for database messages: 0/0/0
    BR0958I Number of signaled error/warning/exception alerts for database profile: 1/2/0
    BR0806I End of BRCONNECT processing: cehmkvis.chk 2011-12-22 04.07.37
    BR0280I BRCONNECT time stamp: 2011-12-22 04.07.37
    BR0804I BRCONNECT terminated with errors
    Thanks
    -Madhura

    Hii
    I ve checked all conditions as:
    1.      -rwxrwxr-x   1 orakpc   dba      3406704 Aug 12 16:54 brtools
    2.
    SQL> show parameter compatible;
    NAME                                 TYPE        VALUE
    compatible                           string      11.2.0
    3.  Brtools version is 7.00 and oracle is 11G
    4.  drwxrwxrwx   6 orakpc   dba            6 Aug  7 14:19 saptrace
    Still we are facing this issue.
    pls help.
    -Madhura

  • 7.8.01.17: autom. update statistics consuming all sessions

    After having built a system using TDMS and starting the system for the first time the database creates dbmsrv processes until all sessions are consumed. All transports etc. are failing now since there are no more user sessions.
    The OS itself is under heavy load (about 60 of those entries):
    27240 database 117  37    0 5538M 4797M cpu     21:04   106% /sapdb/TTT/db/pgm/kernel TTT -diagpipe 17
      1941 database   3  51    0   33M   21M sleep    0:59 12.56% /sapdb/TTT/db/pgm/dbmsrv -sdbstarter 5000 5
      1971 database   3  59    0   33M   21M sleep    1:10 12.32% /sapdb/TTT/db/pgm/dbmsrv -sdbstarter 5000 5
      1236 database   3  54    0   33M   21M sleep    1:19 12.28% /sapdb/TTT/db/pgm/dbmsrv -sdbstarter 5000 5
      1975 database   3  59    0   33M   21M cpu      1:01 12.17% /sapdb/TTT/db/pgm/dbmsrv -sdbstarter 5000 5
      1965 database   3  52    0   33M   21M sleep    0:59 11.77% /sapdb/TTT/db/pgm/dbmsrv -sdbstarter 5000 5
    <...>
    wheras the database itself is waiting for a lock release:
    ID   UKT UNIX   TASK       APPL Current        Timeout/ Region     Wait
              tid   type        pid state          Priority cnt try    item
    T78    8     33 User       1650 JobWait UpdStt          0               0(s)
    T79    8     33 User       1607 Vwait                   0               0(s)
    T80    8     33 User       1519 Vwait                   0               0(s)
    T96    9     34 User       1677 Vwait                   0               0(s)
    T97    9     34 User       1656 JobWait UpdStt          0               0(s)
    <...>
    T99    9     34 User       1523 Vwait                   0               0(s)
    T100   9     34 User       1474 Vwait                   0               0(s)
    T141  11     36 User       1181 Vwait                   0               0(s)
    T148   4     29 UpdStat        *IO Wait (R)           7 0     57        0(r)
    T149   4     29 UpdStat         IO Wait (R)             4     70        0(r)
    T151   4     29 UpdStat         IO Wait (R)             0      2        0(r)
    I didn't see that behaviour on 7.7 releases.
    If this situation would arise on a production system we'd certainly have a problem.
    - Why is 7.8 using a dbmsrv session to "hold" the update statistics?
    - why is it not proceeding although there are only three UKTs actually doing the UPDSTAT?
    Markus

    Eventually the database crashed with SIGSEGV and
    Thread        0x9 Task      -  2010-08-13 17:38:45 ERR DIAG           0:  ----> Symbolic stack backtrace <----
    Thread        0x9 Task      -  2010-08-13 17:38:47 ERR DIAG           0:    0: __1cMRTEInternal_RRTENet_DescriptorJLockScope2t5B6Mp1_v_ + 0x7
    Thread        0x9 Task      -  2010-08-13 17:38:47 ERR DIAG           0:           SFrame: IP: 0x000000000185ada7 (0x000000000185ada0+0x7) FP: Thread       
    <...>
    0x9 Task      -  2010-08-13 17:38:18     KernelComm     6:  Internal errorcode, Error code 4940 "too_many_lock_requests"
    MaxLockRequests was set to 750,000, I increase now to 1,500,000.
    Markus

  • IF Auto Update Statistics ENABLED in Database Design, Why we need to Update Statistics as a maintenance plan

    Hi Experts,
    IF Auto Update Statistics ENABLED in Database Design, Why we need to Update Statistics as a maintenance plan for Daily/weekly??
    Vinai Kumar Gandla

    Hi Vikki,
    Many systems rely solely on SQL Server to update statistics automatically(AUTO UPDATE STATISTICS enabled), however, based on my research, large tables, tables with uneven data distributions, tables with ever-increasing keys and tables that have significant
    changes in distribution often require manual statistics updates as the following explanation.
    1.If a table is very big, then waiting for 20% of rows to change before SQL Server automatically updates the statistics could mean that millions of rows are modified, added or removed before it happens. Depending on the workload patterns and the data,
    this could mean the optimizer is choosing a substandard execution plans long before SQL Server reaches the threshold where it invalidates statistics for a table and starts to update them automatically. In such cases, you might consider updating statistics
    manually for those tables on a defined schedule (while leaving AUTO UPDATE STATISTICS enabled so that SQL Server continues to maintain statistics for other tables).
    2.In cases where you know data distribution in a column is "skewed", it may be necessary to update statistics manually with a full sample, or create a set of filtered statistics in order to generate query plans of good quality. Remember,
    however, that sampling with FULLSCAN can be costly for larger tables, and must be done so as not to affect production performance.
    3.It is quite common to see an ascending key, such as an IDENTITY or date/time data types, used as the leading column in an index. In such cases, the statistic for the key rarely matches the actual data, unless we update the Statistic manually after
    every insert.
    So in the case above, we could perform manual statistics updates by
    creating a maintenance plan that will run the UPDATE STATISTICS command, and update statistics on a regular schedule. For more information about the process, please refer to the article:
    https://www.simple-talk.com/sql/performance/managing-sql-server-statistics/
    Regards,
    Michelle Li

  • How to check/verify running sql in lib cache is using updated statistics of table

    How to check/verify running sql in lib cache is using updated statistics of table used in from clause.
    one of my application table is highly busy i.e frequent update/insert/delete.
    we gather table stats every 30 min.

    Hello, "try dynamic sampling" = think "outside the box", maybe hit two birds with same stone.
    As a matter of fact, I was just backing up your statement: "30 minutes seems pretty extreme"
    cheers

  • SQL 2008 R2 Best Practices for Updating Statistics for a 1.5 TB VLDB

    We currently have a ~1.5 TB VLDB (SQL 2008 R2) that services both OLTP and DSS workloads pretty much on a 24x7x365 basis. For many years we have been updating statistics (full scan- 100% sample size) for this VLDB once a week on the weekend, which
    is currently taking up to 30 hours to complete.
    Somewhat recently we have been experiencing intermitent issues while statistics are being updated, which I doubt is just a coincidence. I'd like to understand exactly why the process of updating statistics can cause these issues (timeouts/errors). My theory
    is that the optimizer is forced to choose an inferior execution plan while the needed statistics are in "limbo" (stuck between the "old" and the "new"), but that is again just a theory. I'm somewhat surprised that the "old" statistics couldn't continue to
    get used while the new/current statistics are being generated (like the process for rebuilding indexes online), but I don't know all the facts behind this mechanism yet so that may not even apply here.
    I understand that we have the option of reducing the sample percentage/size for updating statistics, which is currently set at 100% (full scan).  Reducing the sample percentage/size for updating statistics will reduce the total processing time, but
    it's also my understanding that doing so will leave the optimizer with less than optimal statistics for choosing the best execution plans. This seems to be a classic case of not being able to have one’s cake and eat it too.
    So in a nutshell I'm looking to fully understand why the process of updating statistics can cause access issues and I'm also looking for best practices in general for updating statistics of such a VLDB. Thanks in advance.
    Bill Thacker

    I'm with you. Yikes is exactly right with regard to suspending all index optimizations for so long. I'll probably start a separate forum thread about that in the near future, but for now lets stick to the best practices for updating statistics.
    I'm a little disappointed that multiple people haven't already chimed in about this and offered up some viable solutions. Like I said previously, I can't be the first person in need of such a thing. This database has 552 tables with a whole lot more statistics
    objects than that associated with those tables. The metadata has to be there for determining which statistics objects can go (not utilized much if at all so delete them- also produce an actual script to delete the useless ones identified) and what
    the proper sample percentage/size should be for updating the remaining, utilized statistics (again, also produce a script that can be used for executing the appropriate update statistics commands for each table based on cardinality).
    The above solution would be much more ideal IMO than just issuing a single update statistics command that samples the same percentage/size for every table (e.g. 10%). That's what we're doing today at 100% (full scan).
    Come on SQL Server Community. Show me some love :)
    Bill Thacker

  • Replace Linux with Hurd kernel

    Hi
    Can i Replace Linux with Hurd kernel?

    Lone_Wolf wrote:
    hayderctee,
    there is an Archlinux Hurd project, http://www.archhurd.org/ but i have no idea how usable it is.
    I would say that's dead, with no updates to any packages since March last year...

  • PeopleSoft Database Update Statistics

    I am trying to find out what is the best practices for implementing the Update statistics on Psoft Database. Any help or documentation regarding will be a great help
    I am looking for
    what is the best practice for update statistics on oracle , Intervals , Tables , do we need to include any custom script to generate and include all big tables.

    I was the one who designed the pscbo_stats package to leverage the statistics collection techniques used in EBS and Seibel. (Mr. Sierra was the wizard who coded it.) I just noticed this thread and wanted to comment.
    If you are using the pscbo_stats, the gather_schema_stats() procedure will by default gather only stale statistics, so it can be run regularly. I suggest weekly. You can follow the contents of the pscbo_log table for historical data for all (non-dynamic) stats gathering activities.
    If you find there is a table that constantly stale and forcing you to think that the schema statistics should gathered more often, you may want to have two schedules - one weekly for schema, and one more often (daily?) to capture the more volatile objects excepting, of course, those that are already dynamically sampled.
    There may be objects that are volatile enough that they should be added to the Stage Table Exception table. (see the stage_table_ins() procedure) We added that feature to configure dynamic sampling to work on volatile table - tables that are not working storage for COBOL and App Engine but are so often stale that they should be dynamically sampled.
    I find that there are a few transactional tables that work well when dynamically sampled. For example, PSTREESELECT* tables can be problematic if they are dynamically rebuilt by a nVision report book - the end points can get stale quickly. They may be a good candidate for dynamic sampling.
    Lastly, I am very interested to know user experience with the pscbo_stats package. Please post your comments to the communities.oracle.com forum for "Install/Upgrade PSFT".

  • Update statistics error in prod

    Dear Experts ,
    we are facing an error while updating statistics by using db13
    please check on log below
    18.05.2011     18:52:41     Job started
    18.05.2011     18:52:41     Step 001 started (program RSDBAJOB, variant &0000000000047, user ID BASIS)
    18.05.2011     18:52:42     No application server found on database host - rsh/gateway will be used
    18.05.2011     18:52:42     Execute logical command BRCONNECT On host PRDHOSR
    18.05.2011     18:52:42     Parameters: -u / -jid STATS20110518185240 -c -f stats -t ALL
    18.05.2011     18:53:34     BR0801I BRCONNECT 7.00 (40)
    18.05.2011     18:53:34     BR1304W Checking SAP license failed at location BrLicCheck-108
    18.05.2011     18:53:34     BR0602W No valid SAP license found - please contact SAP
    18.05.2011     18:53:34     BR0805I Start of BRCONNECT processing: cefxifuy.sta 2011-05-18 18.52.44
    18.05.2011     18:53:34     BR0484I BRCONNECT log file: /oracle/PRD/sapcheck/cefxifuy.sta
    18.05.2011     18:53:34     
    18.05.2011     18:53:34     BR0280I BRCONNECT time stamp: 2011-05-18 18.52.53
    18.05.2011     18:53:34     BR0813I Schema owners found in database PRD: SAPSR3*, SAPSR3DB%
    18.05.2011     18:53:34     
    18.05.2011     18:53:34     BR0280I BRCONNECT time stamp: 2011-05-18 18.53.05
    18.05.2011     18:53:34     BR0814I Number of tables/partitions in schema of owner SAPSR3: 32818/10
    18.05.2011     18:53:34     BR0836I Number of info cube tables found for owner SAPSR3: 143
    18.05.2011     18:53:34     BR0814I Number of tables in schema of owner SAPSR3DB: 722
    18.05.2011     18:53:34     
    18.05.2011     18:53:34     BR0280I BRCONNECT time stamp: 2011-05-18 18.53.24
    18.05.2011     18:53:34     BR0815I Number of indexes/partitions in schema ofowner SAPSR3: 43208/13
    18.05.2011     18:53:34     BR0815I Number of indexes in schema of owner SAPSR3DB: 1051
    18.05.2011     18:53:34     
    18.05.2011     18:53:34     BR0280I BRCONNECT time stamp: 2011-05-18 18.53.29
    18.05.2011     18:53:34     BR0818I Number of tables found in DBSTATC for owner SAPSR3: 814
    18.05.2011     18:53:34     
    18.05.2011     18:53:34     BR0280I BRCONNECT time stamp: 2011-05-18 18.53.29
    18.05.2011     18:53:34     BR0807I Name of database instance: PRD
    18.05.2011     18:53:34     BR0808I BRCONNECT action ID: cefxifuy
    18.05.2011     18:53:34     BR0809I BRCONNECT function ID: sta
    18.05.2011     18:53:34     BR0810I BRCONNECT function: stats
    18.05.2011     18:53:34     BR0812I Database objects for processing: ALL
    18.05.2011     18:53:34     BR0851I Number of tables with missing statistics:0
    18.05.2011     18:53:34     BR0852I Number of tables to delete statistics: 0
    18.05.2011     18:53:34     BR0854I Number of tables to collect statistics without checking: 0
    18.05.2011     18:53:34     BR0855I Number of indexes with missing statistics: 0
    18.05.2011     18:53:34     BR0856I Number of indexes to delete statistics: 0
    18.05.2011     18:53:34     BR0857I Number of indexes to collect statistics: 0
    18.05.2011     18:53:34     BR0853I Number of tables to check (and collect ifneeded) statistics: 33537
    18.05.2011     18:53:34     BR0126I Unattended mode active - no operator confirmation required
    18.05.2011     18:53:34     
    18.05.2011     18:53:34     BR0280I BRCONNECT time stamp: 2011-05-18 18.53.31
    18.05.2011     18:53:34     BR0817I Number of monitored/modified tables in schema of owner SAPSR3: 32818/1055
    18.05.2011     18:53:34     BR0817I Number of monitored/modified tables in schema of owner SAPSR3DB: 722/8
    18.05.2011     18:53:34     BR0280I BRCONNECT time stamp: 2011-05-18 18.53.33
    18.05.2011     18:53:34     BR0301E SQL error -2132 at location thr_db_connect-3, SQL statement:
    18.05.2011     18:53:34     'ENABLE THREADS'
    18.05.2011     18:53:34     SQL-02132: Message 2132 not found; No message file for product=precomp, facility
    18.05.2011     18:53:34     BR0310E Connect to database instance PRD failed
    18.05.2011     18:53:34     
    18.05.2011     18:53:34     BR0806I End of BRCONNECT processing: cefxifuy.sta2011-05-18 18.53.33
    18.05.2011     18:53:34     BR0280I BRCONNECT time stamp: 2011-05-18 18.53.34
    18.05.2011     18:53:34     BR0804I BRCONNECT terminated with errors
    18.05.2011     18:53:34     External program terminated with exit code 5
    18.05.2011     18:53:34     BRCONNECT returned error status E
    18.05.2011     18:53:34     Job finished
    please help to solve this error in production
    Regards

    Dear Experts ,
    now i got an error
    because of oracle client update statistics are failed now i required to upgrade oracle client
    please share your valiable knoledge how can i upgrade my oracle client 10.2.0.2 to 10.2.0.4, i checked note 819829 now i need your suggesitions on this activity
    and also pre - requsits to upgrade (steps)
    Regards

  • Update statistics failing in BW systems..

    Hai,
    Update statistics in BW system fails with the below error.
    Error details:
    BR0886E Checking/collecting statistics failed for index SAPCAV./BI0/F0BWTC_C02~01
    BR0280I BRCONNECT time stamp: 2009-01-15 16.28.36
    BR0882I Collecting statistics for index SAPCAV./BI0/F0BWTC_C02~02 with method/sample E/P30 ...
    BR0280I BRCONNECT time stamp: 2009-01-15 16.28.36
    BR0301E SQL error -1008 at location stats_ind_collect-3, SQL statement:
    'BEGIN DBMS_STATS.GATHER_INDEX_STATS (OWNNAME => '"SAPCAV"', INDNAME => '"/BI0/F0BWTC_C02~02"', ESTIMATE_PERCENT => 30, DEGREE => NULL, GRANULARITY => 'ALL',
    NO_INVALIDATE => FALSE); END;'
    ORA-01008: not all variables bound
    ORA-06512: at "SYS.DBMS_STATS", line 10887
    ORA-06512: at "SYS.DBMS_STATS", line 10911
    ORA-06512: at line 1
    BR0886E Checking/collecting statistics failed for index SAPCAV./BI0/F0BWTC_C02~02
    BR0280I BRCONNECT time stamp: 2009-01-15 16.28.36
    BR0882I Collecting statistics for index SAPCAV./BI0/F0BWTC_C02~04 with method/sample E/P30 ...
    BR0280I BRCONNECT time stamp: 2009-01-15 16.28.36
    BR0882I Collecting statistics for index SAPCAV./BI0/F0BWTC_C02~05 with method/sample E/P30 ...
    BR0280I BRCONNECT time stamp: 2009-01-15 16.28.36
    BR0301E SQL error -1008 at location stats_ind_collect-3, SQL statement:
    'BEGIN DBMS_STATS.GATHER_INDEX_STATS (OWNNAME => '"SAPCAV"', INDNAME => '"/BI0/F0BWTC_C02~05"', ESTIMATE_PERCENT => 30, DEGREE => NULL, GRANULARITY => 'ALL',
    NO_INVALIDATE => FALSE); END;'
    ORA-01008: not all variables bound
    ORA-06512: at "SYS.DBMS_STATS", line 10887
    ORA-06512: at "SYS.DBMS_STATS", line 10911
    ORA-06512: at line 1
    Server Details:
    SAP BW, Component: NW 04
    Software component: SAP_BW,Release: 350,Level: 0017
    Database system: ORACLE
    Release: 10.2.0.4.0
    Operating system: Linux
    Machine type: x86_64
    Thanks for help.
    Regards,
    Yoganand.V

    Hai,
    Please find the output of the command:
    select INDEX_NAME,PARTITION_NAME,STATUS
      2  from DBA_IND_PARTITIONS where
      3  INDEX_NAME='/BI0/F0BWTC_C02~02';
    INDEX_NAME                     PARTITION_NAME                 STATUS
    /BI0/F0BWTC_C02~02             /BI0/F0BWTC_C020000000005      USABLE
    /BI0/F0BWTC_C02~02             /BI0/F0BWTC_C020000000003      USABLE
    /BI0/F0BWTC_C02~02             /BI0/F0BWTC_C020000000035      USABLE
    /BI0/F0BWTC_C02~02             /BI0/F0BWTC_C020000000014      USABLE
    /BI0/F0BWTC_C02~02             /BI0/F0BWTC_C020000000023      USABLE
    /BI0/F0BWTC_C02~02             /BI0/F0BWTC_C020000000008      USABLE
    /BI0/F0BWTC_C02~02             /BI0/F0BWTC_C020000000031      USABLE
    /BI0/F0BWTC_C02~02             /BI0/F0BWTC_C020000000073      USABLE
    /BI0/F0BWTC_C02~02             /BI0/F0BWTC_C020000000074      USABLE
    /BI0/F0BWTC_C02~02             /BI0/F0BWTC_C020               USABLE
    /BI0/F0BWTC_C02~02             /BI0/F0BWTC_C020000000013      USABLE
    It is usable and also it is a partitioned index, according to SAP Note 1137346 shall we go ahead and apply the merge fix patch. Will that fix the problem.
    Plese suggets.

  • Update statistics failed

    Hi All,
    I am geting the following error in the DB13 update statistics jobs.
    BR0986W Index SAPRP1.DD31S~0 is unbalanced - please rebuild the index
    BR0280I BRCONNECT time stamp: 2007-10-21 06.17.05
    BR0301E SQL error -604 at location stats_ind_collect-2
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01089: immediate shutdown in progress - no operations are permitted
    BR0886E Checking/collecting statistics failed for index SAPRP1.DSYAX~0
    BR0280I BRCONNECT time stamp: 2007-10-21 06.17.05
    BR0301E SQL error -1089 at location stats_ind_collect-2
    ORA-01089: immediate shutdown in progress - no operations are permitted
    BR0886E Checking/collecting statistics failed for index SAPRP1.DSYAX~VIE
    BR0280I BRCONNECT time stamp: 2007-10-21 06.17.05
    BR0301E SQL error -3114 at location stats_ind_collect-2
    ORA-03114: not connected to ORACLE
    BR0886E Checking/collecting statistics failed for index SAPRP1.DSYBA~0
    BR0280I BRCONNECT time stamp: 2007-10-21 06.17.05
    BR0301E SQL error -3114 at location stats_ind_collect-2
    ORA-03114: not connected to ORACLE
    BR0886E Checking/collecting statistics failed for index SAPRP1.DSYBB~0
    BR0280I BRCONNECT time stamp: 2007-10-21 06.17.05
    BR0301E SQL error -3114 at location stats_ind_collect-2
    ORA-03114: not connected to ORACLE
    Please help me with it
    Thanks and regards,
    Tajinder

    'UPDATE SAP_SDBAD SET LINE = 'A 00000000 0000000000000000 00000000 00079877 00000174 00000172 00000000 00000000 00000
    Hi ALL
    i'm getting below error in db13, please help me
    ORA-03114: not connected to ORACLE
    BR0325W Writing to database log failed
    BR0280I BRCONNECT time stamp: 2013-05-06 21.44.15
    BR0301W SQL error -3114 at location thr_db_disconnect-1, SQL statement:
    'COMMIT RELEASE'
    ORA-03114: not connected to ORACLE
    BR0327W Disconnect from database instance RGP failed
    BR0806I End of BRCONNECT processing: celdhczg.sta2013-05-06 21.44.15
    BR0280I BRCONNECT time stamp: 2013-05-06 21.44.15
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 5
    BRCONNECT returned error status E
    Job finished

Maybe you are looking for

  • SAPSLDAPI_UNICODE program not registered

    Hi, Iam making RFC unicode connetion in XI3.0 , i gave corect deatils when i test connection system gives error" program not registered". But when i execute LCRSAPRFC_UNICODE its success.Not sure why SAPSLDAPI_UNICODE giving error. I have maitained t

  • ATP Check Issue - No business system could be determined for logical system

    Dear all Got an issue while executing ATP check on a planned order in product view, with a message: "No business system could be determined for logical system" CIF setting wise: regular business system group maintained and assigned in place, master d

  • Fi-gl reintialization.

    Hi All, Fi works on after image delta. I have my intialization done couple of years back. Now i want to delete entire data from the ods and keep only from current month. Question is if i delete the data from ods and reintialize is will all the record

  • Script to find name of swatch pattern of selected item

    I'm confused on the code to find the name of swatch pattern of selected item. As an example, the following code works to find the name of a selected item. var newItem; var docSelected = app.activeDocument.selection; if ( docSelected.length > 0 ) { fo

  • Different servers for dialup-access and exec-access

    Hi all, I am trying to configure a 3640 for authorization. The 'tricky' part is that I have to make a difference between dialup-access on one hand and exec-access on the other hand. I am using TACACS+ for authentication and authorization. The origina