How SDA and DDA works in Java Card?

Hi Friends,
I want to know how exactly SDA and DDA works in Java Card technology..
Yes, i know that SDA (Static Data Authentication) is valid for every transactions, but the key used is always same for every transaction made..
and DDA (Dynamic Data Authentication) uses dynamic key for every transactions, it means that one key is valid for one transaction..
But, i'm a little bit confused how this is implemented in Java Card..
Is it related with SCP01 and SCP02?..
Please help me regarding this..
Thanks in advance

Hi,
I want to know how exactly SDA and DDA works in Java Card technology..This is an EMV concept and as such is not implemented in Java Card as such. You would have to create an implementation to be able to use SDA and DDA.
But, i'm a little bit confused how this is implemented in Java Card..
Is it related with SCP01 and SCP02?..It is not implemented natively in Java Card and are not related to SCP. SDA and DDA are for the EMV card application (card application data updates) and SCP is for the card manager (card content updates). While they could be considered similar concepts, they are not related in a Java Card sense.
Cheers,
Shane

Similar Messages

  • How to run a library in Java Card

    Hi guys
    I have a question related to the running in emulator. Well, I now have 2 separated projects, one is class library and the other is java card applet. Both of them are constructed by Netbeans
    When I build the classic library, it is fine. I have class file, cap file and export file of this package. This is the source code of my class library
    package lib4;
    public class lib4 {
        public short func1(){
            return (short)0x1234;
    }And then, I use this library for the java card applet which is developed onto another project in Netbeans as well. This applet invokes func1 in class lib4. This is the source code of the applet
    package app1;
    import javacard.framework.*;
    import lib4.*;
    public class app1 extends Applet {
        public static void install(byte[] bArray, short bOffset, byte bLength) {
            new app1();
        protected app1() {
            register();
        public void process(APDU apdu) {
            //Insert your code here
            short t;
            lib4 d= new lib4();
            t = d.func1();
            ISOException.throwIt((short)t);
    }However, when I build this applet by Netbeans, the error is "error: export file lib4.exp of package lib4 not found.". I think that's fine if I build them by ANT TASK. Nervertheless, for the sake of emulating, I want to build them onto Netbeans.
    This is the whole result of the build
    init-platform-properties:
    Using JavaCard Platform Definition at C:\Documents and Settings\chandufo\.netbeans\6.9\config\Services\Platforms\org-netbeans-api-java-Platform\javacard_default.jcplatform
    Java Card Home is C:\Program Files\NetBeans 6.9\javacard\JCDK3.0.2_ConnectedEdition (Java Card Platform)
    init-ri-properties:
    init-device-properties:
    Platform device property name is jcplatform.javacard_default.devicespath
    Computed device folder path is C:\Documents and Settings\chandufo\.netbeans\6.9\config\org-netbeans-modules-javacard\servers\javacard_default
    Platform device file path property name is C:\Documents and Settings\chandufo\.netbeans\6.9\config\org-netbeans-modules-javacard\servers\javacard_default\Default Device.jcard
    Deploying to device Default Device http port 8019
    init-keystore:
    Keystore is C:\Program Files\NetBeans 6.9\javacard\JCDK3.0.2_ConnectedEdition/samples/keystore/a.keystore
    build-dependencies:
    unpack-dependencies:
    compile:
    Compiling 1 source file to D:\netbean\app1\build\APPLET-INF\classes
    compile-proxies:
    create-descriptors:
    create-static-pages:
    do-pack:
    Resolved dist.bundle as relative file D:\netbean\app1\dist\app1.cap
    Resolved build.dir as relative file D:\netbean\app1\build
    Packager [v3.0.2]
        Copyright (c) 2009 Sun Microsystems, Inc.
        All rights reserved.
        Use is subject to license terms.
    [ INFO: ] Validating Command Line
    [ INFO: ] Setting packaging information
    [ INFO: ] Package is being created
    [ INFO: ] Converter [v3.0.2]
    [ INFO: ]     Copyright (c) 2009 Sun Microsystems, Inc.
        All rights reserved.
        Use is subject to license terms.
    [ INFO: ] conversion completed with 1 errors and 0 warnings.
    error: export file lib4.exp of package lib4 not found.
    D:\netbean\app1\nbproject\build-impl.xml:205: Creation of D:\netbean\app1\dist\app1.cap was not successful. See Packager output
    BUILD FAILED (total time: 1 second)-->> What can I do now?
    Any kinds of help will be appreaciated.

    First things first.
    Do you know how to compile a simple hello word program, get it to compile, and run it in jbuilder? Do you know how to do other basic programming tasks (ignoring iADF for now) in the IDE? If not, you need to concentrate on how to use jbuilder before messing with Oracle ADF (Oracle Application Development Framework). Alternately, if you are very familiar with another IDE such as Eclipse, you can look at ADF plugins for it instead (if they exist). If you are not familiar with Java, its supporing technologies, and an IDE very well, I suggest you drop ADF and work on simpler architectures because ADF is way, way too advanced for you at this time. Instead, spend your time reading books on Java, etc from cover to cover and working through a number of their examples instead.
    Assuming you are an experienced programmer and plan to go ahead with ADF, I suggest you go to amazon.com and order a book on ADF that has good reviews. Read it from cover to cover and work through a number of the book's examples. You should start out with a very very simple ADF project before attempting something more complicated, then build on it. If you are not familiar with some of the components of ADF such as JSF, I suggest you create a few simple projects using them in isolation before combining them all under ADF.

  • Can any one suggest me how to tactile this new technology JAVA CARD

    HI
    I AM C.NAVEEN . I KNOW BASICS OF JAVA. AND STUDIED DOCUMENTATION OF JAVA CARD , AND UNDERSTAND THE CONCEPTS REGARDING THAT. BUT HOW TO CHOOSE A CARD AND A CARD READER .
    AS I AM NEW TO THIS TECHNOLOGY . HOW CAN I MOULD MY SELF TO BE A PROGRAMMER FOR JAVA CARDS .....................
    Thanks
    Naveen.C

    Because the Windows 8 is a client operating system.  To make BI4.1 Server work on windows, you'll have to make sure you install it on versions supported as per the PAM below:
    SAP BusinessObjects BI 4.1 Supported Platforms (PAM)
    Please refer page #3 for server operating system, where you will be installing the server software and for all the client tools - refer page #4.
    Make sure you install the server and the client tools as per the supported OS types and versions respectively.

  • How OPA and OPM works

    Hello Guys,
    It's me again! :) I already deployed and installed OPA and OPM and was able to access the sample rulebases. I just have some questions / clarifications on how OPA and OPM works.
    1. When you build and run project via OPM, the web-determinations page only opens locally. It will not be directly loaded / deployed to the web server unless the compiled project (rulebase) is copied to the *.war file. I think OPM is really for developers’ use only. Once the project is tested, developer will request to deploy it to the web server. Please confirm if my understanding is correct.
    2. Is there a technical architecture diagram that will show how the OPA components work? Or how are they connected with each other? When I access the sample rulebase, the only URL I see is the web-determinations. Not sure what's the purpose of the other components or if they work independently.
    3. Should the contents of web-determinations and determination-servers directories the same? For instance, if we deploy a new rulebase/plugin to web-determinations, should we also copy those files to determination-servers?
    4. For the interview portlet, will it work with 'Oracle WebCenter Portal 11g Patch Set 5 (11.1.1.6.0)'? In the OPA install guide, it is stated that the 'Consume the Interview Portlet on WebCenter can be done on any instance of WebCenter and will require you to have a working portal application', what does the portal application mean? If we'll integrate OPA with PeopleSoft, do we need to install PeopleSoft Portal application? For now, we only planned to use OPA with PeopleSoft HRMS, Financials and CRM applications. Please confirm if we need to install PS Portal application as well.
    This is all I have for now... Thanks in advance for your assistance. :)
    Regards,
    Ann M.

    1. Generally, OPM is for business users not developers. (i.e. Policy or Business Analysts who communicate with and understand business terminology and express business policies using that terminology). Developers play a role in integrating the policy model to another systems data model - but that should primarily be a data mapping exercise and design and implementation of integration when necessary.
    2. There is a good bit of information on architecture, components, etc. covered in both the developer documentation on OTN ( http://docs.oracle.com/html/E38272_01/toc.htm ) and high level overviews on the OPA YouTube Channel: http://www.youtube.com/user/OraclePAVideos
    3. You only need both is you plan on using both (i.e. Oracle Web Determinations is for running interviews to collect data to be used in making a determination, Oracle Determinations Server is for SOA - i.e. SOAP endpoint which publishes WSDLs that define the request/response formats for integration via web services with other apps.
    4. Portal apps / infrastructure is only required if you are deploying the OPM project within a portal (i.e. as an interview running within a portal app).
    (3 and 4 above are related, you didn't ask but a fourth option for deployment integration is via an API so basically an OPM project can be deployed as one or more of the following: an interview app (Web Determinations), an interview within a portal, a web services endpoint (Determinations Server) or integrated via an API. The YouTube content on architecture overview and integration will explain in a bit more detail and the OTN content will go into much more detail on each of the options.

  • How to initial pin number of java card by user

    Hello,
    I want to create Android Mobile Payment application using Java Card. I find the example and tutorial from the internet and I found the Java Card Applet Developer’s Guide and another example. After I read those files and examples, Most of them set pin with assign the fixed value into the code. So, I want to know there is any way to set the pin code by user dynamically.
    Moreover, I have one more question. I would like to store the credit card information into secure element on Android Phone. Which APDU command do I need to use ? WRITE BINARY or WRITE RECORD?

    Yes - the javascript will provide a quick response to the user without having to go to the server. However its probably a good idea to have a validation in the validation section that validates it before you insert/update/etc. People can turn off javascript in the browser, so a page validation is always a good idea - Now the reality is the way Apex is built a user can't really turn off javascript because most of the buttons invoke javascript to submit the page, but thats another story.
    You would code your button to do a URL redirect instead of submit if you want to use the javascript. Like:
    javascript:submit();Now I hardcoded a doSubmit('SUBMIT') which is what your button would do, but if you need different request values, you can make it a variable and do it like that:
    javascript:submit('CREATE');
    function submit(pRequest){
      if(check()){
        doSubmit(pRequest);
    }The Oracle side would be something more like this (just pseudocode - read up on the utility packages):
      v_table := apex_util.string_to_table(:P1_SHUTTLE);
      if v_table.count > 10 then
        return(false);
      else
        return(true);
      end if;Arggg - meant string_to_table - not list_to_table

  • How to configure the work manager java code to eclipse?

    Hello all,
                   I am working with the syclo work manager app. I have successfully installed all components required.
                   I imported the work manager mobile application and I want to import the standard work manager java code, what is the process to import java code into work space.
                   Guide me with some screen shots.
                   When I try to start the WM server it is giving me the following error:
    How to resolve the error.
    Please anyone provide me complete setup needed to run the work manager app smoothly.
    Please guide me.
    Thanks & Regards,
    Swaroopa.

    Swaroopa,
    That error is telling you the SAP JCo library cannot find one of the needed DLLs on the system.  The sapjco.jar loads two additional DLL files (sapjcorfc.dll and librfc32.dll).  Both should be installed by default into your ServerDev directory (assuming you are running Agentry 6.0.x).
    I would guess it is having trouble loading the librfc32.dll based on the message but confirm both are in the correct location.
    --Bill

  • How to calculate call duration using java card API

    Hi,
    I am developing an application using Java card API. I want to calculate duration of otgoing calls in it. I am trying to start timer at the beginning of call in Call Control event. Can someone kindly check following code of Call control event? Here timerManagement function is sending proactive command for starting timer for 3 hours. Here I am asuming that maximum call will be of 3 hours. In callDisconnect event i can get current value of timer and use it to calculate duration of call. But this scenario is also not working.
    Problem is that during code execution program stuck at send command (proHdlr.send();) of timmerManagement function. I am sending postAsBERTLV command before starting timer so may be reason is that it is not possible to send proactive command while phone is busy.
    But I also cannot send postAsBERTLV after timerManagement function. Because it is mention in specification that "The EnvelopeResponseHandler content must be posted before the first invocation of a ProactiveHandler.send method or before the termination of the processToolkit, so that the GSM applet can offer these data to the ME (eg 9Fxx/9Exx/91xx). After the first invocation of the ProactiveHandler.send method the EnvelopeResponseHandler is no more available"
    Take a look at following code
                     * Method illustrating the use of the Call Control event.
                    private void callControlService() {
                                    /** @todo: Replace following sample code with your implementation */
                                    ProactiveHandler proHdlr = ProactiveHandler.getTheHandler();
                                    EnvelopeHandler envHdlr = EnvelopeHandler.getTheHandler();
                                    ProactiveResponseHandler rspHdlr = ProactiveResponseHandler
                                                                    .getTheHandler();
                                    EnvelopeResponseHandler envRspHdlr = EnvelopeResponseHandler
                                                                    .getTheHandler();
                                    durationCount = 0;
                                     // allow call with no modifications
                                    envRspHdlr.postAsBERTLV((byte)0x9F, (byte)0x00);
                                    // start clock using timer
                                    timerManagement(proHdlr, rspHdlr, (byte) 0x0, timer_id, tempBuffer);
                                    return;
                    }Please help me in this regard
    Thanks
    Yasir

    I am also unable to start timer in call connected event. I cannot send any proactive command while phone is busy. I am using Gemalto development Suite and there simulators (Simulation 2G chain).
    Is it limitation of simulator that you cannot send any proactive command while phone is busy?
    Is there any other work around for getting call duration?

  • How exactly does this work? (Java 2D)

    http://www.dgp.toronto.edu/~mjmcguff/learn/java/01-drawingLines/It draws green lines... I know where it starts drawing them at but I don't get how it's doing it...
        import java.applet.*;
        import java.awt.*;
        // The applet's class name must be identical to the filename.
        public class DrawingLines extends Applet {
           // Declare two variables of type "int" (integer).
           int width, height;
           // This gets executed when the applet starts.
           public void init() {
              // Store the height and width of the applet for future reference.
              width = getSize().width;
              height = getSize().height;
              // Make the default background color black.
              setBackground( Color.black );
           // This gets executed whenever the applet is asked to redraw itself.
           public void paint( Graphics g ) {
              // Set the current drawing color to green.
              g.setColor( Color.green );
              // Draw ten lines using a loop.
              // We declare a temporary variable, i, of type "int".
              // Note that "++i" is simply shorthand for "i=i+1"
              for ( int i = 0; i < 10; ++i ) {
                 // The "drawLine" routine requires 4 numbers:
                 // the x and y coordinates of the starting point,
                 // and the x and y coordinates of the ending point,
                 // in that order.  Note that the cartesian plane,
                 // in this case, is upside down (as it often is
                 // in 2D graphics programming): the origin is at the
                 // upper left corner, the x-axis increases to the right,
                 // and the y-axis increases downward.
                 g.drawLine( width, height, i * width / 10, 0 );
        }the g.drawLine(width, height, i * width / 10, 0);width/height is the location... So now the i * width / 10. Every time the i increments a new 'sum' for this is created and it draws itself a new line? then the 0... what is that doing just a filler?

    The last 0 means the "y" position of zero, i.e., the top of the screen, the i * width / 10 is a 1/10th slice of the width of the applet, so each time i increments the x ending position will move 1/10 th of the applet's width over. Yes, you should study the API. This prog is even better (try running both and resizing both):
    import java.applet.*;
    import java.awt.*;
    public class DrawingLines extends Applet
        int width, height;
        public void init()
            setBackground(Color.black);
        public void paint(Graphics g)
            width = getSize().width;
            height = getSize().height;
            g.setColor(Color.green);
            for (int i = 0; i < 10; ++i)
                g.drawLine(width, height, i * width / 10, 0);
    }Edited by: Encephalopathic on Mar 31, 2008 3:47 PM

  • How to improve the performance of java card OS?

    Hi All,
    we are into Java card OS developement. We need some tips for performance improvement of OS.
    1. what are the possible calculations we can do during loading so that we show good performance during operational mode.
    2. Tips in bytecode implimentation.
    Thanks

    Dear Friend,
    Performance term has relative character in Java Card implementation because there is no etalon. CREF is PC simulated software and can not be used for measurements. So for determining card performance only another implementation comparison can be suggested. Few things should be taken in account while card implementation comparison.
    1. Measurement is done by analysis of time consumption by the card to perfrom a command starting from data transfer and ending by status code.
    2. Same bytecode should be used in both samples.
    3. Same transmission rate should be used.
    4. Analysis of similarity of hardware including CPU, persistent memory programming time
    5. To perform that kind of measurement special tool listeting to terminal-smartcard interface is required
    I have no tips to bytecode implementation because bytecode is a thing that is determined by same Sun compiler and Java Card converter. So all are in the same conditions.
    Yours sincerely
    Dmitri

  • How i can start working with Java?

    Right now i am having only 8 months of exp in ABAP. can any one help me out to start working with Java specially for Netweaver Purpose

    It is great if you can get yourself familiar with java syntax, as is the case with any new langauage. However, the worst thing you can do is just code java in a top down approach. If you are not familiarizing yourself with OO concepts and best practices, then you are going to miss two important benefits that you will get from using OO programming - Reusability and flexibility in the frameworks that you develop (leveraging design patterns).
    These benefits will also be directly obtainable when you use ABAP objects.
    I am working in the opposite direction at the moment. I have some java experience, and I am starting to learn ABAP. I have used ABAP objects in my first project, and it was actually much better than I thought it would to be.
    Java and OO programming will be an ongoing learning experience. You will not be an expert for quite some time. I do not consider myself to be an expert by any means, and I've be studying OO and java for a few years.
    There is a fantastic book that explains OO concepts clearly, in much easier terms than the Gof "Design Patterns" book:
    Java Design: Objects, UML, and Process by Kirk Knoernschild
    You can read a few chapters at www.kirkk.com. (Use the JOUP link).
    Hope this helps you.
    - Brendan

  • Is there any Eclipse Pulsar and JCDE Plugin for Java Card 2.2.1?

    Hi Friends..
    I want to know is there any Eclipse Pulsar and JCDE Plugin that still supports for Java Card 2.2.1?
    Actually, currently i use Eclipse Pulsar and JCDE Plugin but it support only for Java Card 2.2.2..
    I tried to set the Java Card Preference into JCDK 2.2.1, but it couldn't be set because converter.jar isn't compatible..
    Please help me regarding this..
    Thanks in advance..

    There is, but it's very limited.
    1. Put the Library on a disk formatted Mac OS Extended (Journaled)
    2. Point both machines at it.
    3. That's it.
    But remember:
    A strong warning: If you're trying to edit the Library (that is, make albums, move photos around, keyword, make books or slideshows etc.) or edit individual photos in it via Wireless be very careful. Dropouts are a common fact of wireless networking, and should one occur while the app is writing to the database then your Library will be damaged. Simply, I would not do this with my Libraries. 
    Also
    Only one user can open a library at a time.
    Regards
    TD

  • How installing and browsing works on default memor...

    E52 Internal memory is only 60mb and default if im not mistaken is 57mb after installing some file before using,but i was thinking why my default memory C drive is still decrease the memory even though i install all my application in my E drive except theres no option to choose from hows that works?how to maintain the default memory of my C drive without anything coming there?
    NOKIA E52-1
    034.001
    RM-469

    You're looking for a way to prevent any writing to the C: drive?  Sorry, but I don't think that's possible...any more than it's possible to do with a Windows computer.   Here are some thing that I believe are always written to C:
    1) browser cache/bookmarks/cookies
    2) contacts/calendar/notes
    3) call log
    4) any "Visual Voicemail" (mp3 based) services
    5) system settings like WiFi hotspots, recognized Bluetooth devices, etc.
    In any Unix system, it should be possibly to make system directories read only, but this is generally not true for other OS's.  I am curious how much space you would reclaim by clearing all the web browser data, but I wouldn't worry about it too much.  57 MB is a LOT of space.  Just back up your data regularly and hopefully you will never need to do a hard reset.

  • How JMS and MDB works?

    Hi,
    I am writing a portion of a J2EE application and would like to perform asynchronous processing. Im new to JMS. Following are some questions i have:
    - How does JMS process message, queue and MDB? I mean when a message is send to a queue, how does it know which MDB should be receiving the message?
    - Im using JBoss which has JMS support. Under normal circumtances, is it all right to use the default queue that comes with the JMSProvider (i.e. the application server in this case)? Or should we write some other codes for create queue?
    - In terms of design, should one MDB only performs a single function? The reason for this is that a MDB seems to only have a single 'onMessage' method?
    - The following is what my application tries to achieve: Servlet will call a method in a StatelessSessionBean. SessionBean perform first some processing. And since part of the process does not require to be done at the same time, i would like it to happen asynchronously. I actually intend to have that part of the processing happens in an MDB. Is that the correct way to use JMS & MDB? How else could i perform asynchronous processing?
    Thanks much.
    Veny

    - how does it know which MDB should be receiving the message?
    The MDB is configured to consume messages from a specific queue in one of the J2EE xml files (Haven't written them in a while so can't be sure which one).
    - is it all right to use the default queue that comes with the JMSProvider
    I wouldn't, because your queue names won't reflect the job they are doing.
    Create some new queues by updating your jms providers config files.
    - In terms of design, should one MDB only performs a single function
    This is a reasonable approach to take, although it's sometimes OK to have an MDB act like a controller and delegate to handler classes (possibly session beans) based on the message type. The latter approach is suitable only for small apps as it's far less configurable / scalable (e.g. you can't say I want 10 MDB instances to processing message X and 50 MDB instances to process message Y).
    - Is that the correct way to use JMS & MDB
    Yes, that's pretty much it, although I would still delegate the work to a handler class. It will make if easier to test and more portable.

  • How parentSandboxBridge and childSandboxBridge works?

    Hello,
    I am new to as3 and air development. I have created one app in adobe air for Android (using Flash CS 5.5). I am loading externally stored pages (swf) into my app. The last page which is assessment needs to send the score to the main app when user click "Submit Score" button from the page. It also needs to access the main app function which will restart the app from the beginning. I have not used the class based approach, simple time line coding. I have placed one blank movie clip on stage and then loading external swfs with the help of loader. I have read that we can do the communication using parentSandboxBridge and childSandboxBridge. But, I have not found the suitable example for the same. Can anybody explain me how to do it? Or give me some sample code.

    1. Generally, OPM is for business users not developers. (i.e. Policy or Business Analysts who communicate with and understand business terminology and express business policies using that terminology). Developers play a role in integrating the policy model to another systems data model - but that should primarily be a data mapping exercise and design and implementation of integration when necessary.
    2. There is a good bit of information on architecture, components, etc. covered in both the developer documentation on OTN ( http://docs.oracle.com/html/E38272_01/toc.htm ) and high level overviews on the OPA YouTube Channel: http://www.youtube.com/user/OraclePAVideos
    3. You only need both is you plan on using both (i.e. Oracle Web Determinations is for running interviews to collect data to be used in making a determination, Oracle Determinations Server is for SOA - i.e. SOAP endpoint which publishes WSDLs that define the request/response formats for integration via web services with other apps.
    4. Portal apps / infrastructure is only required if you are deploying the OPM project within a portal (i.e. as an interview running within a portal app).
    (3 and 4 above are related, you didn't ask but a fourth option for deployment integration is via an API so basically an OPM project can be deployed as one or more of the following: an interview app (Web Determinations), an interview within a portal, a web services endpoint (Determinations Server) or integrated via an API. The YouTube content on architecture overview and integration will explain in a bit more detail and the OTN content will go into much more detail on each of the options.

  • Could someone explain to me how categories and keywords work?

    I have some questions with regard to iTunes U categories and keywords and would be grateful for any advice.
    1. Is our RSS code (below)correct?
    2. Does the category and sub category of each feed item have to match the category stated at channel level? This is quite important since we have items with different categories and sub categories within a single collection.
    3. Is it compulsory to state a category at channel level and item level?
    4. Is it worth adding a keywords element for each item and if so how do the keywords improve discoverability in iTunes U?
    RSS Code -
    In the channel element of our RSS feeds (collections) we’re stating the iTunes U category element like this (we can add a subcategory if required) –
    <itunesu:category code="110" text="Social Science"/>
    Within the item element we’re stating the category and sub category for each item, as per the example here - http://www.apple.com/itunes/podcasts/specs.html#category but with the addition of the itunesu code attribute - like this -
    <itunesu:category code="101" text="Engineering">
    <itunesu:category code="101101" text="Civil"/>
    </itunesu:category>
    Message was edited by: Tom_Williams
    Message was edited by: Tom_Williams

    Choose Store from the very top of the computer's screen, and then click on Authorize Computer.
    (73343)

Maybe you are looking for

  • Use of Emigall for creation of masters in the production environment

    Hi, The EMIGALL objects are normally used for migrating legacy master data and/or cut-over data before production environment is up. I am contemplating to use EMIGALL object for creation of contract account masters in production environment. One more

  • Steps to upgrade 10.2.0.4 to 11.2.0.2.0

    Hi all please help me for below mention issue. in our developement server we have four database and one ASM instance we have to upgrade two database from 10.2.0.4 to 11.2.0.2.0 .one databasae is mount on ASM instance others are normal OS is AIX 5.3 p

  • IPhone Application Update Problem -- Please Help

    So I downloaded the application Aurora Feint. Synced it to my iPhone and all was well. Then apparently there was an update. Instead of logging onto iTunes and updating it that way, I decided to try out the Application Store update feature on the iPho

  • Why is my iPod stuck on a loading screen?

    I shut down my iPod and when I turned it back on it got stuck on the loading screen and its been like that for a couple hours and it won't do anything. I've tried plugging it in and pressing the power and home buttons but it just keeps loading. I'm r

  • Flex developer interested in position in Sunny Orlando?

    Flex developer needed.  Experience with FLEX 3&4. send email to sscanlon at novonics.com