Home » RDBMS Server » Server Utilities » Re: Problem with importing Views
Re: Problem with importing Views [message #368082] Fri, 10 March 2000 11:42
Roshan
Messages: 10
Registered: March 2000
Junior Member
The message
IMP-00041: Warning: object created with compilation warnings

makes it clear that the view was created but with compilation error, mostly you get this error when the view is created on a table and that table does not exist. So what must have happened is while importing you imported the views first and then the underlying tables later. Due to which the views cribbed first.

But when you create them again after the import. The import must have create the tables and hence it didn't crib the second time.
Previous Topic: Re: SQLPlus related
Next Topic: Re: Variable extraction in a comma delimited file
Goto Forum:
  


Current Time: Thu Mar 28 16:35:21 CDT 2024