Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Importing views with dependencies fails - Help!
I am import an export and have the following problem.
When ever I try to import a view that calls a view that calls a
function, the first view in the chain does not import with this error:
IMP-00017: following statement failed with ORACLE error 1730:
"CREATE FORCE VIEW
"BT51"."VW_NECA_USAGE_BIP" ("B"
IMP-00003: ORACLE error 1730 encountered ORA-01730: invalid number of column names specified ORA-04063: view "BT51.VW_BASE_NECA_USAGE" has errors
This only happens on views that call views that call functions. I do know that functions do not get imported until AFTER views do and this is why the view that call the function gets imported with an "invalid" state.
This is happening on 8.0.4.2.4 & 8.0.5.1.1 (the latest patches for each - I may have not remembered the number correctly).
So I have to manually recreate the views after the import is done - is there any way to get around this?
Please help,
Wayne.
surooot_at_hotmail.com
Received on Thu Jun 22 2000 - 00:00:00 CDT
![]() |
![]() |