What is the matter in using guids in a smart client against server scenario

I am developing an application which consists in a smart client against a Server -with oracle db-. We use typed datasets to manage data between them. Our first aproach is using autonumeric, but we have found lot of issues: what happends when the pk comes back changed to the client? and a few more.
I think guids were invented for this scenario, but i would want to know your opinion about them, specially performance issues.
Thanks in advance.

hi,
A benefit of using OID for names resolution is that it allows you to centralize net8 naming (i.e., tnsnames) information in the same place (OID) where other types of administrative information (about users, enterprise groups, enterprise roles, etc) gets stored. If you are more comfortable using tnsnames.ora files for net8 naming, that is perfectly fine!
An important reason that Oracle had for providing Net8 naming functionality in OID is that the legacy 'Oracle Names' functionality of Oracle 7 will eventually be desupported. This is discussed in metalink Note #135696.1 on http://metalink.oracle.com .
Hope this helps.

Similar Messages

  • What are the advantage of using Oracle Database when compare to SQL SERVER

    Hi all
    Please tell anyone about
    what are the advantage of using Oracle Database when compare to SQL SERVER
    Thanks in advance
    Balamurugan S

    user12842738 wrote:
    Hi,
    There are various differences between the two.
    1. SQL Server is only Windows, but Oracle runs on almost all Platforms.
    2. You can have multiple databases in SQL Server, but Oracle provides you only one database per instance.Given that the very term 'database' has s different meaning in the two products, this "difference" is absolutely meaningless.
    3. SQL Server provides T-SQL for writing programs, whereas Oracle provides PL/SQLWhich means what? Both products have a procedural programming language. They named them differently, and the languages are not interchangeable. Means nothing in comparing the features/strengths/weaknesses/suitability to purpose.
    4. Backup types in both are the same. (Except Oracle provides an additional backup called Logical Backup.)You make that sound like "Logical Backup" is something more than it is. It is nothing more than an export of the data and metadata. Many experts don't even consider it a backup. I'm sure SQL Server provides the same functionality though they probably call it by some other name.
    5. Both provide High Availability.Well, I guess they both have a suite of features they refer to as "High Availability". But what does that really mean? The devil is in the details. Remember, the two products don't even agree on what constitutes a "database".
    6. Both come in various distributions.???
    >
    If you are going for an Implementation, you can try SQL Server Express Edition and Oracle XE which are free to use.
    Then you can choose whichever is comfortable for your needs.
    Thanks.

  • HT5012 What is the necessity of using these trust root certificates ? In which scenario we can use these certificates?

    Hi all ,
    I would like to know about the trust store and trust root certificates . Please let me know why we have to use these certificates and in which scenario it could be helpful?

    Hi All,
    Please help me in advise for my query.
    Thanks,
    Sriram

  • When using Exprt PDF, the choice of language for the document to be exported is sometimes very restricted, while sometimes many more languages are available. What's the matter?

    When using Exprt PDF, the choice of language for the document to be exported is sometimes very restricted, while sometimes many more languages are available. What's the matter?

    Dear Mrs.,
    I now add 2 print screens which show what I get when I try to export a PDF from Adobe Reader and which languages are available.
    The same problem does not exist when I use the website.
    I hope this gives you a clue.
    Many thanks,
    Jos MERTENS,
    Advocaat.

  • What are the implications of using jquery version 1.10.2 rather than the version (1.7.1) that Adobe

    What are the implications of using jquery version 1.10.2 rather than the version (1.7.1) that Adobe uses? Thanks
    Bob

    I am having trouble when my Edge Animate composition (banner ad) appears on a web page that uses jquery version 1.8.23. Some of the functionality of the host page no longer works. This occurs only when my composition is present & the functionality returns when another ad is displayed (either a Flash ad or a gif). It happens in Chrome Version 31.0.1650.63 m, Chrome Version 33.0.1738.0 canary & IE 11.
    I had edited my Edge Animate files to use the Adobe CDN option & to point to another server (mine) so only the html file was needed to be placed in the ad rotator & on the host's server. I now have edited them again to include the Google CDN locations for version jquery 1.10.2 (http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js). I am waiting for the host site to try this updated html file. When I visit just this new page & the old one that pointed to 1.7.1 for that matter, it works fine.
    Thank you for taking the time to read and answer my message.
    Bob

  • What roles are required to use Guided Procedures?

    Hi ,
    What roles are required to use Guided Procedures?
    Thanks
    Srinivas.K

    Hi,
        Refer this block  https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3603. [original link is broken] [original link is broken] [original link is broken]
        This blog is very useful to u and in this blog she is explained what roles to needed for Guided Procedure.The Composite Application Framework role is used for the Guided Procedure in the Portal.First create the user and then assign the CAF role for that user.This is way to obtain the Guided Procedure for that user.
    Thanks,
    satheshkumar.R

  • What is the matter of my plugin?

    i want to decrypt a pdf file when opened that encrypted using the aes.
    now i found two method:
    1.replace the filesystem
    now i just open a normal pdf file,not encrypted.
    i read the sample of RplcFileSystem,and modify the MyASFileSysReadProc like this:
    static ACCB1 ASSize_t ACCB2 MyASFileSysReadProc (void *ptr, ASSize_t size, ASSize_t count, MDFile f, ASInt32 *pError)
    ASSize_t bytecount = defFileSys->read (ptr, size, count, f, pError);
    fwrite((char *)ptr,size,count,fp);
    return bytecount;
    fp is a handle of another file that open before.that's to say i save all the data that read to another file.
    but this file is different from the source pdf file,what is the matter,the total bytecount is not equal to the file size.but the content more like the source file.
    2.AVConversionConvertStreamToPDFProc
    i modified the sample uncompresspdf and register the callback of the AVConversionConvertFromPDFProc,the callback function is like this:
    ACCBPROTO1 AVConversionStatus ACCBPROTO2 MYAVConversionConvertStreamToPDFProc(
    ASCab inSettings,
    AVConversionFlags flags,
    ASStm stream,
    ASCab metaData,
    PDDoc *outPDDoc,
    AVStatusMonitorProcs statusMonitor,
    AVConversionClientData clientData)
    char Buffer[MAX_PATH]={0};
    do
    count = ASStmRead(Buffer,1,MAX_PATH,stream);
    if (count > 0)
    fwrite(Buffer,1,count,fp);
    ZeroMemory(Buffer,MAX_PATH);
    }while(count > 0)
    i know this function has some error,but i do not know how to do.
    who can tell me how to implement my goal?

    > first i use the sdk of version 7
    That's OK. 7 supports everything from 40 - 128 bit RC4 and I believe 128-bit AES as well, but I'd have to verify that. RC4 for sure.
    > so,at first i should find a way to solve the decrypt the pdf file,and then i can do some other work at that base
    Acrobat's internal encryption engine does not expose raw methods for handling various encryption forms - it only has APIs for using it's own forms of encryption in the way Acrobat was designed to use them. You will need to choose an open-source encryption library that supports the algorithms you want to provide your users with, or write your own from scratch. Personally I recommend the crypto++ libraries - I have used it with much success in the past, but there are many other great options as well.
    For the workflow you are describing, most of your development won't have anything to do with Acrobat. You'll need to do the file recognition and decryption entirely using non-SDK methods and libraries, and how you do this will depend entirely on which crypto library you decide on.

  • What are the function modules used in CRM_ORDER_STATUS

    Hi,
    what are the function modules used in CRM_ORDER_STATUS(BADI) IN THIS METHOD AFTER_CHANGE...

    Hi,
    http://scn.sap.com/thread/3202739
    AFTER_CHANGE
    ABAP ABAP Code
    Follow-Up Action After Status Change
    BEFORE_CHANGE
    ABAP ABAP Code
    Checks for Status Changeability
    Sample code to set date on status change ------
    INCLUDE crm_direct.
       DATA : ls_status       TYPE crmt_status_wrk.
       DATA : lv_process_type TYPE crmt_process_type.
       DATA : lit_appointment TYPE crmt_appointment_wrkt.
       DATA : wa_appointment  TYPE crmt_appointment_wrk.
       DATA : ls_appoint      TYPE crmt_appointment_com.
       DATA : lt_appoint      TYPE  crmt_appointment_comt.
       DATA : ls_input_field  TYPE crmt_input_field.
       DATA : lt_input_field  TYPE crmt_input_field_tab.
       DATA : ls_fieldnames   TYPE crmt_input_field_names.
       DATA : lt_fieldnames   TYPE crmt_input_field_names_tab.
       DATA : lt_exception    TYPE crmt_exception_t.
       DATA : lv_timestamp    TYPE sc_tstfro.
       DATA : lt_header_guid  TYPE crmt_object_guid_tab.
       DATA : lt_req_objects  TYPE crmt_object_name_tab.
       ls_status = is_status_wrk.
    *Get process type
       CALL FUNCTION 'CRM_INTLAY_GET_PROCESS_TYPE'
         EXPORTING
           iv_orderadm_h_guid = ls_status-guid
         IMPORTING
           ev_process_type    = lv_process_type.
    * Check process type
       IF lv_process_type = 'ZZZ'.
         INSERT ls_status-guid INTO TABLE lt_header_guid.
         INSERT gc_object_name-appointment INTO TABLE lt_req_objects.
    **Get appoinment data
         CALL FUNCTION 'CRM_ORDER_READ'
           EXPORTING
             it_header_guid            = lt_header_guid
             iv_mode                     = gc_mode-display
             it_requested_objects   = lt_req_objects
           IMPORTING
             et_appointment       = lit_appointment
           EXCEPTIONS
             document_not_found   = 1
             error_occurred       = 2
             document_locked      = 3
             no_change_authority  = 4
             no_display_authority = 5
             no_change_allowed    = 6
             OTHERS               = 7.
         IF sy-subrc NE 0.
           EXIT.
         ENDIF.
    *read item level data
         READ TABLE lit_appointment INTO wa_appointment WITH KEY ref_kind = 'B'.
         IF sy-subrc = 0.
    *      *Time-stamp set to as per current date and time.
           CONVERT DATE sy-datum TIME sy-uzeit INTO TIME STAMP lv_timestamp
             TIME ZONE sy-zonlo.
    *Fill appoinment structure
           ls_appoint-ref_guid = wa_appointment-ref_guid."appoinment gid
           ls_appoint-ref_kind = 'B'."Item
           ls_appoint-ref_handle  = '0000000000'.
           ls_appoint-appt_type = 'ZSERV_CLOSE'."c_appt_type .
           ls_appoint-timestamp_from = lv_timestamp.
           ls_appoint-timezone_from   = 'GMTUK'."time zone
           ls_appoint-mode = ''.
           ls_appoint-rule_name   = 'TODAY'.
           INSERT ls_appoint INTO TABLE lt_appoint.
           ls_input_field-ref_guid = wa_appointment-ref_guid.
           ls_input_field-ref_kind = 'B'.
           ls_input_field-objectname = 'APPOINTMENT'.
           ls_input_field-logical_key = 'ZSTATUS_NEW'.
    *Fill input fields
           ls_fieldnames-fieldname = 'TIMESTAMP_FROM'.
           INSERT ls_fieldnames INTO TABLE ls_input_field-field_names.
           INSERT ls_input_field INTO TABLE lt_input_field.
           CLEAR lt_fieldnames[].CLEAR ls_fieldnames. CLEAR ls_input_field.
    *To update date
           CALL FUNCTION 'CRM_APPT_MAINTAIN_MULTI_OW'
             EXPORTING
               iv_ref_guid        = wa_appointment-ref_guid
               iv_ref_kind        = 'B'
               it_appointment_com = lt_appoint
             CHANGING
               ct_input_fields    = lt_input_field
             EXCEPTIONS
               OTHERS             = 1.
         ENDIF.
       ENDIF.
    Standard BADI Order_Save will take care to save into database.
    Regards,
    Sumeet

  • FRM-40734 error. what's the matter?

    Hello! Now I'm trying to install an application that use Oracle Forms for client-side interface. But some forms produced this error. What's the matter???

    Please check which line of code is giving this error, run the Form in the debug mode and find out.
    Sometimes you may get this error when you use an old version of d2kwutil or when the D2KWUT32.DLL file is not copied to the <Oracle_Home>\BIN directory of the client machine.
    If you are not using the above package it may be due to some other reason. Recheck your code again.
    Happy New Year !
    Abhijith Unnikannan
    Oracle Support Services

  • HT1349 Hi! I have continuous error 1009. What is the matter?

    Hi! I have continuous error 1009. What is the matter? What does it mean?

    Hi! Yes. But mr daniel said this might be because of the fact that i am in Iran and someone told me i would need a proxy, which i cannot use because i do not know how to operate it. I mean vpn or something like that. Do u have another idea that may re-start downloadibg for my ipad? Thank you.

  • What is the matter with the framerate on Tiger?

    I have dual 2.7 and plenty of Ram and this thing and have 10.4.2 installed. iChat AV is supposed to give me 30 fps at least in video preview. I don't mind the videochats, it is due to bandwidth limits, but in video preview, there is no bandwidth, still I don't get 30 fps video. The picture is definitely around 15 fps, it's not smooth like 30 fps. When I try to record video in iMovie, it's the same. Never 30 fps. Is this about Tiger? I never used iSight with Panther. Or is it about quicktime 7? What's the matter with this?

    Here are a couple of ideas, iBug.
    iSight will not deliver the full 30 fps frame rate without adequate light. See the Improving Your iSight Picture FAQ for more on this.
    QuickTime, a good 10.4.2 Combo Update, and several other common issues can contribute to problems. If you have not already seen this, try Help for iChat AV 3 Problems for trouble shooting suggestions and some things you can try.

  • What is the matter with 3.1????????!

    Since the update, my battery is sooooooooo low! Please contact me, I can't use my iPhone as I should be! What is the matter with this update??????

    ve the same problem...
    watch this link
    http://www.theiphoneblog.com/2009/09/20/apple-seeking-info-iphone-31-users-repor ting-poor-battery-life/
    ive switched off 3G, WLAN, Bluetooth... now its fine

  • What's the matter with SSL?

    what's the matter with SSL?
    Anyone would help me?
    Thank you in advance.
    The following is the console output:
    Starting WebLogic Server ....
    <2001-9-4 ÏÂÎç03ʱ56·Ö34Ãë> <Notice> <Management> <Loading configuration
    file .\config\tbcn\config.xml ...>
    The WebLogic Server did not start up properly.
    Exception raised:
    eblogic.management.configuration.ConfigurationException: - with nested
    exception:
    [weblogic.security.internal.encryption.EncryptionServiceException - with
    nested exception:
    [COM.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid
    pad byte.]]
    COM.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid
    pad byte.
    at
    COM.rsa.jsafe.JA_PKCS5Padding.performUnpadding(JA_PKCS5Padding.java)
    at COM.rsa.jsafe.JG_BlockCipher.decryptFinal(JG_BlockCipher.java)
    at
    weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptByte
    s(JSafeEncryptionServiceImpl.java:68)
    at
    weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptStri
    ng(JSafeEncryptionServiceImpl.java:94)
    at
    weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearO
    rEncryptedService.java:53)
    at
    weblogic.management.internal.EncryptedData.decrypt(EncryptedData.java:45)
    at
    weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.pa
    rseMBeanAttributes(ConfigurationParser.java:306)
    at
    weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.st
    artElement(ConfigurationParser.java:185)
    at
    weblogic.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1340)
    at
    weblogic.apache.xerces.validators.common.XMLValidator.callStartElement(XMLVa
    lidator.java:1183)
    at
    weblogic.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumentS
    canner.java:1876)
    at
    weblogic.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispat
    ch(XMLDocumentScanner.java:1252)
    at
    weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentSca
    nner.java:381)
    at
    weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:967)
    at
    weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationPars
    er.java:104)
    at
    weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileReposit
    ory.java:261)
    at
    weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileReposit
    ory.java:223)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
    .java:606)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
    90)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
    nImpl.java:350)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy1.loadDomain(Unknown Source)
    at
    weblogic.management.AdminServer.configureFromRepository(AdminServer.java:186
    at weblogic.management.AdminServer.configure(AdminServer.java:171)
    at weblogic.management.Admin.initialize(Admin.java:233)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:354)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.security.internal.encryption.EncryptionServiceException - with
    nested exception:
    [COM.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid
    pad byte.]
    at
    weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptByte
    s(JSafeEncryptionServiceImpl.java:78)
    at
    weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptStri
    ng(JSafeEncryptionServiceImpl.java:94)
    at
    weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearO
    rEncryptedService.java:53)
    at
    weblogic.management.internal.EncryptedData.decrypt(EncryptedData.java:45)
    at
    weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.pa
    rseMBeanAttributes(ConfigurationParser.java:306)
    at
    weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.st
    artElement(ConfigurationParser.java:185)
    at
    weblogic.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1340)
    at
    weblogic.apache.xerces.validators.common.XMLValidator.callStartElement(XMLVa
    lidator.java:1183)
    at
    weblogic.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumentS
    canner.java:1876)
    at
    weblogic.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispat
    ch(XMLDocumentScanner.java:1252)
    at
    weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentSca
    nner.java:381)
    at
    weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:967)
    at
    weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationPars
    er.java:104)
    at
    weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileReposit
    ory.java:261)
    at
    weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileReposit
    ory.java:223)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
    .java:606)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
    90)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
    nImpl.java:350)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy1.loadDomain(Unknown Source)
    at
    weblogic.management.AdminServer.configureFromRepository(AdminServer.java:186
    at weblogic.management.AdminServer.configure(AdminServer.java:171)
    at weblogic.management.Admin.initialize(Admin.java:233)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:354)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
    at weblogic.Server.main(Server.java:35)
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException: - with nested
    exception:
    [weblogic.security.internal.encryption.EncryptionServiceException - with
    nested exception:
    [COM.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid
    pad byte.]]
    at
    weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.pa
    rseMBeanAttributes(ConfigurationParser.java:313)
    at
    weblogic.management.internal.xml.ConfigurationParser$ConfigurationHandler.st
    artElement(ConfigurationParser.java:185)
    at
    weblogic.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1340)
    at
    weblogic.apache.xerces.validators.common.XMLValidator.callStartElement(XMLVa
    lidator.java:1183)
    at
    weblogic.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumentS
    canner.java:1876)
    at
    weblogic.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispat
    ch(XMLDocumentScanner.java:1252)
    at
    weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentSca
    nner.java:381)
    at
    weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:967)
    at
    weblogic.management.internal.xml.ConfigurationParser.parse(ConfigurationPars
    er.java:104)
    at
    weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileReposit
    ory.java:261)
    at
    weblogic.management.internal.xml.XmlFileRepository.loadDomain(XmlFileReposit
    ory.java:223)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
    .java:606)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
    90)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
    nImpl.java:350)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:444)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:185)
    at $Proxy1.loadDomain(Unknown Source)
    at
    weblogic.management.AdminServer.configureFromRepository(AdminServer.java:186
    at weblogic.management.AdminServer.configure(AdminServer.java:171)
    at weblogic.management.Admin.initialize(Admin.java:233)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:354)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:197)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    C:\bea\wlserver6.1>goto finish

    I have been interested in computers for a long time. My husband and I had one of the first TRS-80 computers from Radio Shack, and we would have likely followed the Windows path, except a blessed event intervened and our interest in computers was sidetracked by raising
    a toddler.
    I had my first experience with a Mac (a Performa 630 CD) in December of 1994. Our 7-year-old son was using Macs at school, and was as interested in computers as we were. We had been out of the game for a long while by this time, so thought it was wise to buy a computer one of the three of us (7-year-old Zach) could use.
    I thought, "Well, by next year, I'll learn enough to do the income taxes on it." In January, I saw Zach playing around with Quicken, and I saw how easy it would be to do our taxes with it. I had them done faster than I'd ever managed it before.
    I guess that's my big first impression.
    I told Zach he'd be sorry about wanting a Mac because I knew the gaming thing was on the horizon. Sure enough, when he hit his teens, all his friends were gaming on Windows boxes, and he now uses XP. He is in his second year of college, a Computer Science major, and he and his dorm-mates have Vista available as a free download on the college server. Not one of them has installed it. I don't see how Microsoft thinks they can sell it if they can't give it away.
    I tried Windows 98 and Windows XP, and my reaction was "Why on earth am I banging my head against THIS wall, when my Mac does everything I want to do?" And back I went to my Mac.
    With Intel processors and Parallels and Boot Camp, Zachary may come back to the fold. His next computer may be a Mac.

  • HT201250 I use Time Machine to back up my entire computer with my external hard drive. I am getting a brand new iMac this month and was wondering what is the process of using this back up to restore my new computer exactly how my old computer was?

    I use Time Machine to back up my entire computer with my external hard drive. I am getting a brand new iMac this month and was wondering what is the process of using this back up to restore my new computer exactly how my old computer was? I want to make sure I will still have various important files on my new computer, like my songs in iTunes, my photos in iPhoto, etc, etc. Thanks so much in advance!

    Welcome to the Apple Support Communities
    When you turn on the new iMac for the first time, Setup Assistant will ask you to restore a backup, so connect the external disk and follow steps to restore all your files to your new iMac. Your new Mac will have the same settings and programs as your old computer.
    In other cases, I would recommend to restore the whole backup without using Migration Assistant or Setup Assistant, but a Late 2012 iMac uses a special OS X build, so the OS X version that you're using on your old Mac won't work on the new one. For more information, see > http://pondini.org/OSX/Home.html

  • What is the real time use of implicit and explicit cursors in pl/sql

    what is the real time use of implicit and explicit cursors in pl/sql.............please tell me

    You can check the following link ->
    http://www.smart-soft.co.uk/Oracle/oracle-plsql-tutorial-part5.htm
    But, i've a question ->
    Are you student?
    Regards.
    Satyaki De.

