Hopefully this is an easy question. I had a new view created (in Oracle) when I try and rename the table that it is a view of in designer it doesn’t exist. When I look at my list of tables it is not there. When I look using SQL it is there. Are there any ideas why it isn’t showing up in designer?
Make sure that the oracle view you created was PRIVATE and not public. Business Objects uses the Database dictionary to determine whether or not the view, table or synonym will appear in the Designer Module, but it uses only those tables that are private.
Just make sure that when your object is created, you avoid the use of the PUBLIC option. (and also create the object in the appropriate account).
Thanks!
-rm
From: Chad Johnson cjohnson@ONEXINC.COM Hopefully this is an easy question. I had a new view created (in Oracle) when I try and rename the table that it is a view of in designer it doesn’t exist. When I look at my list of tables it is not there. When I look using SQL it is there. Are there any ideas why it isn’t showing up in designer?
Did you read what the other guy said. It sounded like he was saying that you CAN see a synonym as long as it’s not public. I didn’t know that. Need to test it…