I have moved a database from a 32bit version of Oracle 11g under Linux to a 64 bit environment. However, i have experienced problems in the new Environment (also Linux).
Is there any method of upgrading the database to 64bits
One thing i forgot to mention the databse was upgraded from an earlier version, the original and the upgraded version were 32bit.
If you have enough disk space, the easiest thing to do is install a fresh instance of Oracle 11g 64 bit, export your 32 bit data, then import into 64 bit Oracle. This will also allow you to have both running side by side for a little to verify that both instances are identical and working as expected.
Basically it should be: export schema, upgrade, import schema. Could you elaborate on the problems you've been having?
After some trial and error i found that the following resolved most of the problems i was expeiencing
Now i did have a few invalid objects but these are application specific and fairly easy to resolve.
I haven't experienced any more issues with the conversion. However, if there are any ommissions or other issues with this approach i will be glad to hear about it.