Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

materilized view and table with same name

639360Jul 20 2009 — edited Jul 21 2009
Hi All

i have a task to export a schema to different database.

when i did that it copied all objects except a materialized view. when i tried to cerate it manually it says already exist because of same tablename.

source schema: where we have table and materialzed view with same name
OWNER OBJECT_TYPE OBJECT_NAME STATUS
------------------------------ ------------------- -------------------- -------
XYZ TABLE ABC_DATA VALID
XYZ MATERIALIZED VIEW ABC_DATA VALID
XYG INDEX PK_T_SSL_TEL VALID
XYZ DATABASE LINK SSSBDC.RAACPC VALID

How do i create this in new schema?

how to solve this ?

thanks in advance

ryan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 18 2009
Added on Jul 20 2009
3 comments
868 views