Multiple schemas in terms of Oracle basically means multiple user
accounts, with a different set of tables in each. Potentially the same
table name could exist in both, with different DDL & data in those
tables. Luckily in my case, the same table name doesnt appear to exist
in multiple schemas with different data in it.

In terms of the site I'm working on, I'm working with a legacy
existing oracle database that I must continue to use in the
redevelopment. I've also just discovered that a master schema exists
that has grant privileges from the other schemas to this one; giving
me access to all the tables/procedures used on the site. So basically
all the tables/procedures that I need access to are available in 1
schema, which in turn should be compatible with Propel/Doctrine, and
hence Symfony.

Eno, can I ask how you have been working it? Same way as above?
Obviously I want to ensure that it sticks as strictly as possible to
how Symfony handles models and its model peers.

On 9 Apr, 22:59, Eno <[EMAIL PROTECTED]> wrote:
> On Mar 3, 9:48 am, "Reynier Perez Mira" <[EMAIL PROTECTED]> wrote:
>
> > Hi every:
> > I'm asking ifSymfony1.0.11 can work with multiple schemas in PostgreSQL. If 
> > the answer is yes, exists any guide or any documentation about how to 
> > configure the propel.ini and databases.yml?
>
> Define "multiple schemas".
>
> We are building several apps in ONEsymfonytree and successfully
> using several schemas and several databases within the same database
> server.
>
> --
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to