Personal / Expression Edition...which one use is better....

Hi All,
If I want to install oracle Database on my local machine i.e. winXP then which edition would be probably I have to use , instead of default EE. I have not much use of oracle database so I think I can use either personal or experss editon.
but again do not getting any down load link for 10g personal edition.
If your suggestion for personal edition then please suggest me the download link for oracle 10.2.0.1.0 (or 10.2.0.4) download link for Personal edition.
Thanks...

Personal edition (only available on Windows OS) is a EE without RAC capability and with specific license clause. Installer is same. File to be downloaded is same.
Depending of what you are looking for, may or may not apply to you.
Express Edition is totally different mater, with other limitation like user object size limit to 4Gb... one instance by server etc. Installer is different. File to be downloaded is different.
Find out more :
http://download.oracle.com/docs/cd/B19306_01/license.102/b14199/editions.htm#sthref6
Nicolas.
added the doc link
Edited by: N. Gasparotto on Jun 3, 2009 3:49 PM

Similar Messages

  • Which one is the better cover for protection on tje ipad mini with retina

    I  bougth an mini ipad with retina, my 5 years old will use using too. Which one is the better cover for protection?

    You'll have to think in terms of a shell rather than just a cover. Main problems are dropping and liquid getting inside. Plus a shell can add a bit of extra heft and "grippability", aiding little hands in holding on the slippery aluminum back. Can add some sort of screen protector to prevent scratches, though that will reduce sensitivity to an extent; however, a direct blow will inevitably shatter the Gorilla Glass.
    That being said, I am very happy with the Lifeproof Nüüd case that has protected mine from the get-go. Decided to forego screen protectors in lieu of better touch performance; almost 2 years down the road the screen is still scratch free.
    iPad 4th Gen, iOS 7.1.2, 64GB, White

  • Oracle 11g express edition for commercial use

    Hello everybody,
    does anybody know if i can use 11g or even 10g express edition for commercial use?
    What i mean is:
    -Can i use it inside my company to store customers, supplies etc?
    -Can i develop an application on it and sell it to another one?
    Thank,
    Mike

    Hi Mike,
    for me the license agreement wasn't totally clear in some areas and after a misunderstanding with Oracle Sales in Germany I decided to talk to Oracle Product Management, here is the answer: http://daust.blogspot.de/2012/08/clarification-on-oracle-xe-licensing.html
    It is definitely free for all commercial usages.
    Cheers,
    ~Dietmar
    blog: [ http://daust.blogspot.com ] JDD-Spreadsheet-Suite: [ http://jdd-software.com ]
    JasperReportsIntegration: [ http://www.opal-consulting.de/tools ] [ https://www.opal-consulting.de/forums  ]

  • Which one will get better performance when traversing an ArrayList,  iterat

    hi, everyone,
    Which one will get better performance when traversing an ArrayList, iterators, or index(get(i))?
    Any reply would be valuable.
    Thank you in advance.

    Use the iterator, or a foreach loop, which is just syntactic sugar over an iterator. The cases where there is a noticeable difference will be extremely rare. You would only use get() if you actually measured a bottleneck, changed it, re-tested, and found significant improvement. An iterator will give O(n) time for iterating over any collection. Using get() only works on Lists, and for a LinkedList, gives O(n^2).

  • I have a Apple MacBook Pro "Core i7" 2.8 13" Late 2011. i want to upgrade its RAM from 4GB to 16GB. But OWC sells two kinds of RAM, the DDR3 and the DDR3L.What is the different and which one would work better for my mac. Thanks!!!

    Please help! I have a Apple MacBook Pro "Core i7" 2.8 13" Late 2011. i want to upgrade its RAM from 4GB to 16GB. But OWC sells two kinds of RAM, the DDR3 and the DDR3L.What is the different and which one would work better for my mac. Thanks!!!

    I don't see any DDR3L on the page for the RAM that would fit your model -> http://eshop.macsales.com/shop/memory/Apple_MacBook_MacBook_Pro/Upgrade/DDR3_133 3MHz_SDRAM.
    But the answer is that it doesn't really matter - just make certain to get 1333MHz.
    Good luck,
    Clinton
    MacBook Pro (15-inch Late 2011), OS X 10.??, 16GB Crucial RAM, Crucial M500 960GB SSD, 27” Apple Thunderbolt Display

  • I use my ps3 online gaming, is the airport extreme or the airport express be compatible with ps3? Is it going to be a better connection compair to other router? Which one is a better choice for me, airport express or airport extreme??

    I bought linksys EA3500 router. Its still in the box and before I open it I want to learn more about the apple airport router, is the apple going to work with my online games with ps3? I have iPad, 2 iPhones, apple tv and Mac mini.  If the airport express or airport extreme is a lot better and will work for ps3 which one should I get?

    Airport will work with PS3.  From what you've stated, the Extreme is more than you need.  Buy the Express.

  • I have a macbook pro 13" early 2011 version and what to install windows 7 on it via bootcamp but not sure that whether to install x64 or x86 version? which one will work better

    i have a macbook pro 13" early 2011 version and what to install windows 7 on it via bootcamp but not sure that whether to install x64 or x86 version? which one will work better

    There is no need for anyone to use 32-bit version anymore.
    Retail comes with both. Or you can save on just buying 64-bit System Builder disc.
    Better support for today's hardware with larger video graphic memory and systems.
    Better memory management.

  • Oracle 11g client / oracle 10g express edition in one computer

    Hi All,
    I already have Oracle 11g Client installed in my computer. I wanted to Install Oracle 10g Express Edition in the same computer. So that I shall work with that even when I am not in the network. My Question is : Will installing both of 11g Client and 10g XE will cause conflict in my computer or is it ok to install both. Any suggestion/information is appreciated.
    Regards,
    RRR

    Hi,
    i have installed oracle oraclient11g_home1, want to know the changes in tnsnames.ora.
    below tnsnames.ora file got created after installation. I dont know
    CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
    <alias>= [ (DESCRIPTION_LIST =  # Optional depending on whether u have
                        # one or more descriptions
                        # If there is just one description, unnecessary ]
         (DESCRIPTION=
         [ (SDU=2048) ]     # Optional, defaults to 2048
                        # Can take values between 512 and 32K
         [ (ADDRESS_LIST=    # Optional depending on whether u have
                        # one or more addresses
                        # If there is just one address, unnecessary ]
         (ADDRESS=
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=tcp)
              (HOST=<hostname>)
              (PORT=<portnumber (1521 is a standard port used)>)
         [ (ADDRESS=
              (PROTOCOL=ipc)
              (KEY=<ipckey (PNPKEY is a standard key used)>)     
         [ (ADDRESS=
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=decnet)
              (NODE=<nodename>)
              (OBJECT=<objectname>)
    ... # More addresses
         [ ) ] # Optional depending on whether ADDRESS_LIST is used or not
         [ (CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
         [ (SOURCE_ROUTE=yes) ]
         (DESCRIPTION=
         [ (SDU=2048) ]     # Optional, defaults to 2048
                        # Can take values between 512 and 32K
         [ (ADDRESS_LIST= ]     # Optional depending on whether u have more
                        # than one address or not
                        # If there is just one address, unnecessary
         (ADDRESS
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=tcp)
              (HOST=<>)
              (PORT=<1521>)
         [ (ADDRESS=
              (PROTOCOL=ipc)
              (KEY=<ipckey (PNPKEY is a standard key used)>)
         ...           # More addresses
         [ ) ]           # Optional depending on whether ADDRESS_LIST
                        # is being used
         [ (CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
         [ (SOURCE_ROUTE=yes) ]
         [ (CONNECT_DATA=
         (SID=<oracle_sid>)
         [ (GLOBAL_NAME=<global_database_name>) ]
         ... # More descriptions
         [ ) ]     # Optional depending on whether DESCRIPTION_LIST is used or not

  • If I wanted to play computer games on a computer, Which one would be better Apple Macbook pro laptop on steam or windows computer with windows 7

    gaming

    Maybe I should've said
    Quack... Quack Quack!!
    (not afflacx -- seeing avatar)
    The game minimum specifications are just a start when considering a computer that can run games, then you add more for what the computer's OS needs to run, plus any other things you may hope it could do during the time you were gaming; such as check email, be online with some other application, edit a movie, and other tasks away from gaming.
    The MacBook Pro series has several superior characteristics that my semi-comatose iBook G4 and dizzy first-edition MacBook coreduo 1.83GHz could only dream about.
    When you look into the online store, the sales page for each has add-ons that are possible and some are built-to-order upgrades. Since all the MB/Pros have Retina displays, except the basic model which has the only internal optical drive offered. Unless you also look into the Apple Special Deals refurbished online store to check for current inventory, that's about it. If you get a model where you can add the upgrade RAM yourself, that is one thing; but more of them now are installed before you get it and have few user-upgrade paths in hardware. Consider this hardware can run Windows, unix, OS X, etc. More RAM and more storage (SSD, Fusion, HDD) capacity is good.
    http://store.apple.com/us/browse/home/specialdeals/mac
    http://store.apple.com/us/buy-mac/macbook-pro
    Some great stuff. But watch for the specificiations because the 'minimum for a game' is not the minimum necessary for a great experience. And the options for a fast SSD or Apple Fusion drive should be looked into, those kinds of options are not added to an existing offer in the refurbished store sales page. However they do have a good complementary support/service plan which is upgradable to the full AppleCare optional plan just as regular store models are.
    Not sure if your question was answered by me.
    But that green checkmark looks funny. I bet
    that duck had something to do with it...!
    Good luck & happy computing!

  • In BDCs, after adding one field to the screen, which one is the better proc

    Hi,
    My client requirement In BDCs, after recording the legacy data by using MM01, After some time adding one field to the screen, How can we record the  for the new field.
    If any one knows pls help me total process.
    Warm regards,
    Venkat.

    Identify the screen in which this new field is added and simply add one more line to add the bdc record for this field in that screen.
    If the screen is also entirely new, then you have to identify the previous screen, the okcode to go to this new screen and finally the next screen and the okcode to go to the next screen along with the field BDC record.
    I don't think it is necessary to redo all the recording as long as you can follow the existing code.

  • Which one will have better career (BW+BODS) or (BO+BODS).

    Hi All,
    I want to know which career path will have better roadmap for next 10 years, (BW+BODS) or (BO+BODS). I have started my career with BW, and now I am planning to to learn some other SAP Module,i.e addon to BW, which will progress my career.
    Can anyone suggest me that is my Idea of learning BODS will help me or not? If not please suggest me some other path..
    Regards,
    G S Ramanjaneyulu.

    Hi Rama,
    Why do you want to restrict yourself on learning on this combination.  My colleagues all are BW, BODS and BO Consultants.  If any project require specific, they split depends on the project or whichever they want learn more.
    Nowadays, it is very common for consultants that they know two or three modules or systems.
    You already know SAP BW... so learn BO next and then BODS or whichever you like.
    BO is very good in Market currently on Dashboard and Analytical.
    Regards
    GGOPII

  • HT2518 I have picture it anniversary edition which I use a lot on my Dell computer.  Is this program comparable ?

    I have Microsoft picture it anniversary edition installed on my Dell computer.  Is this program comparable with an Apple computer or is there something similar?

    Not really.
    Microsoft stopped selling that software over 6 years ago and the and nothing on a Mac can open the .MIX files it made.
    You'll need to convert your .MIX files to JPEG before you move them to a Mac.
    iPhoto is what most of us use.
    http://www.apple.com/ilife/iphoto/

  • I am a college student trying to decide if I should get a laptop of an Ipad 3 for college work. Which one would be better suited?

    Please specify pros and cons if possible.

    Other posters here made good points. A laptop is pretty much a necessity.
    Many colleges require a laptop for class, so you might want to check with the school. My younger son, starting his junior year in college, recently got an e-mail saying he must have a laptop for class. Other groups were required to buy a netbook directly from his university last year with pre-loaded programs. 
    You might also be required to have microsoft word, excel, etc. as my sons have to. If you get a laptop, and need/want microsoft word, etc., you might want to wait until you get to school and find two others in the same position with same type of laptop (pc or mac) and split the family pack. You'll save a lot of money.
    Also, neither an ipad or a netbook (they all crawl and do not come with much memory - we have two) has a dvd drive, and that could make a big difference to you. 
    An ipad is fun and very portable. If you can get both, good for you. Enjoy!
    We were pc users until less than two years ago. Our computers were fried by a microsoft security update. We now have two imacs and a macbbok pro. They are so much easier - no more viruses frying hard drives - at least three each on our son's laptops, replacing $80.00 adapters, etc. We have saved money because of this. My older son (just graduated) has the 13" macbook pro 2010 and still loves it - incredibly fast, reliable and long lasting battery. We do not plan on using pc's any more.
    Many countries have the student discount where on a 13"macbook pro you get a $100. gift card for the app/itunes store and another $100. off the price of the macbook pro (so $1099.00). So when you're deciding on a laptop, you might take this student pricing into account. You must buy directly from an Apple store, Apple online or your Apple approved college bookstore. You don't need the retina display version, the added cost, or the additional weight of a larger model. With savings, you'll actually be paying $999.00. Also, if you buy apps for your macbook pro, those apps can be used on up to five authorized family imacs or macbook pros. Given the prices of some apps, that can be  a great savings.
    On the other hand, pc laptops keep improving (?) and might have sales because at at this point, they want to sell off the windows 7 versions before the new windows os comes out.
    Whatever your decision, enjoy your new computer and college.

  • Samsung UN40D640 or LG 42LW5300 - Which one is better?

    I am planning to buy a 40inch (40 inch or 42 inch) 3D LED SMART TV. So in this context which one will be better - Samsung UN40D640 or LG 42LW5300 ?
    Please let me know the pros & cons of both the TVS alongwith the practical experience of the users
    Regards,
    Sudipta.

    Sudipta wrote:
    Hi Neihn,
    Thanks for the reply. But i have couple of questions which are given below:
    Question 1: Do u mean that there is a high chance of losing image completely (3D glasses blackens out completely) if i tilt my head further while watching with 3D glasses ?
    If this is the case then is it at all worthy to buy a 3D TV ?
    Please let me know.
    Regards,
    Sudipta.
    Question 1: Yes, at a 90 degree tilt the glasses completely black out losing all picture. Up to the 90 degree point the glasses gradually get darker making viewing VERY difficult. And remember htis only applies to the Active 3D that uses shutter based glasses. Active plasma 3D does not suffer from this issue.
    Also it should be noted the with a recent firmware update LG changed the way their Passive 3D works.
    It USED to during a time span of 1/200 seconds show 2 frames at 540 lines for left eye and 540 lines for right eye.
    It now works like this during the same span of 1/200 seconds it shows 4 frames and is 1080i for left eye and 1080i for right eye "for a combined 1080p" according to LG.
    3D is neat I like it. Others here are not impressed by it. Its all personal preference and you really just need to know the pros, cons, and limits of each 3D format to make a informed decision. Honestly my recommendation would be either the LG passive or a Active 3D plasma such as Panasonics. I am not big on LCD Active 3D as in alot of store demos i have seen there are alot more cases of crosstalk meaning you can see a outline that is caused by the second image not being merged correctly. So that would be my recommendations.

  • Same algorithm in function and procedure then which one will better?

    Why pl sql function is better to computes a value instead of procedure?
    If I apply same algorithm in function and procedure then which one will perform better?

    It's not a matter of performance, it is more a matter of how it is going to be used.
    A function can be used as an expression in an assignment or in a query.
    my_var := my_func(my_param);
    select my_var(my_col) from my_table;But it can just return a single value (which can be a complex value like a nested table or object or ref cursor, but still a single value.)
    The procedure often is more used to perform an action that does not return anything.
    execute_invoicing(my_invoice_id);Or procedures can be used if you need multiple return values.
    my_proc(my_input, my_output_1, my_output_2, my_output_3);But the procedure cannot be used in an assignment expression or a select query.
    Performance wise procedures and functions are completely identical. It is only a matter of what action they perform and how you are going to use them.

Maybe you are looking for

  • Currency conversion error in Update rules for 0SD_C03

    Hi All I have freshly installed Sales Overview cube 0SD_C03 from BI Content(3.x version) and when extracting data from datasource "2LIS_13_VDITM" there is an error "Error: Conversion foreign curr. -> local curr.: 0090000000 20080516 M -> SGD". Till P

  • Dvd won't read

    i just got a dvd-rom for my g3 lombard, won on an e-bay auction. the model # is M7931( MKE #SR 8174-c ).i could hear it spin up, but it would'nt mount the dvd i had in it. is there a firmware update or something i should run b4 it will work. i apprec

  • Display is too small at normal zoom.

    When I start Firefox, it is super zoomed in, but the fonts and everything look normal. But, when I zoom out to the point where I don't have a sideways scroll bar (on websites that wouldn't normally have to scroll sideways, like Google,) the fonts are

  • Multiple RA Key in same company Code

    Hello PS experts, Our client require different RA method ,so we have different RA key under the same company code. One of them is POC method based on Progress analysis and other is normal Rev .Based. Based on this I did settings in OKG8. I mean for t

  • Importing Language Problem

    Hi, I tried to import a new Language (AR) to ECC6 , when I run the job from SMLT it gets me an error, when I see the log file display a message like that: Could not create cofile Message no. STRALAN_MSAG076 No entry found in control table (PAT03) Wha