oracle物化视图问题

因为软件厂商给的用户没有在远程数据库创建物化视图日志的权限,所以创建的物化视图在刷新时采用先truncate掉,再全刷新方式。这与填充普通表的结构不是没多大区别了吗?&n... 因为软件厂商给的用户没有在远程数据库创建物化视图日志的权限,所以创建的物化视图在刷新时采用先truncate掉,再全刷新方式。这与填充普通表的结构不是没多大区别了吗? insert into client_table as select * from remote_table@remote_dblink(client_table 为与remote_table表结构一致的表) 在remote_table数据量比较大的情况下,哪种方式效率更高一些呢? 展开
 我来答
ttvirpht1423
2012-02-28 · 贡献了超过257个回答
知道答主
回答量:257
采纳率:0%
帮助的人:95.8万
展开全部
用这个吧 ALTER MATERIALIZED VIEW 看这篇文档 START WITH Clause Specify START WITH date to indicate a date for the first automatic refresh time. NEXT Clause Specify NEXT to indicate a date expression for calculating the interval between automatic refreshes. Both the START WITH and NEXT values must evaluate to a time in the future. If you omit the START WITH value, Oracle Database determines the first automatic refresh time by evaluating the NEXT expression with respect to the creation time of the materialized view. If you specify a START WITH value but omit the NEXT value, Oracle Database refreshes the materialized view only once. If you omit both the START WITH and NEXT values, or if you omit the alter_mv_refresh entirely, Oracle Database does not automatically refresh the materialized view. 蓝屏
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
网易云信
2023-12-06 广告
UIkit是一套轻量级、模块化且易于使用的开源UI组件库,由YOOtheme团队开发。它提供了丰富的界面元素,包括按钮、表单、表格、对话框、滑块、下拉菜单、选项卡等等,适用于各种类型的网站和应用程序。UIkit还支持响应式设计,可以根据不同... 点击进入详情页
本回答由网易云信提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式