High 'SQL*Net message from client' when querying CLOB tables (securefile)
Hi All,
Oracle 11.2.0.4 on linux 6.8
creating materiliazed view for CLOB table which is in remote database (rows 9 millions) is taking forever or lot of time. Is there any suggestions to speed it up like using parallel or anyother objections.
create MV as select columns from clobtable@remote_db;
Thanks