|
I want to install Oracle 11g for 64bit on a Ubuntu 8.04 64bit server.Can anybody help in installing the oracle 11g on ubuntu from the scratch(pre-installation to post-installation)?
Started by Charly on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
Last time I installed Oracle, it depended on some....
Maybe you can take look here: www.pythian.com/news/968/installing-oracle-11g-on-ubuntu-804-lts-hardy-heron or www.pythian.com/news/1355/installing-oracle-11gr1-on-ubuntu-810-intrepid-ibex
As a note.. .
|
|
I have a PC with 64bit capable hardware. I installed a 32bit Ubuntu distribution and I would like to know if it's possible to run 64bit applications on it (kinda like Mac osx Snow Leopard works).
Thanx.
p.s. Please don't try to ask why I installed a 3...
Started by Doron on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
The reason this works on OS X is because in 10.5, the 32-bit kernel gained the ability to copy between 32 bit and 64 bit user address space and has some 64-bit handlers for... .
As others have said, in general, 64-bit applications cannot run on a 32-bit OS .
|
|
Possibly better suited for "Rack Overflow", but from a developer's point of view, what are the advantages and disadvantages of running IIS (serving both legacy classic ASP and .NET) as a 32bit process instead of a 64bit process on a 64bit windows host...
Started by entropi on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
(There is at least one way to load 32bit dll indirectly into a 64bit process but I usually ignore that complex upgrade that 32bit....
Therefore.
Bit and 64bit are isolated on Windows, you cannot load a 32bit dll in a 64bit process.
|
Ask your Facebook Friends
|
I compiled an 64bit binary of ioquake3 and an SDL binary to go along with it and I noticed on Windows 7 64bit, operation, while relatively stable, it doesn't have top notch performance.
An equivalent binary on 64bit Debian, runs definitely faster, and...
Started by Lela Dax on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Issues that Windows developers are only ....
While Windows is slowly making strides towards 64-bitness, one could easily say that Linux has a massive, perhaps even crushing , advantage due to the wide variety of platforms that it has been made to work on .
|
|
Following a friends advice, I have just replaced a 64bit version of ubuntu with the 32bit version on my desktop.
My desktop is a 2yr old dell with 1GB RAM.
Suddenly, it seems like I am using almost 50% less RAM during my usual workflow.
Could someone ...
Started by Matt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Between 64 bit pointers being twice as wide and needing to load duplicate 64 & 32 bit libraries if you use so much as one 32-... .
Htop is a good program for this: http://htop.sourceforge.net/
jeffamaphone is correct .
Check which processes consume memory.
|
|
What Is the difference between how the char datatype is stored or represented in 32bit vs 64bit in C?
Started by pxl on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Struct { char a; char b; }
Might take up 2 * 4 bytes on 32bit and 2 * 8 bytes on 64bit.
BIT); return 0; }
One possible difference is that chars might be aligned on 64bit rather than 32bit boundaries.
|
|
How come R does not have a 64bit windows pre-built binaries?
Answer Snippets (Read the full thread at stackoverflow):
If you're not asking for a free download, ....
If that's true, then the level of effort required might be part of the explanation why there is no free version available .
These folks claimed they "ported" 1,500 packages to create their 64-bit version of R .
|
|
Do I need to have both components to support 64bit, mobo and cpu. Or is it just the CPU that matters? Thanks.
Started by johnny on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The first couple of pages from....
In general, it helps to understand how a 64-bit system differs from the 32-bit one .
To quote Microsoft (eh),
Windows XP 64-bit Edition requires a 64-bit motherboard and chip set,
available through Intel and several OEMs .
|
|
How to detect if a Cocoa application is 32 bit or 64bit ?
Started by Dhanaraj on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To find the actual executable, you need....
The /Applications/Address Book.app is a directory.
In Terminal, type
file ApplicationBinary
If it says Mach-O 64-bit executable x86_64 , then it is 64-bit, if it says Mach-O executable i386 then it is 32-bit, etc .
|
|
Hi,
What is the Maximum memory size limit for ASP.NET application on windows 2008 64bit?
Thanks, Guy Bertental
Started by Guy Bertental on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
When a future version of 64bit Windows expands that maximum you should see that immediately reflected in .NET applications running on the 64bit CLR - there....
64bit Windows will provide as an addressable space - that amounts to 8TB.
|