Facing an issue after performing Re-Org activity

Hi All,
After perfoming Re-Org activity on table, We have not find any data on table and count is showing zero rows on Ttable.
Below steps has taken care as part of reorg activity...
1)Table has been moved to temporary tablespace.
2)Revert back to original tablespace.
3)Performed index rebuild on Table.
4)Ran gather schema statistics.
Please do needful on this.
Thanks.

820429 wrote:
Hi,
Below are the commands, I have used while performing Re-Org activity...
ALTER TABLE APPLSYS.WF_PROCESS_ACTIVITIES MOVE TABLESPACE TEMP_TBS;
ALTER TABLE APPLSYS.WF_PROCESS_ACTIVITIES MOVE TABLESPACE APPS_TS_SEED;
EXEC dbms_index_utl.build_table_indexes (list=>'APPLSYS.WF_PROCESS_ACTIVITIES',just_unusable=>FALSE, locality=>'ALL',concurrent=>TRUE, cont_after_err=>TRUE, max_slaves=
8);exec fnd_stats.gather_table_stats(ownname=>'APPLSYS',tabname=>'WF_PROCESS_ACTIVITIES',percent=>30);
Log file:
Table altered.
Elapsed: 00:00:03.80
Table altered.
Elapsed: 00:00:03.07
PL/SQL procedure successfully completed.
Elapsed: 00:00:08.84
PL/SQL procedure successfully completed.
Elapsed: 00:00:02.97
Thanks.select contents from dba_tablespaces where tablespace_name='TEMP_TBS';
Show us that statement and results.

