|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 6/26/2008 5:18:03 AM
Posts: 1,
Visits: 4
|
|
I am using fastload scripts to populate directly to a view(myview ).
But i am getting an error :
Begin Loading myview errorfiles mytable_e1,mytable_e2;
RDBMS error 3853: 'myview' is not a table.
How to resolve this? Is it possible to populate directly to view?
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 7:30:07 AM
Posts: 197,
Visits: 611
|
|
Hello,
As you said, FastLoad loads in tables not the views, you need to load the underlying table(s) for updating view.
I suppose "RDBMS error 3853: 'myview' is not a table." is pretty self-explainatory.
Regards,
Adeel
|
|
|
|