Constraints, schema upgrade and 24/7

Hello, gurus. I need your advice.
I am working on upgrading my database to a new release:) I do it schema by schema. So i have an old schema with data and in processing and the new one wich containts only metadata.
Now I want to upgrade all constraints on the fly ( database is 24/7).
What I am going to do:
1. Find out every table owned by new+old user
2. For every column of these tables i'll check if they have identical constraints.
3. If not write to the file modify/drop/add constraint statement
4. Execute file as sql-script.
is it a good solution?

You could use dbms_metadata.get_ddl to generate DDL for all tables in schema1, schema2 and then use unix tool diff to tell the differences.
You could use exp with rows=no to create a dump file for schema1, schema2, then diff the dp files.
You can also use OEM, Toad etc to compare schemas. See http://dgielis.blogspot.com/2006/01/compare-2-oracle-schemas.html

Similar Messages

  • Schema name and object name quoted together in MRU after v3 to v4 upgrade

    After upgrading from v3 to v4 an app has a system generated Multi Row Update function that is broken;
    PL/SQL : ORA-00972: identified is too long
    declare
      function x return varchar2
      is
      begin
        begin 
          for c1 in ( select "MY_SCHEMA.MY_SEQUENCE".nextval pk from dual ) loop
           return c1.pk;
          end loop;
        end;
        return null;
      end;
    begin
      dbms_output.put_line(x);
    end;Note the Schema Name and the Object Name have been quoted together!
    Is this a known issue and do you know of a fix?
    Many thanks in advance
    Craig

    Hi Craig,
    this problem is not known so far.
    I had a look at the code and that change has been made because of multi byte support for sequence names and because of security reasons.
    We try to avoid breaking changes in applications, but it looks like we haven't expected that developers are specifying sequence names prefixed by the schema name.
    Maybe the following workaround is feasible for you:
    1) Find all tabular form columns which are using a sequence with a schema prefix as primary key source
    select *
      from apex_application_page_rpt_cols
    where primary_key_column_source_type = 'S'
       and instr(primary_key_column_source, '.') > 0;2) Go to that tabular form column and remove the schema prefix
    3) If the sequence is really in a different schema than the parsing schema of your application, create a synonym for it.
    Hope that solves your problem.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • How to script schema upgrade as single success unit

    We currently use a combination of Ingres and SQL Server databases. When upgrading a schema of our own design we will script the upgrade as a single success unit. If any part fails then the whole lot is rolled back. (This is a slight simplification but it's the general principle we follow). However in Oracle I believe DDL statements are automatically committed. This is thwarting our attempts to adopt the same approach with Oracle.
    As a simple example say a column is being moved from one table to another (for whatever reason). The application changes to be implemented depend on three things happening:
    1. table_new has column_new added to it
    2. column_new on table_new is populated from column_old on table_old
    3. table_old has column_old dropped from it
    so the upgrade script will run something like:
    Start Transaction
    alter table table_new add column_new(etc... ;
    update table_new set column_new = (select column_old from table_old etc.... ;
    alter table_old drop column_old ;
    If Error then
    Rollback
    Else
    Commit Transaction
    This way if there is an error then the database is left in a state that works with the old application code. If the upgrade succeeds then the new application code can implemented.
    So my questions are:
    1. Am I correct in thinking that in Oracle, step 1 above will commit as soon as it's submitted preventing rollback?
    2. If so then what would people recommend as a way to achieve a single success unit for a schema upgrade?
    We were hoping to use flashback with restore points to perform the equivalent of a rollback if there were any errors in the upgrade script. Having tried that this afternoon though, I received an error about being unable to flashback the table because it had been changed (don't have the error here I'm afraid as I'm at home now). Would restoring the tablespace (we are setting up one tablespace per schema) to a point in time before the upgrade script started be reasonable? It seems a little extreme and also considerably more difficult to script than the flashback option. Otherwise I'm thinking that some combination of creating a new table, populating it, dropping the old table, renaming the new table with the original name might be an option. However this obviously has much greater overheads, higher chance of error and considerably more messing about if constraints, rules and procedures are involved.
    Any suggestions or corrections on what I've added above are appreciated.
    thanks
    Mark

    Thanks for the responses.
    Unfortunately this will always be a case of altering the schema rather than creating it once applications are running against Oracle.
    Tablespace point in time recovery is probably looking like the best option so far. A script would only ever upgrade one schema at a time and we're setting things up to use one tablespace per schema.
    Proving and then rehearsing a TSPITR (as I believe it's called) is on the list of things that we need to do but it seems like it may be needed as a more routine tool than just in emergencies. I shall concentrate my reading in that direction. Would anybody care to offer any opinions on automating restores for this situation? We have people on call but generally only plan to come in out of hours to check the outcome of big upgrades. Smaller schema upgrades are left to pass or rollback overnight.
    It's a real shame that flashback works at the database and table levels but does not have a tablespace option as that would be perfect. Flashing back the whole database could be problematic as we will probably end up with multiple schemas in each database, each one being used by different applications so we could realistically have applications running against some schema_a whilst we're upgrading schema_b. Flashing back the whole database would obviously then cause problems in schema_a, or schema_a or the associated application would have to be suspended while we upgraded schema_b. Whilst we're lucky enough to have some downtime with most of our applications, this is gradually disappearing and there are some which are now approaching 24/7 availability.
    I'm still open to other suggestions though. This seems so much more complicated than the approach which has worked for Ingres and SS. Do you apply schema changes whilst the system is running? Does somebody do this manually or is it scheduled?
    thanks again
    Mark

  • Error during OIM schema upgrade during product ugprade from 9.1.0.2 to 11g

    Hi All,
    We have received following error during product upgrade from 9.1.0.2 to 11g.
    Error occurred during fourth step ( Task 4: Use Upgrade Assistant to Upgrade the Oracle Identity Manager Schema)
    On the screen while running upgrade assistance (ua.bat)
    Following message came on screen.
    Schema Version registry >> succeeded
    Oracle Identity Manager Schema Upgrade >> Failed
    I could see only following error in the log file.
    \middleware_home\Oracle_IDM1/server/db/oim/oracle/Upgrade/Oracle_upg_91_92_x2ell_92.sql
    [2012-06-28T09:34:51.147-06:00] [FrameworkMR] [NOTIFICATION] [] [upgrade.FrameworkMR] [tid: 14] [ecid: 0000JWnikOB6qIvyKWYBSQ1Fv7Zd000005,0] finalize() instance 1 of 2
    [2012-06-28T09:35:00.863-06:00] [OIM] [INCIDENT_ERROR] [] [upgrade.OIM] [tid: 13] [ecid: 0000JWnijRj6qIvyKWYBSQ1Fv7Zd000004,0] UPGCMP-00924: SQL error [{0}]
    [2012-06-28T09:35:00.863-06:00] [OIM] [INCIDENT_ERROR] [] [upgrade.OIM] [tid: 13] [ecid: 0000JWnijRj6qIvyKWYBSQ1Fv7Zd000004,0] [[
    java.sql.SQLSyntaxErrorException: ORA-00955: name is already used by an existing object
    ORA-06512: at line 31
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:457)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:889)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:476)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:204)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:540)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:202)
         at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:1074)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1466)
         at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:2123)
         at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:2067)
         at oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(OracleStatementWrapper.java:306)
         at oracle.ias.mrua.plugin.oim.SchemaUpgrader.loadScript(SchemaUpgrader.java:303)
         at oracle.ias.mrua.plugin.oim.SchemaUpgrader.doUpgrade(SchemaUpgrader.java:139)
         at oracle.ias.mrua.plugin.oim.OIMSchemaUpgradePlugin.doUpgrade(OIMSchemaUpgradePlugin.java:302)
         at oracle.ias.mrua.MRUA.executePlugins(MRUA.java:3672)
         at oracle.ias.mrua.MRUA.internal_driver(MRUA.java:2448)
         at oracle.ias.mrua.MRUA.driver(MRUA.java:1710)
         at oracle.ias.upgrade.gui.UAUpgradeThread.run(UAUpgradeThread.java:390)
    Any Idea ?
    Ritu

    Hi All,
    We are also trying to upgrade OIM 9.1.0.2 which is present in our environment to OIM11g. Request your help.
    Now how do we achieve the upgrade? Should my source of OIM9i software  and target of OIM 11g software  be installed on the same server?
    I did install OIM11g and OIM9i on the same server  and tried to do schema upgrade based on the link:
    Upgrading Oracle Identity Manager Environment
    But during examine phase I get error the below error
    UPGAST 00091- ERROR DURING EXAMINE OF COMPONENETS
    UPGAST 01004- UPGRADE IS UNABLE TO DYNAMICALLY LOAD COMPONENET SPECIFIC SOFTWARE MODULES.
    When i check in the log in internet it says :
    Cause: Repository upgrade framework was unable to dynamically load the Java classes of its component-specific software modules. mrua.xml file might have been corrupted.
    Action: This is an internal error. Verify that the Java classpath has been correctly set, the mrua.xml file is correct, and that the .jar files for all component-specific software modules are present in the jlib directory. Contact Oracle Support Services for assistance
    What is the javaclasspath to be set?how to check if mrua.xml and jar files are fine
    Pls help.Any help is much appreciated.

  • Error during OIM schema upgrade- OIM 9.1.0.2 to 11g

    Hi All,
    We are trying to upgrade OIM 9.1.0.2 which is present in our environment to OIM11g. Request your help.
    Now how do we achieve the upgrade? Should my source of OIM9i software  and target of OIM 11g software  be installed on the same server?
    I did install OIM11g and OIM9i on the same server  and tried to do schema upgrade based on the link:
    http://docs.oracle.com/cd/E21764_01/upgrade.1111/e10129/upgrade_oim.htm
    But during examine phase I get error the below error
    UPGAST 00091- ERROR DURING EXAMINE OF COMPONENETS
    UPGAST 01004- UPGRADE IS UNABLE TO DYNAMICALLY LOAD COMPONENET SPECIFIC SOFTWARE MODULES.
    When i check in the log in internet it says :
    Cause: Repository upgrade framework was unable to dynamically load the Java classes of its component-specific software modules. mrua.xml file might have been corrupted.
    Action: This is an internal error. Verify that the Java classpath has been correctly set, the mrua.xml file is correct, and that the .jar files for all component-specific software modules are present in the jlib directory. Contact Oracle Support Services for assistance
    What is the javaclasspath to be set?how to check if mrua.xml and jar files are fine
    Pls help.Any help is much appreciated.

    Hi All,
    We are also trying to upgrade OIM 9.1.0.2 which is present in our environment to OIM11g. Request your help.
    Now how do we achieve the upgrade? Should my source of OIM9i software  and target of OIM 11g software  be installed on the same server?
    I did install OIM11g and OIM9i on the same server  and tried to do schema upgrade based on the link:
    Upgrading Oracle Identity Manager Environment
    But during examine phase I get error the below error
    UPGAST 00091- ERROR DURING EXAMINE OF COMPONENETS
    UPGAST 01004- UPGRADE IS UNABLE TO DYNAMICALLY LOAD COMPONENET SPECIFIC SOFTWARE MODULES.
    When i check in the log in internet it says :
    Cause: Repository upgrade framework was unable to dynamically load the Java classes of its component-specific software modules. mrua.xml file might have been corrupted.
    Action: This is an internal error. Verify that the Java classpath has been correctly set, the mrua.xml file is correct, and that the .jar files for all component-specific software modules are present in the jlib directory. Contact Oracle Support Services for assistance
    What is the javaclasspath to be set?how to check if mrua.xml and jar files are fine
    Pls help.Any help is much appreciated.

  • Windows 7 upgrade and existing Windows Vista Home Premium license...?

    Hi,
    As per Lenovo's scheme, after applying for Windows 7 64 bit upgrade and upon receiving the installer DVD, do I need to compulsorily install it?
    Does "upgrade" here really mean that the day when the Windows 7 DVD was issued on my name, my existing Windows Vista Home Premium 64 bit license will become Invalid or get expired? Or I can continue using my existing installed Windows Vista on my Laptop and install the received copy of Windows 7 as and when I want or even don't install it on my Laptop, if happy using existing Windows Vista only?
    Regards,
    Aniket Dumbare

    More Information
    I just found instructions to run "BCDEdit" and the results were the following so  it looks like the "Boot Manager" is on S while the "Boot Loader" is on C (Whatever that means)
    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>Bcdedit
    Windows Boot Manager
    identifier {bootmgr}
    device partition=S:
    description Windows Boot Manager
    locale en-US
    inherit {globalsettings}
    default {current}
    resumeobject {2164a006-c421-11de-8836-de5db8963170}
    displayorder {current}
    toolsdisplayorder {memdiag}
    timeout 30
    Windows Boot Loader
    identifier {current}
    device partition=C:
    path \Windows\system32\winload.exe
    description Windows 7
    locale en-US
    inherit {bootloadersettings}
    recoverysequence {2164a008-c421-11de-8836-de5db8963170}
    recoveryenabled Yes
    osdevice partition=C:
    systemroot \Windows
    resumeobject {2164a006-c421-11de-8836-de5db8963170}
    nx OptIn
    C:\Windows\system32>

  • Upgrade From Exchange 2010 SP1 to SP3 - Schema Upgrade Question

    Hello,
    We're currently running Exchange 2010 SP1 in our environment and want to upgrade to SP3.  I just had a couple of questions related to preparing AD for this new SP that I was hoping that someone could answer.
    Setup
    We have a single forest with two domains within it (A and B for example).  The schema master is in Domain A but this domain doesn't contain any Exchange 2010 servers.  Domain B contains our 2010 CAS and Mailbox servers.
    Both domains have Windows 2003 SP2 domain controllers.
    I understand that before I proceed with the upgrade to SP3, I first need to update the AD schema on our schema master. I was planning on doing the following :
    Log onto an existing Windows 2008 R2 64 bit "member" server in domain A (containing the schema master) with an account which is a member of the Schema Admins and Enterprise Admins groups.
    Run SETUP.EXE /PrepareAD.
    Do I need to also run SETUP.EXE /PrepareDomain on domain A as well or does the /PrepareAD sort this out ?
    I was then going to turn my attention to domain B (which contains the 2010 CAS and Mailbox servers) and do the following :
    Log onto an existing Windows 2008 R2 64 bit 2010 Mailbox server with an account which is a member of the Domain Admins and Enterprise Admins groups.
    Run SETUP.EXE /PrepareDomain
    Is this the correct procedure to follow ?  I assume that I can then go ahead and start to upgrade the Exchange 2010 SP1 servers in the following sequence :
    CAS\HUB Server(s)
    Mailbox Server(s).
    Clarification on the AD upgrade steps would be appreciated.
    Thanks
    Mark

    This has all the info you need:
    http://technet.microsoft.com/en-us/library/bb125224(v=exchg.141).aspx
    Prepare Active Directory and Domains
    and
    http://technet.microsoft.com/en-us/library/bb629560(v=exchg.141).aspx
    Upgrade Exchange 2010 to Exchange 2010 SP1, Exchange 2010 SP2, or Exchange 2010 SP3
    Note: There is no harm in simply running setup/PrepareAllDomains.
    You should break out each Prep step since you have multiple domains:
    setup/PrepareSchema
    setup /PrepareAD
    setup /PrepareAllDomains
    you can run all of these from the same DC you run the setup/PrepareSchema step!
    Twitter!:
    Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Replacement for Obsolete Payroll schemas 'KARMC' and 'XEDT' in ECC 6.0

    Hi Experts,
    I am working in a upgradation project. In HR Module (Payroll schema). Any one can help me out what are the replacement for obsolete payroll schemas 'KARMC' and 'XEDT' in ECC 6.0. (These two are there in 4.6C but, not in ECC 6.0)
    Thanks in Advance,
    Ramesh.

    Hi Experts,
    I am working in a upgradation project. In HR Module (Payroll schema). Any one can help me out what are the replacement for obsolete payroll schemas 'KARMC' and 'XEDT' in ECC 6.0. (These two are there in 4.6C but, not in ECC 6.0)
    Thanks in Advance,
    Ramesh.

  • Schema level and table level supplemental logging

    Hello,
    I'm setting up bi- directional DML replication between two oracle databases. I have enabled supplemental logging database level by running this command-
    SQL>alter database add supplemental log data (primary key) columns;
    Database altered.
    SQL> select SUPPLEMENTAL_LOG_DATA_MIN, SUPPLEMENTAL_LOG_DATA_PK, SUPPLEMENTAL_LOG_DATA_UI from v$database;
    SUPPLEME SUP SUP
    IMPLICIT YES NO
    -My question is should I enable supplemental logging table level also(for DML replication only)? should I run the below command also?
    GGSCI (db1) 1> DBLOGIN USERID ggs_admin, PASSWORD ggs_admin
    Successfully logged into database.
    GGSCI (db1) 2> ADD TRANDATA schema.<table-name>
    what is the deference between schema level and table level supplemental logging?

    For Oracle, ADD TRANDATA by default enables table-level supplemental logging. The supplemental log group includes one of the following sets of columns, in the listed order of priority, depending on what is defined on the table:
    1. Primary key
    2. First unique key alphanumerically with no virtual columns, no UDTs, no functionbased
    columns, and no nullable columns
    3. First unique key alphanumerically with no virtual columns, no UDTs, or no functionbased
    columns, but can include nullable columns
    4. If none of the preceding key types exist (even though there might be other types of keys
    defined on the table) Oracle GoldenGate constructs a pseudo key of all columns that
    the database allows to be used in a unique key, excluding virtual columns, UDTs,
    function-based columns, and any columns that are explicitly excluded from the Oracle
    GoldenGate configuration.
    The command issues an ALTER TABLE command with an ADD SUPPLEMENTAL LOG DATA clause that
    is appropriate for the type of unique constraint (or lack of one) that is defined for the table.
    When to use ADD TRANDATA for an Oracle source database
    Use ADD TRANDATA only if you are not using the Oracle GoldenGate DDL replication feature.
    If you are using the Oracle GoldenGate DDL replication feature, use the ADD SCHEMATRANDATA command to log the required supplemental data. It is possible to use ADD
    TRANDATA when DDL support is enabled, but only if you can guarantee one of the following:
    ● You can stop DML activity on any and all tables before users or applications perform DDL on them.
    ● You cannot stop DML activity before the DDL occurs, but you can guarantee that:
    ❍ There is no possibility that users or applications will issue DDL that adds new tables whose names satisfy an explicit or wildcarded specification in a TABLE or MAP
    statement.
    ❍ There is no possibility that users or applications will issue DDL that changes the key definitions of any tables that are already in the Oracle GoldenGate configuration.
    ADD SCHEMATRANDATA ensures replication continuity should DML ever occur on an object for which DDL has just been performed.
    You can use ADD TRANDATA even when using ADD SCHEMATRANDATA if you need to use the COLS option to log any non-key columns, such as those needed for FILTER statements and KEYCOLS clauses in the TABLE and MAP parameters.
    Additional requirements when using ADD TRANDATA
    Besides table-level logging, minimal supplemental logging must be enabled at the database level in order for Oracle GoldenGate to process updates to primary keys and
    chained rows. This must be done through the database interface, not through Oracle GoldenGate. You can enable minimal supplemental logging by issuing the following DDL
    statement:
    SQL> alter database add supplemental log data;
    To verify that supplemental logging is enabled at the database level, issue the following statement:
    SELECT SUPPLEMENTAL_LOG_DATA_MIN FROM V$DATABASE;
    The output of the query must be YES or IMPLICIT. LOG_DATA_MIN must be explicitly set, because it is not enabled automatically when other LOG_DATA options are set.
    If you required more details refer Oracle® GoldenGate Windows and UNIX Reference Guide 11g Release 2 (11.2.1.0.0)

  • SQL Server CE 3.5 SP2 - SQLCE Toolbox / Automated Database Schema Upgrade Scripting / Drop Index

    I am provisioning for automated database schema upgrades in a Windows Forms Application (VS2010/VB) which uses SQL Server Compact 3.5 SP2.  A portion of the schema upgrade procedure uses TSQL commands passed to SQLCE like the following:
    cmd.CommandText = "DROP INDEX [SaleComps$ProjID]"
    cmd.ExecuteNonQuery()
    However, when this command is processed by the SQLCE engine, I get the following error:
    Command: DROP INDEX [SaleComps].[ProjID]
    Error: The specified index does not exist. [ ProjID ]
    But, if I try to recreate the index (or try to change the index column) I get the following errors which indicate that the index is still there:
    Command: ALTER TABLE [SaleComps] ALTER COLUMN [ProjID] nvarchar(20) NULL
    Error: Cannot alter a column that is part of a key or an index. [ Index Name = SaleComps$ProjID,Column = ProjID ]
    Command: CREATE INDEX "SaleComps$ProjID" ON "SaleComps" ("ProjID" ASC)
    Error: The specified index already exists. [ SaleComps$ProjID ]
    Any ideas why this would not be working? Thanks!
    -BGood

    No, I was guessing at the syntax from reviewing other web postings, some of which were in different SQL dialects. 
    While your SQLCE Toolbox did not provide the DROP INDEX command, it did provide most of the "Schema Diff" scripting commands.  In hindsight, maybe SQLCE Toolbox should recognize when schema differences involve a Column which is used in an index, and
    DROP the index before executing the ALTER COLUMN command, then re-CREATE the index with the modified column.
    Despite this shortcoming, I am very thankful for the help provided by SQLCE Toolbox, and learned a little more about SQL scripting in the process.
    Thanks, ErikEJ!
    -BGood

  • Schema upgrade

    Hello guys
    say that I took an export of a schema from database 10G and import it into a 11G database and now I would like to upgrade that schema, Can some one point me to the oracle docs that explains this process.
    When i google "oracle schema upgrade" it is directing me to "oracle fusion middleware patching guide", I dont know if that is the correct doc I am looking for.
    Thank You.

    968751 wrote:
    When we import a schema taken from a 10G database into a 11G schema, does the 10G schema behave any differently from the 11G schemas?
    Versions apply to databases, not schemas, which are simply a collection of objects under a given namespace -- within a database.
    Your import is nothing but a bunch of CREATE and INSERT statements.  There is nothing there that says "oh, by the way 11g database, this data I'm inserting also exists in a 10g database, so please take that into consideration".   No, it's a simple INSERT.  The end result is no different than if you had hand-coded an INSERT statement in sqlplus.

  • IPod touch is not recognized by Windows (with a connect to iTune screen) after OS 5.1.1 upgrade and received an 1602 error

    My iPod touch is not recognized by Windows 7 and will not appear on My Computer as a storage device after OS 5.1.1 upgrade and received an 1602 error.  My iPod is now having a connect to iTune screen.

    Error 1600, 1601, 1602: Try the following steps to resolve this error:
    Ensure proper USB isolation troubleshooting has been performed, and test with a known-good cable.
    Follow the steps listed for Error 1604.
    This error may be resolved by disabling, deactivating, or uninstalling third-party security, antivirus, and firewall software. See steps in this article for details on troubleshooting security software.
    http://support.apple.com/kb/TS3694#error1602

  • Cant stand the changes to my Maxx HD with the KitKat upgrade, text colors and keyboard terrible. How can I remove the upgrade and go back to what I had?

    How can I remove this new Kitkat upgrade and go back to what I had. I cannot deal with the color on text screen and the keyboard is terrible. Can take back all the stupid pictures they added for texting. Just need it back to what it was.

    Hasn't any business ever heard of the term.
    IF IT AINT BROKE DON'T FIX IT.

  • I have just updated to iOS7, no icon for browser, was using Safari, how do I get it back and can I reverse the upgrade and go back to iOS6?

    I have just updated to iOS7, no icon for browser, was using Safari, how do I get it back and can I reverse the upgrade and go back to iOS6?  Thanks to you from the UnTechie

    The icon for Safari has probably moved to make room for new apps. Scroll the Home screen to look for it.
    You cannot reverse the upgrade.

  • What is difference between Startup upgrade and startup migration.

    what is difference between Startup upgrade and startup migration.

    I am having the metalink note.
    STARTUP MIGRATE was introduced in 9.2 as a mechanism to be sure that most everything that needs to be done to run an upgrade script or a patch script is done automatically. In the past, customers were expected to adjust certain initialization parameters prior to beginning an upgrade or applying a a patch,
    but most of this is now done automatically by STARTUP MIGRATE.
    When a customer starts a database in MIGRATE mode, the following ALTER SYSTEM
    commands will be set automatically:
    But i am not sure what exactly the meaning by startup upgrade.
    and exactly the startup upgrade and startup migrate

