Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Rman Notes -1 Oracle
  • CTAS with LONG Column for 9i and higher Oracle
  • UNderstand and eliminate Latch contention. Oracle
  • Changing default shell Linux/Unix
  • CPU speed on solaris Linux/Unix
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • Good link for LIO in Oracle ( Logical IOs) Oracle
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle
  • Generate SSH without password authentication. Linux/Unix
  • When to rebuld B-tree index Oracle
  • Single character replacement in Unix Linux/Unix
  • How To Resolve Stranded DBA_2PC_PENDING Entries ID 401302.1 (Very Good prooven) Oracle
  • get_vmstat_linux Oracle
  • Implementing Listener Security Oracle
  • First Entry in RAC Oracle

create user with unlimited quota

Posted on 02-Aug-2005 By Admin No Comments on create user with unlimited quota

create user uoc identified by uoc default tablespace uoc_data temporary tablespace temp;

grant connect, resource to uoc;

alter user uoc quota unlimited on uoc_data;

alter user uoc quota unlimited on temp;

Oracle, SQL scripts

Post navigation

Previous Post: create trigger syntax
Next Post: PLSQL Table Syntax 1

Related Posts

  • How to see which patches are applied. Oracle
  • Find Multiple levels of object dependencies : depen.sql Oracle
  • Example of How To Resize the Online Redo Logfiles Note:1035935.6 Oracle
  • Oracle 10g Wait Model Oracle
  • UNderstand and eliminate Latch contention. Oracle
  • _B_TREE_BITMAP_PLANS issue during 8.1.7 to 9.2.0.8 upgrade Oracle

Leave a Reply Cancel reply

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

Categories

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

Recent Posts

  • track_autoupgrade_copy_progress.sql01-Apr-2026
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • load SPM baseline from cursor cache Oracle
  • sql_doing_fts.sql Oracle
  • fkwoind.sql fkwoindex.sql Oracle
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR Oracle
  • How to find pinned objects from shared pool. (pinned via dbms_shared_pool.keep) Oracle
  • How To Resolve Stranded DBA_2PC_PENDING Entries ID 401302.1 (Very Good prooven) Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • Trace a SQL session from another session using ORADEBUG Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme