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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

import of views 1

Status
Not open for further replies.

smacattack

Technical User
Jun 25, 2001
102
GB
I have exported a database at user level on a oracle 7 database.
I want to import onto a oracle 8i database but only want to import the views. How do i specify only views!?
Can anybody shed some light on the matter.
 
With
FULL=N
ROWS=N

you'll get:

Tables creation (with no data) (maybe needed for views working)
Views
Indexes (maybe needed for views optimization)
Access Rights (maybe needed for views working)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top