Maybe you are looking for

  • Creative Cloud is a blank white screen, can't download any apps, how do I fix?

    Hello all, PLEASE HELP!! I downloaded Ai as a trial version, then purchased CS6 on a 12 month. Now I'm trying to download other apps (tried Photoshop, Flash and Premiere Pro), however when I click 'download' to try and get the other apps Creative Clo

  • Handling Errors

    Hi, I have an Error Handling scenario that works this way: 1) All ORACLE errors that happens in a FUNCTION are stored in a table. With this code: EXCEPTION     /* IF ORACLE error, then return PROCEDURE NAME and ORACLE error message     back to CALLIN

  • CANNOT OPEN ATTACHMENTS OR DOWNLOAD FILES OFF OF WEB

    CANNOT OPEN EMAIL ATTACHMENTS OR DOWNLOAD CERTAIN FILES FROM INTERNET WITHOUT MESSAGE SAYING MY SECURITY SETTINGS WONT LET ME. I HAVEN'T MADE ANY CHANGES TO FIREWALL OR SECURITY ESSENTIALS. 

  • Not matter what I do, Firefox 3.6 still will not start

    I've tried many things, ending the process (firefox.exe), uninstalling and reinstalling, restarting my computer, and nothing has worked, Firefox still won't even start up. It doesn't even show anything. Any help would be greatly appreciated. == This

  • File version is later than the current LabView version

    I have LabView 2010 and I need to use an instrument driver that was written in LabView 2012. Is there any way I can get this driver to work with 2010?