Oracle DBA Queries - Database status, uptime, how big is it, etc...
-- -- Changing the DB Timezone on AWS RDS to Africa/Algiers) -- -- On AWS RDS you do not have access to the server or to a proper SYSDBA account. -- As a result you are defendant on lots of AWS RDS packages. -- Or in some instances, you need to find new ways of achieving the same thing -- exec rdsadmin.rdsadmin_util.alter_db_time_zone(p_new_tz => 'Africa/Algiers') /