What do mean by VIEW, are you talking about a database VIEW in which case either the VIEW is defined differently in each schema, so simply recreate the VIEW.
Alternativly there are access controls which stop userB accessesing some of the rows in the table, so you would need to remove those.
Regards
Jim
Oracle Certified Professional "Build your reputation by helping other people build theirs."
"Sarcasm may be the lowest form of wit but its still funny"
It's not that simple. If you read the concept you will know that views don't store any data physically (unless created as materialised views) so what data you want to transfer?
View are just a select statement stored in the dictionary and Jim gave you the query on how to see that SELECT statement.
Is it a simple answer or you are still looking for a simpler one?
Sanjay G.
Oracle Certified Professional 8i, 9i.
"The degree of normality in a database is inversely proportional to that of its DBA"
Originally posted by shivanand boss my question is simple
I want to copy the view and its data , into another schema with the same what is the syntax ????
I wonder, how can one demand answers, when one dosent know what a VIEW is...
I think you may want to RTM...
funky...
"I Dont Want To Follow A Path, I would Rather Go Where There Is No Path And Leave A Trail."
"Ego is the worst thing many have, try to overcome it & you will be the best, if not good, person on this earth"
Bookmarks