Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Snapshots for LONG, workaround ?
It seems there is no way to create a snapshot for a remote table
with a LONG column. I think what can be done is to create a table
locally with the LONG column and populate the table (complete
refresh) using a stored procedure. How is it possible to automate
this process (such as using CRON in UNIX).