Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • Drop tempfiles from database Oracle
  • Implementing Listener Security Oracle
  • create a folder in multiple places Linux/Unix
  • Good Link from metalink 1 Oracle
  • Roles and Stored Procs II Oracle
  • Oracle Recommended Patches — Oracle Database ID 756671.1 Oracle
  • Default User Profile Oracle
  • online_ts_bkup.sql Oracle
  • AWR settings- MMON is not taking snapshot. Oracle
  • export import with parameter file. Oracle
  • find_open_cur.sql Find open cursorts per session Oracle
  • Remove DOS CR/LFs (^M) Linux/Unix
  • sql_plan9i.sql Oracle
  • Sending email with file attachment. Linux/Unix

Giving Grant on v$DATABASE

Posted on 12-Jan-2006 By Admin No Comments on Giving Grant on v$DATABASE

To give grant on v$database or any such synonym, need to follow following steps.

11:02:21 SYS@UOCQA:-> select * from dba_synonyms where synonym_name = ‘V$DATABASE’;

OWNER SYNONYM_NAME TABLE_OWNER

—————————— —————————— ——————————

TABLE_NAME

——————————

DB_LINK

—————————————————————————————————-

PUBLIC V$DATABASE SYS

V_$DATABASE

Then,

11:02:22 SYS@UOCQA:-> GRANT SELECT ON V_$DATABASE TO PUBLIC;

Oracle, SQL scripts

Post navigation

Previous Post: Very Good Oralce Internal Tuning Book
Next Post: Settting up get_vmstat.sh for colletinf CPU Usage.

Related Posts

  • Sequence Resetting Oracle
  • SYSOPER Mystery Oracle
  • Recovering lost SYS password Oracle
  • How to Make Trace Files Created by Oracle Readable by All Users ? Oracle
  • v$backup.status information Oracle
  • How to start CRS manually Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Find Multiple levels of object dependencies : depen.sql Oracle
  • useful dg links Oracle
  • column level grant syntax Oracle
  • pvm_rbs1.sql (to collect rbs info from db) Oracle
  • catall.sh Linux/Unix
  • How to find where datafile is created dbf_info.sql Oracle
  • currwaitobj.sql SQl_ID and SQL statement you can get from currwaitobj.sql Oracle
  • Good RAC & Standby Notes Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme