ODA X3-2, can 2 databases with different db character sets share the same oracle home?
Hi Community,
We have ODA X3-2, version 2.9.
Can (2) databases (both 11.2.0.3.9) with different db character sets, share the same oracle home?
So would we be able to this below (without hosing/ruining either db or the shared dbhome;)
-------------------------------------------------------------------------------------------------------------------------------
oakcli create database -db PRD11G03 -params default -oh OraDb11203_home1
and then
oakcli create database -db PRD11G04 -params nonutf8db -oh OraDb11203_home1
Where;
default file:
DATABASE_BLOCK_SIZE = 8192
DATABASE_LANGUAGE = AMERICAN
DATABASE_CHARACTERSET = AL32UTF8
DATABASE_TERRITORY = AMERICA
COMPONENT_LANGUAGES = en
nonutf8db file:
DATABASE_BLOCK_SIZE = 8192
DATABASE_LANGUAGE = AMERICAN
DATABASE_CHARACTERSET = WE8MSWIN1252
DATABASE_TERRITORY = AMERICA
COMPONENT_LANGUAGES = en