- 最后登录
- 2013-3-5
- 在线时间
- 37 小时
- 威望
- 42
- 金钱
- 351
- 注册时间
- 2011-12-16
- 阅读权限
- 10
- 帖子
- 24
- 精华
- 1
- 积分
- 42
- UID
- 110
|
8#
发表于 2012-6-11 23:45:09
编译事报错,如下:
Synonym created.
grant select on v_$backup_spfile_details to select_catalog_role
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 2
ORA-06544: PL/SQL: internal error, arguments: [56319], [], [], [], [], [], [],
[]
ORA-06553: PLS-801: internal error [56319]
create or replace view v_$backup_set_summary as select * from v$backup_set_summary
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 2
ORA-06544: PL/SQL: internal error, arguments: [56319], [], [], [], [], [], [],
[]
ORA-06553: PLS-801: internal error [56319]
Synonym created.
grant select on v_$backup_set_summary to select_catalog_role
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 2
ORA-06544: PL/SQL: internal error, arguments: [56319], [], [], [], [], [], [],
[]
ORA-06553: PLS-801: internal error [56319]
create or replace view v_$backup_datafile_summary as select * from v$backup_datafile_summary
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 2
ORA-06544: PL/SQL: internal error, arguments: [56319], [], [], [], [], [], [],
[]
ORA-06553: PLS-801: internal error [56319]
Synonym created.
grant select on v_$backup_datafile_summary to select_catalog_role
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 2
ORA-06544: PL/SQL: internal error, arguments: [56319], [], [], [], [], [], [],
[]
ORA-06553: PLS-801: internal error [56319]
create or replace view v_$backup_controlfile_summary as select * from v$backup_controlfile_summary
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 2
ORA-06544: PL/SQL: internal error, arguments: [56319], [], [], [], [], [], [],
[]
ORA-06553: PLS-801: internal error [56319]
Synonym created.
grant select on v_$backup_controlfile_summary to select_catalog_role
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 2
ORA-06544: PL/SQL: internal error, arguments: [56319], [], [], [], [], [], [],
[]
ORA-06553: PLS-801: internal error [56319]
create or replace view v_$backup_archivelog_summary as select * from v$backup_archivelog_summary
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 2
ORA-06544: PL/SQL: internal error, arguments: [56319], [], [], [], [], [], [],
[]
ORA-06553: PLS-801: internal error [56319] |
|