Similar Messages

  • "KERN_INVALID_ADDRESS at 0x000000ac" I am facing this issue after updateing my device to ios 5 and my app crashes with this error

    "KERN_INVALID_ADDRESS at 0x000000ac" I am facing this issue after updateing my device to ios 5 and my app crashes with this error

    "KERN_INVALID_ADDRESS at 0x000000ac" I am facing this issue after updateing my device to ios 5 and my app crashes with this error

  • Operation Issues after switching to Org.Struc. replication from HR ? :-(

    Hi guys,
    Currently I have my Org.Structure created manually, however some guys are working in the ALE model in order to replicate Org.Struc. data from HR to SRM.
    MY QUESTION IS: my new Org. Structure will have different ID's. 
    - What will happen with my current operation?  I can see that all my SC and PO documents are linked to the "old" struc. ID's.     
    - What should I do in order to minimize the issues during this transition ?
    Thanks for your help !
    Best regards,
    Diego

    Hi guys,
    Thanks for your help.
    First of all: YES I need to accomplish this in my Productive Environment.
    Second: I have 1800 end users approx. right now, so it would be difficult to ask them to finish the approvals by themselves =(
    Third: my biggest concern was related to the Purchaser workload, I have seen in BBP_PD that a PO document has a Purch.Org and Purch.Group linked (OU Id's).     With my new Org.Structure this ID's will be a different ones !    How could I solve this ?
    Thank so much for your help !
    Best regards !
    Diego

  • 8.1.1.11 upgrade issue after IRM

    Hi ,
    After upgrading to Siebel 8.1.1.11 (Open UI) from 8.1.1.7, I'm facing below issue after login in Open UI application, but not able to reproduce in Non Open UI (Activex). I'm able to log into the application, but I see welcome message is not appearing the Open UI screen, it throws below error .
    Error : "why can't i see this applet open ui cannot display this type of applet" .
    Any Suggestions to debug this issue ?
    Thanks

    RNagaraj,
    The reason you are seeing that issue is because there are 5 tables in the database, which would be pointing to some important files for OpenUI. Sometimes, IRM does not load these 5 tables with required data. This is a part of the upgrade, and please ensure you follow the below steps to resolve your issue:
    This is to be checked after completing IRM:
    Query on the DB for the below 5 tables to check the number of records they hold. As per Oracle, the expected results are as shown below:
    SQL Query with the expected results:
    select * from SiebelDB.dbo.S_UI_EXPR -- 86 Rows expected
    select * from SiebelDB.dbo.S_UI_FILE -- 131 Rows expected
    select * from SiebelDB.dbo.S_UI_OBJ_EXPR -- 257 Rows expected
    select * from SiebelDB.dbo.S_UI_OBJECT -- 167 Rows expected
    select * from SiebelDB.dbo.S_UI_OBJ_EXP_FL -- 532 Rows expected
    Let us know what is the record count of the above tables?
    Regds,
    Ashwin

  • Audio issues after upgrading to OS X 10.10 (Yosemite)

    Hello,
    I have been facing audio issues after upgrading to OS X 10.10
    - No sound in VLC
    - Re-booting with Option-Command-P-R did not work
    - System sounds are fine
    - Quicktime Player works just fine
    I tried:
    - Plugging in earphones while video was playing on VLC
    - F10/F11/F12 while video was playing on VLC
    - Re-boot with Option-Command-P-R keys (found on a thread elsewhere)
    - Played something in Garage Band (found on a thread elsewhere) and restarted VLC
    None of the above solved the issue
    Any one else facing similar issue with VLC on 10.10?
    How did you manage to fix this?
    I am running VLC 2.1.5 btw.
    Thanks in advance!

    Shockwave says at the present moment not to be compatible with OS X 10.9 Mavericks.
    Youtube, QuickTime, all play with no sound at all.

  • Performance issues after upgrading to 11g

    hello,
    We are facing a performance issue after upgrading from 10g to 11g.
    as you can see, the tables named APPLSYS.FND_ENV_CONTEXT has grown to 15544880 records,
    and oracle is using TABLE ACCESS FULL on it:
    DELETE FND_ENV_CONTEXT E
    WHERE NOT EXISTS
    (SELECT 'X'
    FROM FND_CONCURRENT_PROCESSES P
    WHERE P.CONCURRENT_PROCESS_ID = E.CONCURRENT_PROCESS_ID)
    AND ROWNUM < 10000;
    Plan:
    DELETE STATEMENT ALL_ROWSCost: 74,345                     
         5 DELETE APPLSYS.FND_ENV_CONTEXT                
              4 COUNT STOPKEY           
                   3 HASH JOIN RIGHT ANTI Cost: 74,345 Bytes: 3,108,980 Cardinality: 155,449      
                        1 INDEX FULL SCAN INDEX (UNIQUE) APPLSYS.FND_CONCURRENT_PROCESSES_U1 Cost: 166 Bytes: 315,450 Cardinality: 63,090
                        2 TABLE ACCESS FULL TABLE APPLSYS.FND_ENV_CONTEXT Cost: 69,124 Bytes: 233,173,200 Cardinality: 15,544,880
    select num_rows,last_analyzed from dba_tables where table_name='FND_ENV_CONTEXT'
    15544880 07/07/2011 12:08:55
    please advice.
    Ofer

    Please see these docs.
    Table Fnd_env_context Growing Very Fast [ID 419990.1]
    FND Related Tablespaces Growing at Rapid and Excessive Rate [ID 189800.1]
    FNDCPPUR Request Does Not Always Delete Files From The File System, Many Files Will Be Denoted As "deletion failed" [ID 1335304.1]
    Concurrent Processing - Best Practices for Performance for Concurrent Managers in E-Business Suite [ID 1057802.1]
    Concurrent Processing - Purge Concurrent Request and/or Manager Data Program (FNDCPPUR) [ID 104282.1]
    Thanks,
    Hussein

  • Performance issue after DB copy

    Hello,
    I am facing performance issue after doing database copy. Let me explain entire story.
    Enviornment is Oracle 10g (10.2.0.4), Operating System is Solaries.
    We have one production system with DB sid (PR1) and i have to builded new system using PR1 as PR2, we have done full offline copy from one hardware to another hardware (Hardware is same on PR1 and PR2) and perform rsync command at os level to sync all oracle files at OS level(PR2 is not build using backup/restore or export import method).
    Now problem is that
    One of query if i am running on PR1 system it is taking only 10-15 seconds, while if i am running same query on PR2 it is taking nearly about 55-60 mins. In initial search i found SGA is very diffrent from PR1 to PR2 then i did change the SGA parameter like PR1 in PR2 after doing changes i am running same query it is taking 6-7 mins, so i got some benifit here, but still i need to tune the query. Query contains 3 tables and all tables having atleast 3-4 indexes.
    Can some one help what to tune and what to check?
    Thanks,
    Singh

    Check the explain plan on both systems to see if both instances are trying to do the same thing. This will tell you a lot about what is going on based on physical or logical reads and how long they are taking. You should have the same statistics on both databases if you did a physical copy, but check that too just to make sure. If stats and explain plan are the same, check your hardware. Do you have the same amount of RAM on both systems? Are you using similar storage? If the plan is showing that you are doing a considerable amount of physical I/Os on both it could just be that your physical disk is slower on server two.

  • Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query

    Hi All,
    There is a Performance issue after Upgrade from 4.7 to ECC 6.0 with a select query in a report painter.
    This query is working fine when executed in 4.7 system where as it is running for more time in ECC6.0.
    Select query is on the table COSP.
    SELECT (FIELD_LIST)
            INTO CORRESPONDING FIELDS OF TABLE I_COSP PACKAGE SIZE 1000
            FROM  COSP CLIENT SPECIFIED
            WHERE GJAHR IN SELR_GJAHR
              AND KSTAR IN SELR_KSTAR
              AND LEDNR EQ '00'
              AND OBJNR IN SELR_OBJNR
              AND PERBL IN SELR_PERBL
              AND VERSN IN SELR_VERSN
              AND WRTTP IN SELR_WRTTP
              AND MANDT IN MANDTTAB
            GROUP BY (GROUP_LIST).
       LOOP AT I_COSP      .
         COSP                           = I_COSP      .
         PERFORM PCOSP       USING I_COSP-_COUNTER.
         CLEAR: $RWTAB, COSP                          .
         CLEAR CCR1S                         .
       ENDLOOP.
    ENDSELECT.
    I have checked with the table indexes, they were same as in 4.7 system.
    What can be the reson for the difference in execution time. How can this be reduced without adjusting the select query.
    Thanks in advance for the responses.
    Regards,
    Dedeepya.

    Hi,
    ohhhhh....... lots of problems in select query......this is not the way you should write it.
    Some generic comments:
    1. never use SELECT
                       endselect.
       SELECT
      into table
       for all entries in table
      where.
       use perform statment after this selection.
    2. Do not use into corresponding fields. use exact structure type.
    3. use proper sequence of fields in the where condition so that it helps table go according to indexes.
        e.g in your case
              sequence should be
    LEDNR
    OBJNR
    GJAHR
    WRTTP
    VERSN
    KSTAR
    HRKFT
    VRGNG
    VBUND
    PARGB
    BEKNZ
    TWAER
    PERBL
    sequence should be same as defined in table.
    Always keep select query as simple as possible and perform all other calculations etc. afterwords.
    I hope it helps.
    Regards,
    Pranaya

  • I am facing wifi and mobile 2G signal issue after upgrading to IOS 6 from IOS 5 in IPhone 3GS. Please help, restoring setting even didn't helped.

    I am facing wifi and mobile 2G signal issue after upgrading to IOS 6 from IOS 5 in IPhone 3GS. The mobile carrier signal as well as WIFI suddenly drops zero and are then restored automatically. Sometimes i cannot conenct to WIFI even standing infront of WIFI router. Please help, restoring setting even didn't helped.

    Update: my phone's connecting to the WiFi again. I don't know what did the trick. I did nothing since reinstalling the software. It hadn't worked then, it is now. I tried connecting to my dad's phone's hotspot( he uses a Moto G), and it worked. I then tried connecting to the WiFi at a friend's house, and when I came back home, my phone was able to connect to my WiFi! Is it of any significance that my friend's router doesn't require a password? My issue has been resolved( for now; I hope I'm not counting my chickens before they've hatched). For anyone facing a similar issue, I suggest you try everything I did:
    1. Turn your router off for a minimum of 30 seconds, turn it back on and try connecting.
    2. Click on the WiFi network you are connected to, scroll to the bottom, tap "Renew Lease".
    3. Do a soft and hard reset.
    4. Reset network settings.
    5. Back your data up, erase all content from settings menu, restore from backup.
    6. Reinstall your software( put it in recovery mode).
    I am not sure which of the above worked for me. Make sure you try everything. If none of the above works, take it to a genius bar or an authorised service provider. Good luck! :)

  • After ios 7 update on ipad mini, auto rotation stop working. Anyone facing this issue too?

    After ios 7 update on ipad mini, auto rotation stop working. Anyone facing this issue too?

    for ipad,
    if you go to settings-General
    You can select between using the side switch to lock rotation or mute.  If you select one mute, then the lock rotation icon will show up in the control center.  If you select lock rotation, then the mute will show up.  THe side switch is then used for the other option.

  • Issue on Cisco Unity Connection after performing 'utils ntp restart'

    Hello everybody.
    There's a client with Cisco Unity Connection 8.5.1.10000-206. After doing a 'utils ntp restart', the following message showed up:
    Communication is not functioning correctly between the servers in the Cisco Unity Connection cluster. To review server status for the cluster, go to the Tools > Cluster Management page of Cisco Unity Connection Serviceability.
    The client states that there was no service for 5 minutes and wants to know if performing this task shoud be disruptive or not and if there is any official document from Cisco stating this.
    See SrvConnUnity_1.jpg sent by the client after performing the ntp restart.
    Right now the service is normal (see SrvConnUnity_2.jpg attached). The client also sent a 'utils ntp
    status':
    admin:utils ntp status
    ntpd (pid 10899) is running...
         remote           refid      st t when poll reach   delay   offset  jitter
    ==============================================================================
    *127.127.1.0     LOCAL(0)        10 l   16   64  377    0.000    0.000   0.002
    synchronised to local net at stratum 11
       time correct to within 12 ms
       polling server every 64 s
    Current time in UTC is : Fri Apr 26 16:01:23 UTC 2013
    Current time in America/Argentina/Buenos_Aires is : Fri Apr 26 13:01:23 ART 2013
    admin:
    Could anybody help me with this? What steps should I take? Many thanks in advance.
    Best,
    Patricio                 

    Hello Patricio,
    On the command line guide you won't see any downtime requirements for the Unity Connection server:
    Command Line Interface Reference Guide for Cisco Unified Communications Solutions Release 8.5(1)
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/cli_ref/8_5_1/cli_ref_851.html
    Utils ntp restart
    This command restarts the NTP service.
    Command syntax
    utils ntp restart
    Parameters
    None
    Requirements
    Command privilege level: 0
    Allowed during upgrade: Yes
    Also on the caveats i do not see any particular mention for this: (Caveats could be found applicable to CUC)
    Release Notes for Cisco Unified Communications Manager Release 8.5(1)
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/rel_notes/8_5_1/cucm-rel_notes-851.html
    Breaking up the output of the "utils ntp status"  there are are two considerations:
    admin:utils ntp status
    ntpd (pid 10899) is running...
         remote           refid      st t when poll reach   delay   offset  jitter
    ==============================================================================
    *127.127.1.0     LOCAL(0)        10 l   16   64  377    0.000    0.000   0.002
    First, you are using the ip address 127.127.1.0 which is the referenced used for the local system clock, the asterisc means is the preferred option as there is no other IP available. This is not a good practice and not recommended.
    Secondly the stratum is unreliable, meaning too high to reach or too low to be accepted by Unity Connection.
    If you would happen to run 'utils diagnose test' you would have probably seen an output as the following example below:
    admin:utils diagnose test
    Log file: platform/log/diag1.log
    Starting diagnostic test(s)
    ===========================
    test - disk_space          : Passed (available: 25680 MB, used: 7849 MB)
    skip - disk_files          : This module must be run directly and off hours
    test - service_manager     : Passed
    test - tomcat              : Passed
    test - tomcat_deadlocks    : Passed
    test - tomcat_keystore     : Passed
    test - tomcat_connectors   : Passed
    test - tomcat_threads      : Passed
    test - tomcat_memory       : Passed
    test - tomcat_sessions     : Passed
    test - validate_network    : Reverse DNS lookup missmatch
    test - raid                : Passed
    test - system_info         : Passed (Collected system information in diagnostic log)
    test - ntp_reachability    : Passed
    test - ntp_clock_drift     : Passed
    test - ntp_stratum         : Failed
    The reference NTP server is a stratum 11 clock.
    NTP servers with stratum 5 or worse clocks are deemed unreliable.
    Please consider using an NTP server with better stratum level.
    Please use OS Admin GUI to add/delete NTP servers.
    skip - sdl_fragmentation   : This module must be run directly and off hours
    skip - sdi_fragmentation   : This module must be run directly and off hours
    test - ipv6_networking     : Passed
    And on the RTMT (Real Time Monitoring Tool) you would have seen a Critical event:
    Condition:
    The best external NTP server, , is stratum , which is unacceptably high. External NTP servers must be <= strata 8 and should be <= strata 5. NTP server strata can be verified using the CLI 'utils ntp status' command ('st' column). Try using different NTP servers.
    Problem cause:
    All specified external NTP server(s) have unacceptably high stratum values. Network issues exist or the designated servers have unreliable stratum values.
    Information is self explanatory and therefore reassures the need of having a NTP different from the server itself.
    By the snippet you sent we can know that it is the publisher server, as the Subscriber polls this information from the Publisher.
    Installing the Operating System and Cisco Unity Connection 8.x
    http://www.cisco.com/en/US/docs/voice_ip_comm/connection/8x/installation/guide/8xcucig020.html
    "Cisco recommends that you use an external NTP server to ensure accurate system time on the publisher server. Ensure the external NTP server is stratum 9 or higher (meaning stratums 1-9). The subscriber server will get its time from the publisher server"
    Documentation also reaffirms the need for that NTP to be accessible otherwise your system can be degraded.  Some addtional information which would be interesting to know is:
    - Why did they had to restart the NTP in the first place?
    System Requirements for Cisco Unity Connection Release 8.x
    http://www.cisco.com/en/US/docs/voice_ip_comm/connection/8x/requirements/8xcucsysreqs.html
    "A network time protocol (NTP) server must be accessible to the Connection server"
    On the Cisco Unity Connection Serviceability> Tools> CLuster Management screen shot you sent i see that the ports were "Not Available" and that the customer stated "there was no service for 5 minutes".
    By no service did they mean that over the phone they heard a disconnected tone or a failsafe message?
    Additionaly after the servers resolved from SBR the Subscriber never recovered entirely as it did not start the Conversation Manager service.
    Bottom line if they are able to reproduce it then it would be worth a while checking with TAC
    Best regards,
    David  Rojas Peck
    Cisco TAC Support Engineer, Unity
    Email: [email protected]
    Mon, Wed, and Fri 12:00 pm to 9:00 pm ET, Tue and Thu 8:00 am to 5:00pm ET
    Cisco Worldwide Contact link is below for further reference.
    http://www.cisco.com/en/US/support/tsd_cisco_worldwide_contacts.html

  • Performance Issues after an Upgrade

    Hello!
    We are experiencing performance issues after we upgraded to a new version of Hyperion (11.1.2.1). At this point, I am not too sure about the actual causes for this degrade in performance but I am trying to narrow down the causes and need your inputs. Please help me with your ideas.
    1) What could be the causes/factors for the performance to degrade after an upgrade?
    2) Does the performance of a script depend on the user credentials i.e. who is launching the script? Whether it’s the super admin of the application/application owner or an application specific admin?
    3) Does the performance of the scripts depend on the place you are launching it from? For example - will the performance differ if it’s launched from MaxL Vs EAS?
    Please let me know your thoughts on this.
    Thanks,
    - Krrish

    There are a number of bugs 12600557, 12675485, 12669814, 12698488 logged in for 11.1.2.1 - If you use Internet Explorer 8 and have data forms designed to use a large number of sparse dimension members in rows or columns, you may experience performance degradation when opening the data forms.
    This has been fixed in Oracle Hyperion Planning, Fusion Edition Release 11.1.2.1 Patch Set Update (PSU): 11.1.2.1.101 which is available on My Oracle Support as Patch 12666861.
    HTH-
    Jasmine.

  • Am facing Apps issue in iphone 5, while opening it, its asking for apple ID, after entering apple ID also, it is not opening.

    Am facing Apps issue in iphone 5, while opening it, its asking for apple ID, after entering my apple ID also it is not opening.

    Please let me know the how to rectify it, Am still facing issues in opening Apps in iphone 5. :-(

  • Facing issue after local copy

    Dear All,
      We have doen local client copy recently in a quality system. After the client copy the "SAP_COLLECTOR_FOR_PERFMONITOR" job is getting failed sometimes.. I have attached the failed job log. Also due to this dumps are getting generated in st22.
    Job Log:
    Job started
    Step 001 started (program RSCOLL00, variant , user ID
    Database system not supported
    Database system not supported
    ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC
    Job cancelled
    Also another issue we are facing is " some Z tables entries are missing in the target client after the client copy.But the client copy went fine at the first time. Did anyone faced this issue or have any idea.
    Kindly help me in this.
    Regards
    Raj

    Hi,
    The component version is SAP ECC 6.0
    Database : MSSQL  9.00.3042
    Regards
    Raj

  • My iphone 5 crashes (restarts) automatically after updating to ios 7.1 anyboday facing same issues ? Need help !!!!

    my iphone 5 crashes (restarts) automatically after updating to ios 7.1 anyboday facing same issues ? Need help !!!!

    I am having the same issues--just got off phone with customer service rep--was told that my phone is in recoveyr mode and that I would have to restore it, however, the only things that would be restored would be from my last backup which was in November 2013!  I was also told that apple users should not update as soon as the update is available (so why are they sending it to us if they're not sure that there will be any problems!!!).  I can't restore now since I am in work--will do it when I go home tonight.  In the meantime, I am without a working iphone for the day!  This is horrible--I see I'm not the only one who has experienced this!

Maybe you are looking for

  • Good afternoon.ilost my iphone 5 ....cant find it , even i used icloud   iPhone 5

    iPhone 5 Serial number: C3*******TWF Good  Afternoon, Apple ! I lost my iphone 4 months ago and cant find it, my friends help me to check it by using iclouds and find my phone programmes, but no result. For now i'm without phone and really very disap

  • How to undo "Set case to" on a column in the data foundation?

    Hello, I have a multisource universe currently pointing at only one database (Oracle). In the data foundation I right-clicked one of the columns named "Category" and selected "Set case to upper case". This broke the query with the following error: "D

  • Dynamic assignment of field in a Structure

    Hello there, i'm looking for a solution of the following Problem: I have a structure STRUC with several fields e.g. Name, Street, City In my program i get dynamically the fieldname and the corresponding value. With these information i like to do the

  • I've had it with this website.

    I recently got this new printer, and it works perfectly on my windows computer. But then I tried it on my linux computer, and I got extremely frustrated. It just said it was a paperweight on OpenPrinting.org, and everytime I go on the product page, I

  • Doesn't return to main menu after slideshow

    I put together some photos in iPhoto and then used the export to iDVD command to create a DVD of the slide show. I watched the slideshow all the way through in the preview mode in the iDVD app, and when the slideshow was finished, it went back to the