Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to Decide upto what level you can decrement your datafile size. ( Shrink Datafile) Oracle
  • exp syntax in oracle 10g Oracle
  • UNderstand and eliminate Latch contention. Oracle
  • find_du.ksh to find # of files, their sizes in current folder and its subdolder Linux/Unix
  • plan10g.sql Oracle
  • fuser to check who is using diretory Linux/Unix
  • chk_space_SID.ksh Linux/Unix
  • rm_backup_arch_file.ksh Linux/Unix
  • Committing distributed transaction using commit force Oracle
  • Renaming Global Name GLOBAL_NAME Oracle
  • Good Oracle Architecture In Short and point to point Oracle
  • Zip and unzip with tar Linux/Unix
  • PHP code to add WordPress posts in bulk programmatically PHP/MYSQL/Wordpress
  • Good links for x$ tables in oracle. Oracle
  • 751131.1 New Article Error 2819 While Requesting a Systemstate Dump Oracle

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

  • plan10g.sql good1 Oracle
  • How to find where datafile is created dbf_info.sql Oracle
  • Committing distributed transaction using commit force Oracle
  • Test Case for Inserting Multiple (2.3 Million rows in 26 Seconds) Oracle
  • Wait.sql Oracle
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR Oracle

Leave a Reply Cancel reply

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

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Korn Shell Arithmatic Linux/Unix
  • Rman Notes -1 Oracle
  • Finding locked objects Oracle
  • changing kernel parameter in Oracle Enterpise Linux Linux/Unix
  • Histogram information Oracle
  • online_ts_bkup.sql Oracle
  • Sending SQLPLUS output in HTML format Oracle
  • segment_wise_space.sql segspace.sql Segment wise space usage (allocated and used) Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme