|
Are there differences in storage between 32 bit and 64 bit tablespaces - ie, can one use a tablespace created in a 64 bit oracle instance on a 32 bit oracle instance?
(comments are locked)
|
|
If they are the same endianness, yes. You would need to look at using Oracle's Transportable Tablespace feature to do this conversion for you. Specifically, check your source and destination platforms via the following:
(comments are locked)
|

