After migration

Hi gurus


Ive got a request from one of the users that the BD after migration to 9.2.0.8 to 10.2.0.4 in some tables, the order of the columns changed and if some errors are coming


I searched documents but cannot find anything. I wanted to know that is what is actually happening and if that happens then how to rectify them.


Thanks :(

Hope that the migration has been successful and you have not all invalid objects after migration.

In addition, take a look at the Oracle Metalink for known issues and references

Note: 316889.1 - object: checklist complete for upgrades to 10 g 2 manuals

Kind regards
Sabdar Syed,
http://sabdarsyed.blogspot.com

Tags: Database

Similar Questions

  • Mail of the El Capitan grayed out after Migration Wizard menus

    The arrival of my new MacBook Pro (OS 10.11.5) I used the Migration Assistant (MA) to import the data from my old MacBook (OS 10.6). MY did not have identical usernames on both devices, so a new user has been created for the migration.

    After migration, everything seems to work very well in most mail (and some obsolete applications).

    Problem: some menu of messaging options are grayed out on and/or non-functional. Strange thing is that Mail works fine in the other user account, so I guess that's a conflict somewhere, sometimes, preferences will not open. New emails correctly, they appear in notifications and can be opened individually, but I can't open the message viewer.

    Grey of menu items:

      

    What I tried without success:

    -delete all e-mail accounts and add them manually

    -remove mail preferences

    -Remove user library: containers, mail, mail preferences folder

    -disable the user fonts

    -Disable items in user login

    Any suggestions much appreciated troubleshooting.

    Problems like this are sometimes caused by files that should belong to you but are locked or have the wrong permissions. This procedure will check for these files. It makes no changes and is therefore not, in itself, a solution.

    First, empty the trash, if possible.

    Triple-click any where in the line below on this page to select, then copy the selected text in the Clipboard by pressing Control-C key combination:

    find ~ $TMPDIR.. \( -flags +sappnd,schg,sunlnk,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) 2>&- | wc -l | pbcopy

    Launch the Terminal application integrated in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    Paste in the Terminal window by pressing command + V. The command may take a significant amount of time to run.

    Wait for a new line ending with a dollar sign ($) to appear.

    The output of the command will be a number. It is automatically copied to the Clipboard. Please paste in a response.

    The Terminal window does not display the output. Please do not copy from there.

  • After migration, iPhoto again takes massive space on the hard drive? My system is showing iphoto and photos with more than 100 GB of space each. I once picture is merged uses always massive GB of space? Thank you.

    After migration, iPhoto again takes massive space on the hard drive? My system is showing iphoto and photos with more than 100 GB of space each. I once picture is merged uses always massive GB of space? Thank you.

    # Multimedia files are hardlinked.

    (141516)

  • Problem with WIFI after Migration

    Hello everyone

    I'm new here, I have the small problem after migration of 10.9.5 system.

    I migrad my files to a MacBook Pro start 2014 for a Mac mini mid-2012.

    After the migration is successful on the Mac mini, the WIFI does not work on the Mac mini.

    I think it's a fault of the driver, but how do I install the WLAN driver?

    Thanks for the support

    Best regards

    Demian Klee

    Were the two Macs on 10.9.5? If this is not the case, what were the OSX versions?

  • Satellite C70D-B-307 - brightness keys stopped working after migration Windows 10

    The brightness keys have stopped working after migration Windows 8.1 to Windows 10 (Satellite C70D-B-307).

    How did solve you this?

  • Classic report shows wrong "could not parse the SQL query: ORA-00942" error after migrating app to the new environment

    After migrating my APEX 4.1 application to a new environment, one classic report displays a "cannot parse the SQL query: ORA-00942: table or view does not exist" error when the page is displayed. Change the region to report SQL source to somehow (e.g., remove spaces, changing the order of the variables in the WHERE clause) immediately solves the problem, but by returning to the source of the region causes the report error again (the source region valid code without error, however).

    Throw the error message:

    Select v.id,

    v.Col1

    of view_vw v

    where (: P1_FILTER is null or)

    v.col2 = :P1_FILTER)

    Do not throw error:

    Select v.id,

    v.Col1

    of view_vw v

    where (:P1_FILTER is null or)

    v.col2 = :P1_FILTER)

    Changing the order of column in the report has the same effect; i.e. He arranges, but return back to the original column order causes the error to display.

    It's as if a cached result for the correct select statement used by the report is displayed. However, the application does not use the caching of page/region. Any ideas of what could be the cause?

    He solved. Ultimately, all that was necessary was to clear the DB cache using:

    alter system flush shared_pool;

  • After migrating to a new iMac, my applications Adobe CC back to trial versions

    After migrating to a new iMac, my applications Adobe CC back to trial versions. How can I fix this please?

    Migration of Mac with Time Machine WILL NOT WORK with the Adobe program activations due to hidden registration files

    Sign out of your account... Uninstall... to run vacuuming...

    -non-Cloud programs, to disable the service before uninstalling

    -http://helpx.adobe.com/creative-cloud/help/install-apps.html (and uninstall)

    -using the vacuuming after uninstalling and before reinstalling is often necessary

    -https://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

    -Restart your computer... Sign in to your account... Reinstall

  • SYS. Dbms_metadata - error after migrating to 11 GR 2

    Gurus,

    I get a SYS. Error dbms_metadata after migrating to 11 GR 2 10 gr 2 RAC RAC. its worked well to 10 GB but now throwing error.
    onnected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    
    
    SQL> select object_name,object_type from dba_objects where object_name='STUDENT';
    OBJECT_NAME          OBJECT_TYPE
    -------------------- -------------------
    STUDENT            SYNONYM
    STUDENT            MATERIALIZED VIEW
    STUDENT            TABLE
    
    SQL> select
    dbms_metadata.get_ddl(object_type => 'MATERIALIZED_VIEW',name =>'STUDENT',schema => 'SCOTT')
    from dual;
    
    ERROR:ORA-31603: object "STUDENT" of type MATERIALIZED_VIEW not found in schema "SCOTT"
    ORA-06512: at "SYS.DBMS_METADATA", line 5088
    ORA-06512: at "SYS.DBMS_METADATA", line 7589
    ORA-06512: at line 1
    How can solve us this error. I already gave the select_catalog_role SCOTT but id did not work. Need help.

    see the mos score:
    DBMS_METADAT. GET_DDL on a MV translates ORA-31603 [1467126.1 ID]

  • Download to Excel after migration to 11g: Table losing formats

    Hello
    After migration to 11g, we do some tests.
    Download to Excel does not work correctly. Computed column losing the round, Table with green line loses the format of borders.
    Is this a known issue?

    Kind regards

    Stefan

    Yes. Refer to ID 1380981.1 and ID 1451127.1

    It depends on what version of OBIEE you are editing well and the locale set to Excel.

    Please assign points if helpful/correct.

  • Masking of rows/columns reappear after migration via LCM?

    Anyone know if there is a known issue or bug related to Web forms and then of the migration by LCM, hidden rows or columns suddenly reappear after migration? Were on 11.1.1.3.x


    Thank you

    Seems there is more connected to 11.1.1.3, which are not yet fixed bugs:

    BUG 9354660 - EXPORT OF WEBFORM WITH HIDDEN LINE NOT EXPORTED CORRECTLY

    Bug 10167989: BUG 8374286 is NOT RESOLVED FOR FORMS WITH ASYMMETRICAL COLUMN SELECTIONS

    Known problems section 11.1.1.4 Readme planning: ' after exporting to a destination application using life cycle management, Forms data containing hidden lines may not display correctly in the destination application.»

    HTH-
    Jasmine.

  • Fonts missing after migration to InDesign CS3

    After migration to InDesign CS to a new PC, a font is missing: Arial Narrow family. I've used this for large number of tables in a book, I need to find a method to retrieve this font. Arial Narrow police is listed in the installation of Windows fonts (Vista). The police is also listed in the font list of InDesigne CS3 on my old PC.

    Is there a way to fix this?

    Thanks, Joop

    http://InDesignSecrets.com/hotfix-corrects- arial-narrow- issue-on - windows.php

    If this does not work, you will need to copy the old policies of the other system and reinstall new versions.

  • Why to have latest version of applications was replaced by the earlier version after Migration Wizard

    I recently bought a new iMac running the Version OS X El Capitan entered 10.11.5 pre loaded with the latest Numbers, Keynote, iMovie, GarageBand etc applications.  Unfortunately after you run the Migration Wizard from a backup Time Machine to migrate the data from my previous iMac, apps like iMovie and GarageBand have returned back to older versions.  Please can someone tell me how I can get the latest versions that have been initially installed without having to pay for download on the App Store.  Thank you.

    Have you checked the App Store for updates? If you go to the App Store purchases tab, apps appear there? If so, try to download them again.

  • Screen flashing after migration to Windows 10

    Hello
    The screen flashes and I can't do any action except (CTRL + ALT + DELETE) just after the migration of Windows 10 on my laptop Satellite L855 17V.
    Help, please.

    Kind regards.

    Laurent

    Hi Laurent

    Did you get all the answers. I am new to this and have just turned on my Toshiba Satellite C55 still work on windows 8.1 and the screen goes ballistic. After that signature in the display starts to Flash and the only thing I can do is CTRL + ALT + DELETE. I wonder if its something to do with 25 downloads of Microsoft?
    If anyone can help please notify

  • MDM broken after migration

    This isn't a question but rather a solution to a problem I had.

    We have recently updated our hardware on a new computer and all migrated through including the server that we use for the MDM (mobile device management) at work.

    Unfortunately in the migration that it copied across all certificates that were issued by our old machine and that our new machine was then try to use.  All devices we had confidence suddenly is no longer the new machine (as the certificates were not unique to it) and thus obtained on devices saying push notifications apps would be deleted automatically after 30 days.

    Could not find a solution to this and was about to have to rebuild the new machine from scratch, then I came across the following article which allows you to stop the Open Directory and restart it to generate new certificates perfect to restart your MDM service.

    One thing not mentioned in the article, it's only on devices, you need to remove the old certificates of trust as well as profiles of management and enlist again - just make sure that any information in your distributed applications is saved.

    Here is the link:

    How to reset Open Directory on OS X Server using the command line - Apple Support

    Hi Allan,

    Just post a reply to yourself, maybe repeat the gist of the post and mark it as resolved so that others with the same problem can get a viable solution.

    The other possibility is to write a small article and a post on the forum.

    Leo

  • Move photos on external hard drive after migrating from iPhoto to Photos

    I have a lot of photos and have you run out of space on my MacBook.  After doing some reading, I discovered that I should be bale to move my library to an external hard drive, then the point of Photos to run from the external hard drive.

    I have recently updated to El Capitan, and as part of this upgrade that my photos have been migrated from iPhoto to the Photos.  I just checked the current location of my library and I found two.  One is named Photo library and which resembles the pictures one use which makes sense.  However, I also have a file called iPhoto library and it is listed as a library migrated under file type.

    My question is, when I copy my pictures on the external hard drive also I copy the migrated thus iPhoto library?

    My question is, when I copy my pictures on the external hard drive also I copy the migrated thus iPhoto library?

    Yes, if you want to free up your internal disk storage moving two libraries of the iPhoto library you have migrated your external drive and the new library of Photos.

    The two libraries share the storage for the original images and previews.  As long as one of the libraries is always on the internal disk and using storage, storage is not released: see: Photos saves disk space to share images with your iPhoto or Aperture - Apple Support libraries

    Drag the two libraries to your external drive, then double click the pictures library to open it in photos and test it. Once you are convinced that the copied library works well, you can delete the original in the internal drive.  Do the same for the copied iPhoto Library if you have installed iPhoto.

Maybe you are looking for