Maybe you are looking for

  • Automatically getURL at the end of a movie?

    I've been using Swift3D to create a splash page. I've imported the movie into Flash and worked out how to [stop();'] my movie from repeating. At the end of the movie I want it to another webpage in the same window. I've tried adding the getURL script

  • Invalid tincan object name

    I am trying to stream video from a Flash Media Server using AS3. I am getting an error that I cannot figure out. In my NetStatusEventHandler I am getting event code "NetStream.Play.Failed". The error is: "Invalid tincan object name (stream ID: 1)" Th

  • Multiple Connection Pools in OBIEE 10g

    Hi Experts, My question is as follows: Let's say in the RPD I create 2 connection pools in 1 database schema. I understand that that 1 connection pool should be dedicated for repository & session variables, and 1 connection pool dedicated to physical

  • Serial attribute and org attribute problems with item master

    IF i want to unassign an item from an org, how would i do tht The check is not updateable in the organization assignment tab Secondly: When i try to make an existing item serial controlled, i go to inventory tab on item master and when i change the s

  • How to dynamically call and order program modules

    Hey guys, I have 'x' pieces of code (x could be 10's or 100's of modules). I need to be able to dynamically call and run 'y' of them, but I need to be able to do it in parallel, and some of them might be in order. For instance 'A', 'B' and 'C' need t