Old tbs exist after oatm

Hi all,
I have done OATM migartion successfully, no error. But getting some tablespace who contains the object, still pointing to the old tablespace.
select distinct tablespace_name from dba_segments
where tablespace_name not like 'APPS%' and
tablespace_name not IN ('SYSTEM','SYSAUX','TEMP','OWAPUB','CTXD');
TABLESPACE_NAME
TOOL
DISCOVERER
PORTAL
USER_DATA
tbs portal is ok as per 418225.1, but not getting any luck for rest.
Please suggest if any one have an Idea or related doc ID's.

Hi,
Please see these documents.
Note: 754342.1 - Some LOB Objects Are Not Moved After Using OATM
Note: 130814.1 - How to move LOB Data to Another Tablespace
Note: 419189.1 - Un-dropped Tablespaces After Successful OATM Migration
Note: 369526.1 - Unable to drop tablespace APPLSYSD when migrating to OATM
Thanks,
Hussein

Similar Messages

  • My Apple-id want me login with an old non existent e-mailadress

    I´ve used the sam Apple-id for many years and I have changed the primary e-mailadress twice since the beginning and the original adress doesn't exist any more. Logging in to my iCloud using my apple-id isn't any problem on my iPhone, iPad or my Mcbook. But yesterday I started up my iMac after a long time not using it and I upgraded the os to Yosemite. Now it wants me to log in to iCloud using my old non-existent emailadress. And when I try, it says something like "You can't log in because your account has been inactivated by security reasons."  And then it suggests me to reset the password at http://iforgt.apple.com.
    To reset your password  you have to recieve an email on how to reset the password. But since the email-adress doesn't exist any more thats not an option. It then suggests me to answer my security question and first you have to enter your birthdate but when I do that Apple says it doesn't match with the birthdata I've entered 10 years ago.
    So, how do I solve the problem?
    /Fredrik Meuller

    You need to give Apple Support a call - only they will be able to help you and activate the account again. See this webpage on how to contact Apple Support in your country: There are either telephone numbers given or an email form:
    Contact Apple for help with Apple ID account security - Apple Support
    Explain, that you need help with an account security problem.

  • Retaining the old schedule lines after the ATP check in the sales order....

    Hi Experts,
    I would like to retain the old schedule lines after the ATP/GATP check in the sales order for certain conditions.
    I don't want to change XVBEP,IVBEP,VBEP contents in the user-exit..
    Is there any standard sub-routine or function module to reatain old schedule lines in the sales order so that the schedule lines will not update with the new values after the ATP check ?
    Thanks
    Rayudu

    In Include LV03VFMM, you have:
    * Userexit availability
          PERFORM USEREXIT_AVAILABILITY_IN USING DA_ATPPR.
    There may be an option to implement some logic in here. However, I tried changing the value of MVERF_POS-EINTEIL[1]-VFPKZ to initial. This will ensure that when FM AVAILABILITY_CHECK_CONTROLLER is called that the following IF statement is untrue:
    CHECK NOT P_ATPCSX[] IS INITIAL.
    as P_ATPCSX[]                     Table[0x648].....
    However, this will just mean that the 2nd confirmed schedule line (assuming we have > 1 schedule lines) will have a confirmed quantity to zero.
    EXIT_SAPLATPC_001 could also be used. However, when I removed the "X" from CHKFLG, I get the same result; the 2nd schedule line will revert to zero.
    They were the only tests I tried; I cannot think of any other ways around this....

  • I would like to see all my contacts in my old outlook acount, after loading the cloud I I can only find them in the new cloud acount. How do I get them back in the old outlook acount

    I would like to see all my contacts in my old outlook acount, after loading the cloud I I can only find them in the new cloud acount. How do I get them back in the old outlook acount?

    In Outlook, export your contacts to a .pst or .csv file. Keep the exported file
    How to export contacts from Outlook for Windows.

  • I had to buy a new laptop after my old one died, after authorising my new one nearly my whole library has disappeared. How do I get all my songs back?

    I had to buy a new laptop after my old one died, after authorizing my new one nearly my whole library has disappeared. How do I get all my songs back?

    Likely, because you are now using a different Apple ID and iTunes account. Return to using your old Apple ID and authorize only after you have de-authorized your old computer.
    You can de-authorize individual computers, but only by using those computers. The only other option is to "de-authorize all" from your iTunes account.
      1. Open iTunes on a computer
      2. From the Store menu, select "View my Account..."
      3. Sign in with your Apple ID and password.
      4. Under "Computer Authorizations" select "De-authorize All".
      5. Authorize each computer you still have, as you may require.
    You may only do this once per year.
    After you "de-authorize all" your authorized computers, re-authorize each one as required.
    If you have de-authorized all computers and need to do it again, but your year has not elapsed, then contact: Apple - Support - iTunes - Contact Us.
    For more information on authorization and de-authorization: iTunes Store- Authorize or deauthorize your Mac or PC.

  • How can i recover my data from an old hard drive after replacing it?

    How can I recover my data from an old hard drive after replacing it?

    Internal or external hard drive? Was the drive still working before you replaced it?

  • Pavilion dv6 - the search for WLAN doesnt exist after installing windows 7 ultimate

    pavilion dv6 - the search for WLAN doesnt exist after installing windows 7 ultimate
    after installing windows 7 my computer only displays the LAN on my quicklaunch bar and I can even search for open WLAN networks =(

    Hi:
    You probably need to install the wireless card driver.

  • After OATM in 11.5.10.2

    Hi,
    After OATM 2 objects are left in FNDD tablespace.
    OWNER TABLE_NAME COLUMN_NAME
    APPLSYS AQ$WF_NOTIFICATION_OUT_BAK "USER_DATA"."HEADER"."PROPERTIES"
    APPLSYS AQ$WF_NOTIFICATION_OUT_BAK "USER_DATA"."TEXT_LOB"
    APPLSYS AQ$WF_NOTIFICATION_OUT_BAK1 "USER_DATA"."HEADER"."PROPERTIES"
    APPLSYS AQ$WF_NOTIFICATION_OUT_BAK1 "USER_DATA"."TEXT_LOB"
    Either I drop these objects or move to APPS_TS_QUEUES TABLESPACE. Pl correct me on following sql move command.
    ALTER TABLE AQ$WF_NOTIFICATION_OUT_BAK MOVE TABLESPACE APPS_TS_QUEUES LOB (USER_DATA.TEXT_LOB,USER_DATA.HEADER) STORE AS (TABLESPACE APPS_TS_QUEUES);
    OR
    ALTER TABLE AQ$WF_NOTIFICATION_OUT_BAK MOVE TABLESPACE APPS_TS_QUEUES LOB (USER_DATA) STORE AS (TABLESPACE APPS_TS_QUEUES);
    Thanks!

    Hi,
    APPLSYS AQ$WF_NOTIFICATION_OUT_BAK "USER_DATA"."HEADER"."PROPERTIES"
    APPLSYS AQ$WF_NOTIFICATION_OUT_BAK "USER_DATA"."TEXT_LOB"
    APPLSYS AQ$WF_NOTIFICATION_OUT_BAK1 "USER_DATA"."HEADER"."PROPERTIES"
    APPLSYS AQ$WF_NOTIFICATION_OUT_BAK1 "USER_DATA"."TEXT_LOB"From the table names, I can say that those are only backup tables (_BAK and _BAK1) and those tables are no longer used. If there is no need to keep these tables, then you can simply drop it.
    For the command syntax, please refer to:
    Note: 130814.1 - How to move LOB Data to Another Tablespace
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=130814.1
    Note: 147356.1 - How to Move Tables from One Tablespace to Another
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=147356.1
    Regards,
    Hussein

  • Drop empty tablespaces after OATM in 11.5.9

    Hi All,
    In 11.5.9 we don't have the option of "Generate script to drop empty tablespaces". Could you suggest a best way to generate this in 11.5.9?
    Thanks

    Hussein,
    Could you please confirm the steps for moving the below objects from APPLSYSD after OATM
    SQL> select segment_name, segment_type from dba_segments
    where tablespace_name ='APPLSYSD'; 2
    SEGMENT_NAME
    SEGMENT_TYPE
    SYS_IL0002020632C00006$$
    LOBINDEX
    SYS_LOB0002020632C00006$$
    LOBSEGMENT
    SQL>
    SQL> select OWNER, TABLE_NAME, COLUMN_NAME, SEGMENT_NAME from dba_lobs where SEGMENT_NAME like '%SYS_LOB0002020632C00006$$%';
    OWNER TABLE_NAME
    COLUMN_NAME
    SEGMENT_NAME
    APPLSYS AQ$_WF_CONTROL_D
    RSUBS
    SYS_LOB0002020632C00006$$
    SQL>
    SQL> select OWNER, TABLE_NAME, COLUMN_NAME, SEGMENT_NAME from dba_lobs where INDEX_NAME like '%SYS_IL0002020632C00006$$%';
    OWNER TABLE_NAME
    COLUMN_NAME
    SEGMENT_NAME
    APPLSYS AQ$_WF_CONTROL_D
    RSUBS
    SYS_LOB0002020632C00006$$
    SQL>
    SQL> select OWNER, TABLESPACE_NAME from dba_tables where TABLE_NAME like '%AQ$_WF_CONTROL_D%';
    OWNER TABLESPACE_NAME
    APPLSYS
    SQL>
    alter table AQ$_WF_CONTROL_D move tablespace APPLSYSD
    lob(RSUBS) store as SYS_LOB0002020632C00006$$(tablespace APPS_TS_QUEUES);
    Thanks

  • HT204306 How can I get my old password back after I have changed it? I cannot change it back because it has been used in the last year

    how can I get my old password back  after I have changed it? I cannot change it back because it has been used in the last year

    HI, thanks, but I know I can set a new password. I just wanted to get my old one back cos I have used it a long time & can therefore remember it.

  • Issues with old calendar items after migration from SBS2008R1 to Windows 2012R2+Exchange 2013

    Hello,
    After migrating a customer from Windows Small Business Server 2008 R1 to Microsoft Windows Server 2012 (DC) and Microsoft Windows Server 2012 & Exchange 2013 there are a few issue regarding
    the GAL and old migrated calender items that we are unable to resolve:
    Old calender items which were Exported to PST when the Server 2008 R1 environment was still live were imported to the new mailbox of the user, located on the Exchange 2013 mail database. This
    seemed to be working just fine.
    The problems arise when a user tries to edit or re-send an old calender item. There actually are 2 problems:
    1. When resending an old calender item, OLD GAL entries are used (even when re-entering the contact details) and the emails are send to nobody and you get the mail back from postmaster
    2. When updating an old calender item you get an error that you do not have permissions, probably because you are NOT the 'old' Exchange user.
    Thanks in advance!

    Did you use Exmerge or similar to export?
    You may have an issue like that explained here.
    http://blogs.technet.com/b/sbs/archive/2009/05/21/cannot-reply-to-old-emails-or-modify-old-calendar-items-after-pst-mail-migration.aspx
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • Can't open old Numbers spreadsheet after upgrading Mac to Yosemite. Error message says it should first be upgraded to Numbers 09 but doesn't provide method to do so?  Help?

    Can't open old Numbers spreadsheet after upgrading Mac to Yosemite. Error message says it should first be upgraded to Numbers 09 but doesn't provide method to do so?  Help?

    There is a chance the spreadsheets were made with a Numbers or AppleWorks version so old that it's not compatible anymore with the latest Numbers version (yes this can happen)

  • Unable to delete the iPhone4 old backup data after move to iPhone5 ToT HELP!!

    Unable to delate the iPhone4 old backup data after move to iPhone5 ToT
    How can I delete the old phone backup file to release iCloud space?

    I have done some digging, but no dice. It seems to be a known bug in the system. Some suggested going to an Apple Retail Store about the problem, but no solutions as of yet. Sorry I couldn't be more help.
    One board post I saw said taking it to the retail store did get it fixed for him. Maybe you will have the same luck?

  • Will Time Machine backup still exist after fresh install of Lion?

    Hi all. I have a MacBook Pro and I've come to the conclusion that I need to do a fresh installation to solve several problems I've been having. My question involves my Time Machine backup. I have a complete, current backup on a USB drive.
    After I do the fresh installation, rather than copy everything from the backup (and possibly bringing the problems with it) I would like to just selectively restore certain things. I know how to do all this.
    The question I have is, after I set up my new system, what will happen if I activate Time Machine and point it to the same USB drive that has my current backup? Will it erase the backup, or will it create a new backup alongside the old one (there's plenty of room on the drive) or will it simply append the backup, treating it just like a new checkpoint in the incremental backup? I guess I'm hoping for the third option, because then I would be able to go back into Time Machine in case I forget something or want to copy something from my old system, even after I finish setting up the new one.
    Any help would be greatly appreciated.

    When you erase a drive, it gets a new UUID (Universally Unique IDentifier).  That's what OSX uses to keep track of drives, not their names.  So it's treated as a different disk.
    If you do a full system restore, or use either Setup Assistant or Migration Assistant to transfer the data from your backups, that leaves a "trail" that Time Machine uses to figure out what's happened, and "associate" the "new" drive with the old backups.  The next backup will be only an "incremental" one, of what's new or changed, and the new and old backups will all be treated as if they'd been done from the "new" drive.
    However, if you restore things "piecemeal," there's no trail.  Time Machine will make a new, full backup of the "new" drive.  You can still see and restore from the "old" ones, via the procedure in #E3 of Time Machine - Troubleshooting.
    But if you use the exact same short user names (home folder names), then you may be able to force Time Machine to "associate" the "new" drive with the old backups.  See #B6 in the Troubleshooting article for instructions.

  • Can't delete old app version after redeploy

    Hi everyone.
    Commonly we deploy an app new version via +java weblogic.Deployer -adminurl myAdminURL -redeploy -name myApp -source mySource -targets myTargets -verbose+
    Upon completion of the redeployment the new app version state is "active" and the old app version state is "retired". Then, we remove the old app.
    After the last redeploy we can't remove the old one because the follow error: The application myApp is currently running and may not be deleted
    WL Version 10.3
    We tried (without success):
    Untarget the old app and try to delete it.
    Restart the managed servers and try to delete the old app version.
    Restart the admin server and try to delete the old app version.
    Can someone help us?
    Thank you very much.
    Best regards.

    Try to restart the server and check whether old app is still in running or not if it then try to make prepaid mode and then try to delete it.
    it will work.
    Regards,
    Kal

Maybe you are looking for