﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Business Object Mapper and Oracle Table Synonyms?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 03:13:30 GMT</lastBuildDate><ttl>20</ttl><item><title>Business Object Mapper and Oracle Table Synonyms?</title><link>http://forum.strataframe.net/FindPost10505.aspx</link><description>Hi there,&lt;/P&gt;&lt;P&gt;Our application uses tables located in two Oracle schemas.&amp;nbsp; The first schema is our primary and we create Oracle table synonyms to access the tables in the second schema.&amp;nbsp; Is there a way to have the SF BOM "see" the table synonyms?&lt;/P&gt;&lt;P&gt;Is there a way to effectively map the tables in the second schema without causing any problems?&lt;/P&gt;&lt;P&gt;Cheers!</description><pubDate>Mon, 23 Jul 2007 09:10:16 GMT</pubDate><dc:creator>Keith Harvey</dc:creator></item><item><title>RE: Business Object Mapper and Oracle Table Synonyms?</title><link>http://forum.strataframe.net/FindPost10513.aspx</link><description>You can certainly map to tables in more than one schema, the business objects store off the schema in addition to the table name.&amp;nbsp; However, I don't believe the way that we're gathering the table names exposes the synonyms/aliases for any of the database objects.&amp;nbsp; But, since it will work at runtime, you can modify the TableName property of the business object that's generated by the BOMapper.&amp;nbsp; However, if you're going to change the value returned by the TableName property, I would go ahead and cut it from the partial class and put it in the main code file for the business object... that way, when you rebuild the partial, you'll get an error reminding you to go delete the property from the partial class, instead of overwriting it and you forgetting to go change it ;)</description><pubDate>Mon, 23 Jul 2007 09:10:16 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>