Re: Replacement for Oracle Workspace Manager

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Cc: PostgreSQL - General ML <pgsql-general(at)postgresql(dot)org>
Subject: Re: Replacement for Oracle Workspace Manager
Date: 2013-01-23 22:45:15
Message-ID: 510067FB.2040803@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On 01/23/2013 02:39 PM, Devrim GÜNDÜZ wrote:
>
> Hi,
>
> Oracle has a product called Oracle Workspace Manager:
>
> http://www.oracle.com/technetwork/database/enterprise-edition/index-087067.html
>
> Website says:
>
> "Workspace Manager, a feature of Oracle Database, enables application
> developers and DBAs to manage current, proposed and historical versions
> of data in the same database.
>
> Applications and DBA operations often work with more than one version of
> the data. Three common reasons to have multiple data versions are
> concurrency, auditing and scenario creation. Oracle Workspace Manager
> provides workspaces as a virtual environment to isolate a collection of
> changes to production data, keep a history of changes to data and create
> multiple data scenarios for “what if” analysis. It can save money, time
> and labor over traditional approaches."
>
> Does anyone know any approach to replace this product with something in
> PostgreSQL world?

You can get the auditing/versioning from tablelog.

JD

>
> Regards,
>

--
Command Prompt, Inc. - http://www.commandprompt.com/
PostgreSQL Support, Training, Professional Services and Development
High Availability, Oracle Conversion, Postgres-XC
@cmdpromptinc - 509-416-6579

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Ribe 2013-01-23 22:56:10 seeking SQL book recommendation
Previous Message Devrim GÜNDÜZ 2013-01-23 22:39:03 Replacement for Oracle Workspace Manager