Hi Aldo,
By looking at the checkpoint audit trail I can inferr that each time
backup_online() is run, it will create a checkpoint.
It also makes sense from an intuitive standpoint.
However, by looking at the docs, I found this snippet:
SQL> backup_context_clear ();
SQL> checkpoint;
SQL> backup
Hi,
running a backup_online command with a dot ('.') left a pending process. And
after issuing a backup_context_clear() the whole server seemed to hang.
Below the step to do it:
Done. -- 271 msec.
SQL> backup_context_clear();
Done. -- 271 msec.
SQL> backup_online('./bkp_',1);
Done. -- 271
Hi,
By looking at the checkpoint audit trail I can inferr that each time
backup_online() is run, it will create a checkpoint.
It also makes sense from an intuitive standpoint.
However, by looking at the docs, I found this snippet:
SQL> backup_context_clear ();
SQL> checkpoint;
SQL> backup_online
Hi Aldo,
Thanks for reporting we shall look into it ...
Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com/support
Twitter: http://twitter.com/OpenLink
On 21 Aug 2010, at 01
Hi,
The graph is empty.
SQL> sparql delete from { 3, 4, 5 };
callret-0
VARCHAR
___
Delete from , 3 triples -- done
1 Rows. -- 26 msec.
I know this is just a messaging detail. It proved to be confusing for
some pe