Oracle distributed databases and MSVC -


i using visual studio 2008 c# , sql development.

  • which oracle version should download? oracle 10g?

  • does have design interface sql server mangement studio?

  • will distribution concept have graphical tool "hi, on servers distributed database , on basis"?

  • using local application, when connect server , try enter or delete data not on server, oracle db management system transparently access other servers or insert data? or produce error?

in reverse order:

oracle not distributed in way (seem to) imagine. it's not voldemort or cassandra. it's 1 database per server, unless you're talking rac: rac shared everything, it's transparent (but way complicated).

the nearest oracle has sql server management studio is, guess, enterprise manager. suspect oem not easy use mssql counterpart.

if have free choice use 11gr2. why wouldn't not use latest version?


oracle support 1 application using multiple databases. however, due existing (even legacy) databases providing of data application. should not deliberately set out have separate databases on multiple databases, because distributed transactions slower, less reliable , harder tune. find out more.

if want have multiple servers resilience or scalability said before rac (real application clusters) oracle's solution. different architecture sql server's federated approach. find out more.


"so link thing support free versions of oracle?"

there 1 free (as in free beer) version of oracle, , express edition (currently still 10g only). edition support database links. suggest read 2 related articles lewis cunningham: 1 explaining db links , other on linking multiple xe instances.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -