Between 10 and 11g

Hi gurus

We intend to migrate from Oracle Forms and reports 10g and 11g, my boss asked me to create the checklist for the challenges that we face during the migration, can you guys help me out to create this checklist? Thank you

The biggest problem is with Java.  According to the version Java you use, you may encounter issues with security features added to Java 1.7 and 1.8.  These problems are documented and there published approved solutions.

The next issue of the greatest to least I fell on, became the report server configured optimally.  Out of the box, we encountered problems where the reports Server JVM would run out of memory and the report server must be restarted to run reports.

As for forms and reports 11 g, there are no compatibility or functionality worry deprecated.  In fact, you can continue to develop your forms/States using the builders of 10 GB if you wish.  Installation of the Developer for 11g is quite a little pluse 10g and I know a couple of people who have opted to continue using 10g on workstations from the developer for this reason.  However, if you choose this option, you will not be able to use the features in 11g.

Craig...

Tags: Oracle Development

Similar Questions

  • Diff between 10g and 11g odi

    Hello

    Can someone answer the major differences between ODI 10 and 11g. Urgent!

    Thank you
    Pop...

    quickly:

    * new user interface: ODI studio with new allow (object open tabs, save button, button cancel...)
    * new object: workload
    * new agent architecture: JEE agent
    * integration with weblogic; ODI console instead of the metadata browser
    * support of the union/intersection /... in interfaces
    * new improved KM and index
    * support of the 'picture of the derivatives' in yellow interface (ie: use request void instead of create the yellow table)
    * Search feature for interface
    * simulation of the code without running the interface
    * support for partitions of tables
    * global scope KM
    * best import/export tool

  • ROW_NUMBER differences between 10g and 11g

    Hello and all my apologies if this has been previously answered, I searched but not found an answer.

    I have a simple table: X

    Address Source feature
    13534780 547045234 A
    5903573 547045234 A
    9805116 582004049 A
    9808958 582004049 A
    6429371 583032305 A
    6669148 583032305 A

    When I run the following SQL code:

    Select Address, Entity, row_number () over (partition by entity by Source order): the nurse of X;

    Oracle 10g, you get:

    Treat the entity RN
    5903573 547045234 1
    13534780 547045234 2
    9805116 582004049 1
    9808958 582004049 2
    6429371 583032305 1
    6669148 583032305 2

    then 11g, we obtain:

    Treat the entity RN
    13534780 547045234 1
    5903573 547045234 2
    9808958 582004049 1
    9805116 582004049 2
    6669148 583032305 1
    6429371 583032305 2

    If I repeat these races, they are always consistent within each version of the database, which is what I expected.

    Is it due only to order the rows in the table have been loaded and how can I within the query ensure parity between the two versions.

    Thank you.

    Published by: User909022 on June 21, 2012 03:31

    Select Address, Entity, row_number () over (partition by entity by Source order): the nurse of X;

    Source control - the source is the same for both records, oracle cannot guarantee the new Ordinance, alwas, you can have the chance to get different results. If you need to make the order by clause, which must be a subsequent order by other attraibutes

    Select Address, Entity, row_number () over (partition by entity by Source order, address): the nurse of X;

  • Replicate between 10g and 11g?

    Is it possible to have a schedule of process and the spread of capture on an Oracle 11 g server, and changes are sent to and applied on an Oracle 10 g 2 Server?

    What the inverse (source is 10 gr 2 and destination is 11g)?

    I can't find Oracle statements on the question if any of these are supported or not.

    Thank you

    I assume you mean with the flow rather than, say, materialized views for replication. If this is the case, Yes, you can use the workflow to replicate data between different versions of the database. You can be limited using the workflow features that were available in the lower version - flow added the ability to manage data 11 g transparent encryption, for example - but except that it generally works very well.

    Justin

  • RPD 10 g and 11g upgrade

    Hello

    I've upgraded (samplesales SPR/catalog) between 10 and 11g. After this process, when I connection with the WEBLOGIC user design services,

    Administration Presentation services not appearing option do not

    Please advice

    Kind regards

    Kulkarni

    Do not change your answers, just respond again.

    Can you do that, go to http://hostname:9704/analytics/saw.dll?Admin or http://hostname:9704/analytics/saw.dll?PrivilegeAdmin and are looking for access to the control of the Administration if it has the role of user/BIAdministrator weblogic

  • loadjava - 10g and 11g

    Hello;

    Implementation of this line in 11g:
    loadjava, myUser and password - u - v - r-f./java/MyString/MyStringObject.java
    Everything is OK.

    Running the same line in 10g:
    arguments: '-u' ' myUser/Password' '-v' '-r' '-f' '. / java/MyString/MyStringObject.java'
    Error in the determination of the contained classes dans./java/MyString/MyStringObject.java
    Exception oracle.aurora.sqljdecl.ParseException: lexical error on line 75, column 5. Encountered: '@' (64), after:

    The error is @Override
        /**
         * @see java.lang.Object#toString()
         */
        @Override
        public String toString() {
    Why does this happen?
    Is it possible to fix by changing the loadjava settings?
    Is there an incompatibility between 10g and 11g?

    Thank you.

    >
    Implementation of this line in 11g:
    loadjava, myUser and password - u - v - r-f./java/MyString/MyStringObject.java
    Everything is OK.

    Running the same line in 10g:
    arguments: '-u' ' myUser/Password' '-v' '-r' '-f' '. / java/MyString/MyStringObject.java'
    Error in the determination of the contained classes dans./java/MyString/MyStringObject.java
    Exception oracle.aurora.sqljdecl.ParseException: lexical error on line 75, column 5. Encountered: '@' (64), after:

    The error is @Override

    Why does this happen?
    >
    Why is it? Because the JVM in Oracle 10 g is version 1.4 and the annotation of substitution does not exist in 1.4 since it was added in version 1.5, which is the version of the JVM using Oracle 11 g.
    >
    Is it possible to fix by changing the loadjava settings?
    >
    Non - Java 1.4 cannot, of course, supports a feature that did not exist at the time.
    >
    Is there an incompatibility between 10g and 11g?
    >
    The JVM version included with 11g is 1.5 in 10g is 1.4

    See what's new in 11g Release 1 in the Java Developer's Guide
    http://docs.Oracle.com/CD/B28359_01/Java.111/b31225/whatsnew.htm
    >
    Compatibility with JDK 1.5 Oracle JVM
    Sun Microsystems introduced new features in Java Development Kit (JDK) 1.5. To support these new features and enhancements, Oracle has updated to the last Platform Java 2, Standard Edition (J2SE) Oracle JVM.
    >

    See replacement Type Annotation in the Java API for 1.5
    http://docs.Oracle.com/javase/1.5.0/docs/API/Java/lang/override.html
    >
    Indicates that a method declaration is intended to override a method declaration in a superclass. If a method is annotated with the annotation type but does not override a method of the superclass, compilers are required to generate an error message.

    Since:
    1.5
    >
    And "' NO you can't ' is the answer if you plan to ask if you can replace the version of the JVM in 10g with 1.5 or newer.

    See my response in this thread for a few days.
    Re: uninstall the virtual machine JAVA of oracle 11g

  • Upgrade to DB 10g and 11g

    Hi guys,.

    Current version: 10.2.0.5
    Target Version: 11.2.x.x

    I intend to improve my DB from 10g to 11g.
    Before the actual upgrade, I can create a test 11 g environment.

    I've read a few articles and understand the following concepts
    1 create a set of tuning in current 10 g to capture plan and the performance of the sql execution statistics
    2 export the setting of 10 g and 11 g SQL import base
    3 export all data to 10 g and 11 g
    4 to 11 g database, consider whether there is a best execution plan and accept

    For my scenario here, my test 11g environment is not all applications server conneecting to it.
    For my 11g generate other plans, the sql should be run at least once in 11g. As there could be a number of SQLs captured in the tuning set, how I run everything manually (via sql * more) because I did not have a request to call him?

    In fact, my main goal here is to compare the execution between 10g and 11g plan. Already from 9i and 10 g, I have actually generate version manually sql execution plan and compare manually.



    Thank you

    Have you thought about Oracle Real Application Testing - http://www.oracle.com/technetwork/database/focus-areas/manageability/rat-option-11gr2-datasheet-128580.pdf

    Lordane Iotzov

  • C2664 errors after the upgrade of client db 10g and 11g

    Hi, after upgrading customer db 10g and 11g, the compiler gave errors error C2664:

    /************************************************************
    AddCxrCh.cpp (2071): error C2664: 'sqlglm': cannot convert parameter 1 from 'char' [513] in ' unsigned char *'
    Types of art are not related. conversion requires reinterpret_cast, C style cast or function-style cast
    make: * [AddCxrCh.obj] error 2
    ************************************************************/

    The same code was compiled correctly when you use the db 10g client. I know that I can easily correct this error by changing the code, but there is more than a sqlglm used instructions. I'm looking for a way that will solve the problem by changing the settings of the compiler.

    Thank you

    Hello

    There is a change between 10g and 11g. It is described in "Oracle 11g Pro * C nsqlprep Sqlglm issues [ID 860382.1]". The document, you can find on Metalink, aka Oracle Support.

    Herald tiomela
    http://htendam.WordPress.com

  • Difference between Standard 10g and 11g Standard edition.

    Hi all

    I tried Googling to find the difference between the Standard of 10g and 11g Standard editions, but couldn't find what I want.

    Y at - it links you want to share.

    Thank you

    Hello

    I tried, please check

    http://docs.Oracle.com/CD/B19306_01/license.102/b14199/editions.htm#BABJICBB (10 G based on the edition functions)

    http://docs.Oracle.com/CD/B28359_01/License.111/b28287/Editions.htm#DBLIC116 (11 g features based on edition)

    Just compare the two.

    Hope that helps.

    -Thank you

    Pavan Kumar N

  • Re: Diff between Applications Oracle 11 g and 11g rel2 rel1

    Hello

    Please guide me through a few doc. ID that can tell me the difference between rel1 rel2 11g and 11g.

    Kind regards.

    My bad, sorry!

    Please see these docs/links.

    New features Guide
    http://www.Oracle.com/pls/db112/to_toc?pathname=server.112/e22487/TOC.htm

    Oracle 11 g 2 new features
    http://bit.LY/uBjcZX

    Thank you
    Hussein

  • the differences between Oracle Discoverer 10 g and 11g.

    We would like to know if there are differences between Oracle Discoverer 10 g and 11g and problems with 10 g that are overcome in 11 g.


    Please make us aware of any background to 11g over 10g.


    apps version 11.5.10.2

    Concerning

    Please visit these links for the list of new features, bug fixes, certification and installation of discoverer 11g on 11i instance.

    Discoverer 11.1.1.4 certified with E - Business Suite
    http://blogs.Oracle.com/stevenChan/2011/02/discoverer_11114_ebs.html

    EBS Sysadmin Primer: Oracle BI discoverer 11 GR 1 material
    http://blogs.Oracle.com/stevenChan/2010/08/discoverer_11gr1_primer.html

    Discoverer of Oracle Business Intelligence 11g
    http://www.Oracle.com/technetwork/developer-tools/discoverer/Overview/index.html

    Oracle Business Intelligence 11g Discoverer documentation
    http://www.Oracle.com/technetwork/developer-tools/discoverer/documentation/index.html

    Thank you
    Hussein

  • Difference of TTS and TDB 12 c and 11g to import non - CBD in PDB

    According to http://www.Oracle.com/technetwork/database/Enterprise-Edition/full-transportable-WP-12C-1973971.PDF , I use full Transportable to the export and import of 12 c and + 11.2.0.3 to a non - CBD database transport in a PDB file.

    -That's a very similar concept as TTS in 11g? Application and user tablespaces must be read-only unless I want the target to be only read-only and must have the same database and the same national character set. To import storage space in an existing Database, I need to copy the data files and import the datapump metadata. Where I have to deal with different endian between source and target, I use RMAN on the source or target to convert data files. The EXPDP in 11g use TRANSPORT_TABLESPACE = Y.

    12 c and + 11.2.0.3, I can use Datapump EXPDP with FULL = Y TRANSPORTABLE = ALWAYS. As far as I understand it, I don't know, unlike the previous TTS is how EXPDP treats provided Oracle database objects. Is this correct?

    According to the guide of students 12 c new features of Oracle, in order to move a non - CBD in a preliminary draft BUDGET, I should first of all, for example, a TTS or BDM export and then perform an import TTS or BDM in the PDB using export dump files metadata and a data tablespace.

    I'm confused. As far as I know, TDB requires RMAN convert, which creates a special SQL script to import the database. I can do with Datapump TDB?

    Try to look for some examples I found http://Oracle-base.com/articles/12C/upgrading-to-12C.php#transport-database . He also mentions the Transport database, but actually seem to use TTS using datapump.

    Could someone please shed some light on the different concepts and it is what? I already spent reviewing the literature. Thank you!

    I came to the following conclusions, so far:

    Complete Transportable Import/Export, available, in 11.2.0.3 and later versions and TTS (Transportable Tablespace) can be used to a basic database not directly transport container in the PDB or CBD, without having first put the database source to 12 c. TTS, however, may require a separate import/export to transfer schema objects in the sysaux tablespace or system.

    TDB (Transportable Database) for the transport of a database complete, usable only to transfer a non - CBD to a BDC, and the source database must be upgraded first to 12 c.

  • Difference between FYI and Notification

    Hi all

    Sorry for the dummy question, but I'm a newbie BPM/BPMN and try to understand better what I use for my modeling process.

    Could you please explain to me the difference between the FYI and Notification? When it is better to use?

    Asked me to send an e-mail notification to users just to let them know where the process is, no manual action is required and the process must continue without interruption.

    Thanks for any help.

    Fairlie

    Hi Fairlie,

    Here is a tool of 2 page that lists all the different activities in BPMN, gateways and Oracle 11g and 12 c BPM events and what they serve each to- https://blogs.oracle.com/soacommunity/entry/bpm_poster_for_bpm_suite

    In your use case where you want to send an email to someone, and no manual intervention is required, use the Notification activity.

    News is an Interactive activity and causes a work item instance appear in the Inbox an end user in the workspace.  The difference between this and other types of interactive activities is that the work item instance does not stop at this activity in the process, but instead continues on the next activity in the process.

    A Notification activity is an automatic activity which does not create an instance of work item in an Inbox in the workspace, but rather sends a message of electronic mail, instant messaging, SMS or voice.

    When the work item instances reach these two activities, they do not stop and continue them automatically the next activity in the process.

    Dan

  • Difference between AL32UTF8 and UTF8

    Hello

    Our current database version is 10g with CHARSET = UTF8 to support Greek characters. However, the customer wants to switch to 11g (11.2.0.4.0) and the database of test created with CHARSET = AL32UTF8.

    Up to now to insert Greek characters, we have been offering script mentioning set NLS_LANG = AMERICAN_AMERICA. UTF8 and he has been inserting Greek characters correctly. However, it does not work with the new machine. If this setting, execution of the script gives error for the Greek characters "quoted string not properly done".


    I have two questions here:


    (1) is there a difference between UTF8 and AL32UTF8?

    (2) settings NLS_LANG works on character set of database right? What setting I put for NLS_LANG allowing to insert Greek characters or script windows or linux machine to run?


    Thanks in advance.

    Hello

    Answered below:

    -Oracle UTF8 is Unicode 3.0 revision in 8.1.7 and upward. AL32UTF8 is updated with Unicode versions in each major release, Oracle RDBMS 12.1 it is updated to Unicode 6.1,

    Apart from the difference in Unicode version the "big difference" between UTF8 and AL32UTF8 AL32UTF8 has build in support for "Additional characters", which are coded using "Surrogate pairs" (also wrongly called ' surrogate characters"'").

    Oracle UTF8 (Unicode 3.0) stores additional characters in the form of 2 characters, for a total of 6 bytes, using "modified UTF-8" instead of the "standard UTF - 8"(implemented in Oracle 9.2 and upward using AL32UTF8) 4 bytes for an extra character.

    This "modified UTF-8' is also called CESU-8 .

    Practically, this means that in 99% of UTF8 and AL32UTF8 data are the same for * storage * data. Only the additional characters differ in bytes/codes stored between UTF8 and AL32UTF8.

    -the necessary parameters are:

    LANG = el_gr. UTF8

    LC_ALL = el_GR.utf8

    NLS_LANG = 'GREEK_GREECE. AL32UTF8.

  • Mapping data between BI and another Oracle module

    Hello

    I'm working on a project for a Government of a county of Florida. We have a problem with project accounting R12 data match with OBIEE 11g database. It is more of a field of marking problem than a problem of integrity of data - for example, 'Customer number' in the accounting of the project is clearly a different data set than 'Customer number' in BI. We know the same data exists in BI but we do not know what it is called and therefore how interrogate him for reporting purposes. Why data marking is so messed up, I can't say, but I was in charge of mapping 'Customer number' (and everything else) in project accounting to the equivalent of the BI field. Supposedly this mapping does not already exist (which seems impossible since someone set up the flow of data between the two parts of the system at some point!). I hope someone can recommend an approach that doesn't end up being heavy and manual. Thank you!

    Warm greetings to all,

    John

    https://support.us.Oracle.com/OIP/faces/secure/km/DocumentDisplay.JSPX?ID=1274680.1#BODYTEXT

    OR

    Oracle Business Intelligence Applications ETL Data Lineage Guide version 7.9.6.2 and 7.9.6.3 [ID 1274680.1]

    Check this box... It gives you a document of data lineage... Mapping between source and target stage and...

    It certainly helps you the way that you look.

    MAK is useful if it helps...

    Kind regards
    Rayan Vieira

Maybe you are looking for

  • I have a random program crashes, please advise...

    I have a random program crash when changing tabs. I have also problems to copy an image on the internet and then paste it anywhere. I'm able to do when I use Internet Explorer, but I can't do when using Firefox. It allows me to copy, but does not giv

  • 90 MB/sec Sandisk Extreme SDHC?

    Hi all I found this product on Amazon, sold by Amazon directly. http://www.Amazon.com/DP/B013CP3KZ6 I don't see this item on the official website of Sandisk. This could be a fake? Just to be safe, I bought the 'old' version 60 MB/s, but if this turns

  • Windows Live OneCare safety scanner

    Windows Live OneCare safety scanner will not interfere with other software programs anti-virus and internet security?

  • HP: computer virus

    We are being scammed by phone. They added a virus or more: COTM by We - Care.com v4.1.29.2 App I use Malwarebytes, Spybot, and CC Cleaner. I also tried malwarebytes Chameleon. They can't delete this virus. When I try to remove the virus, my computer

  • "" DNS server to error message "does not.

    Original title: has no Internet connection I had used my nokia phone as a modem with success for a few days. Subsequently, rather than connecting, I started getting a message saying that the DNS server does not. When I put in a different SIM from the