1. Finish the fastload, which means leave your hands off of the error tables and restart fastload. When it finishes the table lock will be released.
If the following error persists then do step 2.
Error is: RDBMS error 2652: Operation not allowed: _db_._table_ is being Loaded.
2. Create a dummy fload job as following without any content for loading as follows.
logon tdpid/usr,pwd
begin loading databasename.tablename;
end loading;
log off
If the following error persists then do step 2.
Error is: RDBMS error 2652: Operation not allowed: _db_._table_ is being Loaded.
2. Create a dummy fload job as following without any content for loading as follows.
logon tdpid/usr,pwd
begin loading databasename.tablename;
end loading;
log off
Post a Comment