Oracle Database Appliance (ODA) (MOSC)

MOSC Banner

ODA X3-2, can 2 databases with different db character sets share the same oracle home?

edited Sep 25, 2014 5:00AM in Oracle Database Appliance (ODA) (MOSC) 2 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center