Advantages and disadvantages of software updating

Hello all
i just need to ask about software update
i already have IMAC at my office
the software version was 10.6.3 original which come with the machine
then i update the software to Mac os 10.7.3 by press on "About this mac"
now my friends tell me it may get block from apple company
and my software now is not original because i update the software to Lion 10.7.3
other friend tell me the software will not be compatible i don't know exactly how come because i know all mac version is the same *.dmg extension
is the machine will be slow ??
all i need now is your opinion as professionals about advantages and disadvantages to Update software to 10.7.3
please answer me as soon as possible because it's urgent for me

The only way you can upgrade from 10.6 (Snow Leopard) to 10.7 (Lion) is by Purchasing the Lion OS in the Mac App Store - is this what you did ?
If so then it's fine and you have the latest OS installed, the current update to that is 10.7.3
One key difference betwen those is that Rosetta and PowerPC applications are no longer supported and you might need to download/purchase software upgrades for the newer OS, Apple isn't going to 'block' you for doing any of this ...

Similar Messages

  • PSAP SID TABLESPACE UPDATE STATISTICS ADVANTAGES AND DISADVANTAGES

    Dear All,
                Can anyone explain me if we select PSAP SID table space only for update statistics from DB13 Instead of selecting all tables for update statistics,what are the advantages and disadvantages of selecting only PSAP SID tablespace .
    I will be glad if you can suggest any related sapnote or sapmaterial.
    we are working on SAP ECC5 and oracle version id 9i   and operating system is windows.

    Hi arunkumar ,
    When you are updating statitics then update for all table space why for one only.After all it will increase the performance of your database.
    Regards
    Ashok

  • What are the advantage and disadvantages of upgrad...

    please do tell me the advantage and disadvantages of updating the software of my 5530. Thank you

    This is written generally as the specifics of the new 5530 update are unknown, although it is believed to be just a minor bug fix update.
    Advantages:
    Bug fixes
    Speed increases
    Stability increases
    The possibility of new features.
    Disadvantages:
    New bugs may be introduced.
    Something may go wrong during the update that could leave the phone unusable.
    Disappearing languages if the phone has previously been modified by the retailer (for example they imported the phone from another country and modified it to include other languages).
    If you are happy with your phone then it's probably best not to update it if you are worried about potential problems.

  • What are the advantage and disadvantage of LavView (comprared with C++)?

    Comparing with C++, what's the advantage and disadvantage of LavView? Because now I decide to write a new tool, we can't make sure which language we will use. The old tool was written in LabView environment.

    Visual Basic works pretty well if you would like to have a nice user
    interface and quick development.
    Nam.
    Alvaro Osle wrote in message
    news:3c065673$0$8509$[email protected]..
    > I think it depends on the tool you want to create.
    >
    > For instance, if the aim of the tool is to control different instruments
    > via GPIB or RS-232 and manage the data, I'll definitely go for the LabView
    > choice. LabView is a really powerful software in order to communicate
    among
    > different instruments and process, manage and show the information in the
    > PC. It's easier than C++ to communicate with instruments and many drivers
    > are available.
    >
    > If you don't need to control any external device, I wouldn't use LabView.
    >
    > Alvaro
    >
    >
    > may <
    [email protected]> wrote in message
    > news:[email protected]..
    > > Comparing with C++, what's the advantage and disadvantage of LavView?
    > > Because now I decide to write a new tool, we can't make sure which
    > > language we will use. The old tool was written in LabView environment.
    >
    >

  • Advantages and disadvantages - LSMW

    hi,
    what are the advantages and disadvantages of LSMW. when should we go for LSMW ? can someone update me.
    BR,
    Ravi.

    Hi,
    Advantages:
    1.Code free tool
    2.The entire Project can be downloaded / uploaded at any environment
    3.best for one time  transfer
    Disadvantages:
    1.Not suitable for frequent data transfer
    Cheers,
    Abdul Hakim

  • Advantages and Disadvantages of Jdbc

    Advantages and Disadvantages of Jdbc
    Hi Firends,
                  Could you please tell me the Advantages and Disadvantages of using jdbc adapter, i need them urgently.
    Note: High reward points will be given for each answer

    Hi,
    Advantages : 1) Can read any database if proper drivers are installed.
                        2) Creates XML structure of data from database
                            automatically
                        3) No content conversion required
                        4) Query and Stored procedure supported.
                        5) Can be used for both Synchronus and Asynchronous
                            processing.
                        6) Supports modules
    Disadvantages : 1) Correct drivers need to be deployed for each type
                                of database              
                             2) Cannot update or insert multiple tables with
                                  sequence. ( Sequence is always randomn)
    Kulwinder
    Reward if helpful

  • Advantages and Disadvantages of Soap

    Advantages and Disadvantages of Soap
    Hi Firends,
                  Could you please tell me the Advantages and Disadvantages of using Soap adapter, i need them urgently.
    Note: High reward points will be given for each answer

    Hello
    SOAP is an XML-based protocol for exchanging information in a decentralized, distributed environment. It was made for Web, a combination of XML and HTTP opens up new options for distributed data exchange and interaction in a loosely coupled web environment. SOAP is a technology that allows XML to move easily over the Web. SOAP does this trough an XML envelope for delivering XML content and specifying a set of rules for services to follow when they receive a SOAP message.
    The fundamental change brought about by SOAP has been the ability to move data anywhere across the Web. Before SOAP there were only two main options for moving data between partners.
    One was to build a wide area network spanning a broad geographic region and let the partners plug into it. This was the approach taken by EDI, which defined messages and protocols for data transfer but left the network details up to the partners. The result was a collection of networks that pretty much locked the partners in and made it difficult and expensive to reach out to other EDI networks and costly to bring in new partners.
    The second approach for moving data between partners was to build a distributed object infrastructure than ran over the internet. This was the approach taken by Common Object Request Broker (CORBA), Remote Method Invocation (RMI) and Distributed Component Object Model (DCOM). The problem was that each had to decide on a protocol that could sit on top of TCP/IP and handle inter object communication. CORBA Chose Internet Inter-ORB Protocol (IIOP), DCOM chose object Remote Procedure Call (ORPC), and RMI chose Remote Method Protocol (JRMP). While this approach reduced the need to share the same underlying network, the drawback was that CORBA could talk to CORBA, RMI to RMI and DCOM to DCOM, but they neither could talk to each other nor directly to the web except through special sockets that required adding extra layers to an already complex architecture.
    SOAP the third option, combines the data capabilities of XML with the transport capabilities of HTTP, there by overcoming drawbacks of both EDI and tightly coupled distributed object system such as CORBA, RMI and DCOM. It does this by breaking dependence between data and transport and in doing so opens up a new era of loosely coupled distributed data exchange.
    SOAP Carries an XML RPC tradition by defining an XML language for packaging arbitrarily XML inside an XML envelope. Although SOAP does not depend on HTTP, the momentum behind SOAP is attributable to the fact that HTTP will usually be used for transfer protocol for SOAP messages.
    SOAP is a transport protocol similar to IIOP for CORBA, ORPC for DCOM or JRMP for RMI.
    SOAP differs from CORBA, RMI or DCOM in several ways.
    IIOP, ORPC and JRMP are binary protocols, while SOAP is a text based protocol that uses XML. Using XML for data encoding makes SOAP easier to read than a binary stream.
    1) Because SOAP is text based, it is able to move more easily across the firewalls than IIOP, ORPC or JRMP.
    <p2) SOAP is based on XML, which is standard driven rather than vendor driven. Potential adaptors are less likely to fear vendor lock in with SOAP. </p2>
    The net effect is that SOAP can be picked up by different transport protocol and delivered in different ways. For example, when used with HTTP it can be delivered to a web server, when used over FTP it can be deposited directly into a file system and when used with SMTP it can be delivered to a user's mailbox.
    Many companies exchange data between established partners is proving totally satisfactory way to leverage the benefits of XML and the web. In this scenario the required are an agreed upon schema either DTD or an XML schema, for XML data being exchanged and the SOAP server capable of handling the incoming XML as it arrives over the web. Details about what kind of schemau2019s to expect and who will check the XML conforms to the schema are decided offline by individuals participating in the process. On the software side senderu2019s needs to be involved in packaging their data in an XML document. For those companies already storing data in XML, this should require only minimal effort. If the stored XML data is not in the form required by the agreement, an XSL Transformation(XSLT) style sheet can be programmed to automate the transformation.
    SOAP messages define one way data transmission from sender to the receiver. However SOAP messages are often combined to implement patterns such as request-response. When using HTTP binding with SOAP, SOAP messages can use the same connection as the inbound request.
    Regard's
    CHETAN AHUJA

  • Advantages and Disadvantages of XML over CSV

    Hi friends,
    We have a requirement in our implimentation project. We are implimenting HR module. The company is using SABA for Education and Certification.
    We are implimenting Education and certification in BW and the data for BW will be comming from SABA.
    We had a discussion on thursday about the integration of SABA to BW. We can do it through DBconnect or by using XI and for this there is time and cost involved.
    The techical team has come with some idea where there will give the data in the form of XML or in CSV format.
    I would like to know the advantages and disadvantages of each and also please consider the performance point in view.
    I would also like to know about the things that need to be  considered if we process the data in multiple files.
    Please give me inputs and the answers will be appreciated with valuable points.
    Regards
    Raghav Reddy

    Hi,
    my advice is to go for CSV anytime compared to XML.
    XML is first made available to the BW system via  SOAP ( Simple Object Acess protocol) interface. Next it is updated into the required data targets as before , Via a data source for the myself source system.
    SOAP = XML+HTTP.
    XML cannot be used for mass data. It is only to load small data into SAP BW on a single document level.
    BW provides flat file interface so, there is no all these hassles in case of CSV. go for CSV

  • Advantage and Disadvantage of Upgrade

    Can anyone tell what are the advantages and disadvantage of upgrading weblogic server from one version to another. Also can I have a comparison of weblogic 10.3 and weblogic 10.3.3.

    Hi,
    To see all the new features in Weblogic Server 10.3.3 and 10.3 can be found in the below link which would help you to compair between them
    Topic: What’s New in Oracle WebLogic Server - WLS 10.3.3
    http://download.oracle.com/docs/cd/E14571_01/web.1111/e13852/toc.htm
    Topic: What’s New in Oracle WebLogic Server - WLS 10.3
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/notes/new.html
    Advantages for upgrade is that you most of the bug would be fixed in the higher verison and can also get more features in it too. However few things which everyone has to keep in mind during upgrading the sever are like
    - Make sure you have a backup of a domain, any other external applications also application database resources etc before upgrading. However normally upgrading process has an option if you need a backup but that would only backup the domain directory only.
    - Upgrading process would recreates the scripts like start-up and shut-down scripts, hence any customization made in them would not be taken, thus keep a backup of the scripts also.
    - Usually when you run the process then the old domain is been updated by the new scripts, domain structure etc however everything is done at the same old place where your domain is kept.
    - This process does not upgrade a JMS JDBC or file store.
    Regards,
    Ravish Mody
    http://middlewaremagic.com/weblogic/
    Come, Join Us and Experience The Magic…

  • Advantage and disadvantage of xml publisher, report builder and discoverer

    Hi,
    anyone can explain advantage and disadvantage of xml publisher, report builder and discoverer?
    thanks in advance!

    The best way i found was to put a equals and then double quotes... this only works for excel however it will allow you to cut and paste (ie to use the value to search in Oracle) and also to do vlookups.
    In a bit more detail:
    - I used word to generate my default table
    - this created a field INVOICE_NUM
    - in the cell in the table i put = " before the INVOICE_NUM field and then put the closing " afterwards.
    The theory is that excel will concatenate the values together... because it has quotes around it, it will treat it as a string rather than simply a value.
    For any other formats this will not work.
    I'm guessing most people have moved on and resolved this some other way, but just thought I'd share the wealth!

  • After updating an older intel macbook to Snow Leopard and ilife 11, Software Update says everything is up to date, but when I try to open iPhoto, it tells me I have to update to the latest version, what can I do?

    after updating an older intel macbook to Snow Leopard and ilife 11, Software Update says everything is up to date, but when I try to open iPhoto, it tells me I have to update to the latest version, what can I do?

    Download 9.1 and 9.2.3 updates and install them

  • Advantages and Disadvantages of Client Object Model in sharepoint 2013

    I need Advantages and Disadvantages of Client Object Model in sharepoint 2013
    like below in javascript. Users will have read/edit and approve access to the list.
      var clientContext = new SP.ClientContext.get_current();
           var oList = clientContext.get_web().get_lists().getByTitle('Workflow Tasks');
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Thanks 
    AlexanderShelopukho for
    right answer!
    Alex-
    I do not need comparison- 
    I need Advantages and Disadvantages of Client Object Model in sharepoint 2013
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

  • Advantages and Disadvantages of Dual booting Windows on PXI Device

     
    Hello,
    In solving my previous problem of running a DLL in RTOS I've stumbled upon another solution. But i wanted to know the pros and cons of this before i make the leap.
    I want to install windows on the PXI device so that the NHR DLL files are run inherently on the windows kernel and i have access over my DAQ devices without placing them in the remote target.
    What are the advantages and disadvantages of installing a windows only on the DAQ device and running all my operation from it. Do i loose my real time features? I dont know, I'm really new to LabView and may sound really dumb. Please excuse my lack of knowledge.
    With Regards,
    Khalid.

     
    Hello Bob,
    Thank you for your insightful answer. I also thought this might happen, loosing all the RT features.
    I have another question for you. If i use a RT variant of windows like "Windows Embedded 8", will this make any difference? Can i regain my RT features by it or i have to go with the LabView RTOS.
    I'm pushing towards a windows system because i have to run this DLL file from NHR which is not supported by the LabView RTOS.
    Moreover, I could just install just windows onto the PXI controller. I'm not being able to make it dual boot. Can you guide me towards proper guideline to do so? I looked at the knowledge base file about dual booting, but the instructions dont exactly match with my available options in BIOS setup.
    Any suggestions from anyone is much appreciated.
    With Regards,
    Khalid.
     

  • Singl/Multiple Server Oracle 10g DB and AS- Advantages and DisAdvantages

    Hi Friends,
    I am using Application1 using Oracle 10g Application Server and Oracle 10g database.
    Now i planned to use Application2 using Oracle 10g AS and Oracle 10g DB
    I need to know what will be the Advantages and Disadvantages if i have the schema for Application2 in the existing Oracle 10g DB / having it in another Oracle 10g DB Server
    sameway what will be the advantages and disadvantages if i have the Application2 regsiterd in existing Oracle 10g AS(Multiple OC4J Instance) / having it in another Oracle 10g AS Server.
    Regards

    To start the list, for me some of the advantages are:
    Same DB:
    - less overhead and wasted CPU Cycles (therefore potentially lower license fees)
    - easier maintenance (backup, recovery)
    - easier tuning (fewer conflicting external environments asking for same resources)
    - Oracle is designed for this, allows use of Resource Manager
    - technically RAC is a clustered 'same DB'
    Same AS:
    - less overhead and wasted CPU Cycles (therefore potentially lower license fees)
    - easier maintenance (backup, recovery)
    - easier tuning (fewer conflicting external environments asking for same resources)
    - Oracle is designed for this, use AS clustering
    Different DB:
    - separate maintenance (patch, upgrade) cycles for different SLA
    - easier tuning (isolate tuning to one app)
    - easier security (most developers have no idea about Oracle security and make merge impossible)
    Different AS:
    - separate maintenance (patch, upgrade) cycles for different SLA
    - easier tuning (isolate tuning to one app)
    - easier security (most developers have no idea about security)

  • Advantage and Disadvantage of user login ID

    Dear SAP expert,
    I need some advice whether to use "employee no." or "name" to create SAP login.
    What is the advantage and disadvantage of using employee no. ?
    Thanks.
    Rgds,

    Hi Nitin,
    A view can be thought of as either a virtual table or a stored query. The data accessible through a view is not stored in the database as a distinct object. What is stored in the database is a SELECT statement. The result set of the SELECT statement forms
    the virtual table returned by the view. A user can use this virtual table by referencing the view name in Transact-SQL statements the same way a table is referenced.
    For more information about the advantages and disadvantages of views in SQL Server, please refer to the following two articles:
    http://www.c-sharpcorner.com/Blogs/10575/advantages-and-disadvantages-of-views-in-sql-server.aspx
    http://www.toadworld.com/platforms/sql-server/w/wiki/10274.views-advantages-and-disadvantages.aspx
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for

  • Time Machine - External Hard Drive Formatting Q.

    Aloha all, I have a 1.5 internal HD and I currently use a 500GB external HD to back up my data, but now that is full. I just purchased a new 1TB external HD for my Time Machine needs. I just had a brain ****. Under disk utility, which one do I choose

  • Samsung LCD TV will not recognize Sandisk drive

    I am trying to download a short video to my Sandisk Cruzer to be played via the USB port in a Samsung LCD TV. How do  format the drive in Mac utilities to work with Samsung USB port. Thank you

  • Iphone 4s ran out of space after taking one photo from lock screen and deleted whole photo album. Can I recover?

    My phone is running 6.0.1. I took one photo from the lock screen by sliding up the camera button.  It was a little blurry so I tried again and the iphone 4s said it couldn't because the phone was out of space.  After shutting the phone off and turnin

  • HTML character encoding in Tooltip????

    Hi, I am displaying text in a tooltip as HTML. The problem is that if I use funny characters such as the greater than and less than brackets, I get funny results. Is there an easy way - something like a URLEncoder which will convert all my chars into

  • About UserDefined Fields..

    hello guys, I have the following requirement....in the AR Invoice i have created the following UDFs with the following Names--Billable Days,Absent Days,ManMonths....... about these fields the BillableDays field must be showing the no Of days in the c