|
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
|
What unusual, unexpected consequences have occurred in terms of performance, memory, etc when switching from running your .NET applications under the 64 bit JIT vs. the 32 bit JIT? I'm interested in the good, but more interested in the surprisingly bad...
Started by Reed Copsey on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
In this case, on 64bit platforms it will try to call the dlls using 64bit conventions and structures, and it just won't.
The platform (x86 vs x64) and also have any dependencies on 32bit 3rd party dlls .
|
|
I have had numerous headaches trying to get the MySQL APIs for Perl and Python working on my 64 bit Macbook Pro (Leopard). I installed the 64 bit version of MySQL, but Googling around now I have the impression that this could be the source of my pain....
Started by mblackwell8 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The 32vit vs 64bit of the MySQL client libraries to match the application you're trying to link them.
|
|
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.
|
|
I noticed sun is providing a 64bit version of Java. Does it perform better than the 32bit version?
Started by Joshua on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Some improvements: operations with doubles on 64bit compute equally fast as floats on 32 bits, as well as operations on long at 64bit compared to int.
Also switch from client to server HotSpot, IIRC.
|
|
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 .
|