Oracle SQL 权限脚本

以下脚本提供在 Oracle SQL 数据库中运行数据库发现所需的权限。如需了解详情,请查看运行数据库发现的要求

/*
Copyright 2022 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

set verify off

accept dbusername char prompt "Please enter the DB Local Username(Or CDB Username) to receive all required grants: "
grant alter session to &&dbusername ;
grant create session to &&dbusername ;

grant select on sys.v_$database to &&dbusername ;
grant select on sys.v_$instance to &&dbusername ;
grant select on sys.cdb_users to &&dbusername ;
grant select on sys.v_$version to &&dbusername ;
grant select on sys.v_$log_history to &&dbusername ;
grant select on sys.v_$log to &&dbusername ;
grant select on sys.v_$sgastat to &&dbusername ;
grant select on sys.gv_$sgastat to &&dbusername ;
grant select on sys.v_$pgastat to &&dbusername ;
grant select on sys.gv_$pgastat to &&dbusername ;
grant select on sys.cdb_data_files to &&dbusername ;
grant select on sys.cdb_segments to &&dbusername ;
grant select on sys.cdb_pdbs to &&dbusername ;
grant select on sys.v_$pdbs to &&dbusername ;
grant select on sys.gv_$pdbs to &&dbusername ;
grant select on sys.gv_$instance to &&dbusername ;
grant select on sys.gv_$process to &&dbusername ;
grant select on sys.cdb_tables to &&dbusername ;
grant select on sys.cdb_object_tables to &&dbusername ;
grant select on sys.cdb_xml_tables to &&dbusername ;
grant select on sys.cdb_tab_partitions to &&dbusername ;
grant select on sys.cdb_tab_subpartitions to &&dbusername ;
grant select on sys.cdb_tablespaces to &&dbusername ;
grant select on sys.cdb_data_files to &&dbusername ;
grant select on sys.cdb_free_space to &&dbusername ;
grant select on sys.v_$temp_space_header to &&dbusername ;
grant select on sys.v_$parameter to &&dbusername ;
grant select on sys.gv_$parameter to &&dbusername ;
grant select on sys.gv_$system_parameter to &&dbusername ;
grant select on sys.cdb_feature_usage_statistics to &&dbusername ;
grant select on sys.dba_high_water_mark_statistics to &&dbusername ;
grant select on sys.cdb_high_water_mark_statistics to &&dbusername ;
grant select on sys.dba_cpu_usage_statistics to &&dbusername ;
grant select on sys.cdb_cpu_usage_statistics to &&dbusername ;
grant select on sys.cdb_objects to &&dbusername ;
grant select on sys.cdb_source to &&dbusername ;
grant select on sys.cdb_part_tables to &&dbusername ;
grant select on sys.cdb_indexes to &&dbusername ;
grant select on sys.cdb_tab_cols to &&dbusername ;
grant select on sys.cdb_tab_columns to &&dbusername ;
grant select on sys.cdb_constraints to &&dbusername ;
grant select on sys.aux_stats$ to &&dbusername ;
grant select on sys.registry$history to &&dbusername ;
grant select on sys.dba_hist_snapshot to &&dbusername ;
grant select on sys.cdb_hist_snapshot to &&dbusername ;
grant select on sys.dba_hist_sysstat to &&dbusername ;
grant select on sys.cdb_hist_sysstat to &&dbusername ;
grant select on sys.dba_hist_sys_time_model to &&dbusername ;
grant select on sys.cdb_hist_sys_time_model to &&dbusername ;
grant select on sys.dba_hist_sqltext to &&dbusername ;
grant select on sys.cdb_hist_sqltext to &&dbusername ;
grant select on sys.dba_hist_osstat to &&dbusername ;
grant select on sys.cdb_hist_osstat to &&dbusername ;
grant select on sys.dba_hist_sysmetric_history to &&dbusername ;
grant select on sys.cdb_hist_sysmetric_history to &&dbusername ;
grant select on sys.dba_hist_sysmetric_summary to &&dbusername ;
grant select on sys.cdb_hist_sysmetric_summary to &&dbusername ;
grant select on sys.v_$diag_alert_ext to &&dbusername ;
grant select on sys.cdb_services to &&dbusername ;
grant select on sys.dba_hist_sqlstat to &&dbusername ;
grant select on sys.cdb_hist_sqlstat to &&dbusername ;
grant select on system.logstdby$skip_support to &&dbusername ;
grant select on sys.cdb_db_links to &&dbusername ;
grant select on sys.dba_registry_sqlpatch to &&dbusername ;
grant select on sys.dba_users to &&dbusername ;
grant select on sys.dba_segments to &&dbusername ;
grant select on sys.dba_tablespaces to &&dbusername ;
grant select on sys.dba_free_space to &&dbusername ;
grant select on sys.dba_db_links to &&dbusername ;
grant select on sys.dba_feature_usage_statistics to &&dbusername ;
grant select on sys.dba_objects to &&dbusername ;
grant select on sys.dba_source to &&dbusername ;
grant select on sys.dba_part_tables to &&dbusername ;
grant select on sys.dba_indexes to &&dbusername ;
grant select on sys.dba_tab_columns to &&dbusername ;
grant select on sys.dba_constraints  to &&dbusername ;
grant select on sys.dba_services  to &&dbusername ;
grant select on sys.dba_data_files  to &&dbusername ;
grant select on sys.dba_tables  to &&dbusername ;
grant select on sys.dba_tab_partitions to &&dbusername ;
grant select on sys.dba_tab_subpartitions to &&dbusername ;
grant select on sys.nls_database_parameters to &&dbusername ;
grant select on sys.dba_hist_active_sess_history to &&dbusername ;
grant select on sys.cdb_hist_active_sess_history to &&dbusername ;
grant select on sys.v_$SQLCOMMAND to &&dbusername ;
grant select on sys.cdb_external_tables to &&dbusername ;
grant select on sys.dba_hist_iostat_function to &&dbusername ;
grant select on sys.cdb_hist_iostat_function to &&dbusername ;
grant select on sys.dba_hist_system_event to &&dbusername ;
grant select on sys.cdb_hist_system_event to &&dbusername ;
grant select on sys.gv_$archive_dest to &&dbusername ;
grant select on sys.gv_$archived_log to &&dbusername ;
grant select on sys.v_$rman_backup_job_details to &&dbusername ;
grant select on sys.v_$logfile to &&dbusername ;
grant select on sys.dba_temp_files to &&dbusername ;
grant select on sys.cdb_temp_files to &&dbusername ;
grant select on sys.cdb_views to  &&dbusername ;
grant select on sys.cdb_lobs to &&dbusername ;
grant select on sys.cdb_lob_partitions to &&dbusername ;
grant select on sys.cdb_lob_subpartitions to &&dbusername ;
grant select on sys.cdb_triggers to &&dbusername ;
grant select on sys.cdb_mviews to &&dbusername ;
grant select on sys.v_$system_parameter to &&dbusername ;
grant select on sys.cdb_object_tables  to &&dbusername ;
grant select on sys.dba_object_tables  to &&dbusername ;
grant select on sys.cdb_xml_tables  to &&dbusername ;
grant select on sys.dba_xml_tables  to &&dbusername ;
grant select on sys.cdb_synonyms to &&dbusername ;
grant select on sys.dba_synonyms to &&dbusername ;

-- This one is ok to fail if umf is not installed and configured
Prompt It is not an error if this grant fails due to dbms_umf not being installed and configured.  It is used only when extracting from a physical standby.
grant execute on sys.dbms_umf to &&dbusername ;

alter user  &&dbusername set container_data=all container = current;