Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

materialized views in export

Status
Not open for further replies.

naushi

ISP
Jan 18, 2002
89
0
0
US
I am exporting a table from database A and importing into database B. The table has materialized view attached to it which I dont want to export. When I import the table into database B it gives me an error that the table has attached Mview. How can I export the table so it would not carry the attachment with it or do I need to import using a certain parameter that would not cause the error.

I treid constraints=n but it still errors out.

Will appreciate some clue. Regards,
Naushi Hussain
Naushi.hussain@honeywell.com
 
just a thought :
is sql*loader better at this ?
regards
Steenb
 
well I found out from the knowledge base that there is a bug in 8i. Now I ignore the error since the table imports fine and I dont care about the view. Regards,
Naushi Hussain
Naushi.hussain@honeywell.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top