Not Logged Initially is not a Configuration parm ...
You will have to mention this when creating the table ...
CREATE TABLE ............. NOT LOGGED INITIALLY
The do the following in the same UOW :
ALTER TABLE <tabname> NOT LOGGED INTIALLY
IMPORT FROM <> ....
Personally, I prefer LOAD to NLI
HTH
sathyaram
Quote:
Originally posted by sengu
HI Sathyaram,
Thank you Very much for your immediate relpy.
Is there any way to configure the same[Not logged initially] in Control center?
Thanks and Regards,
Sengu
|